/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CC0000;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-x;
}

div#main {
	background-image: url(images/background_horizontal.jpg);
	background-repeat: repeat-x;
}

div#width {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	width: 994px;
}

div#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 280px;
}

div#header div {
	color: white;
	text-align: center;
	padding-top: 210px;
	font-weight: bold;
}

div#header a {
	color: white;
	text-decoration: none;
	padding: 0px 2px;
}

div#header a:hover {
	color: yellow;
}

div#content {
	padding: 0px 100px;
}

div#leftcol {
	width: 450px;
	padding-right: 49px;
	border-right: 1px solid #777;
	float: left;
}

div#rightcol {
	float: left;
	width: 244px;
	padding-left: 49px;
}

div#footer {
	clear: both;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 55px;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}


/**** MISCELLANEOUS CSS ****/

.clearboth {
	clear: both;
}

.headline {
	font-size: 40px;
	font-weight: bold;
}

span.dropcap {
	font-size: 36px;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 1px;
	line-height: 30px;
}

span.p-start {
	text-transform: uppercase;
	font-weight: bold;
}

div.contactinfo {
	font-size: 24px;
	font-weight: bold;
	padding-top: 40px;
}

.nil {
	margin: 0;
	padding: 0;
	border: 0;
}


/***** CONTACT US CSS *****/	
	
#contact {
	width: 290px;
	margin: 0px auto;
	clear: both;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#contact .element {
	width: 290px;
	font-size: 12px;
	color: #003300;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
