* {margin:0;padding:0;} 

html, body {height: 100%;}

body {
background:url(images/background.jpg) repeat-x ;
background-position:top center;
font-family:Arial, Helvetica, sans-serif;
height:100%;
}

#container {
	margin:auto;
   position:relative;
   min-height:100%;
   width:840px;
}

#main {
	overflow:auto;
	padding-bottom: 65px;  /* must be same height as the footer */
	margin:auto;
	width:840px;
	} 

#body {
   padding:10px;
   padding-bottom:65px;   /* Height of the footer */
}

h1  {
	display:none;
}

/****** HEADER ******/

#header {
width:100%;
height:280px;
}

#logo {
margin:41px 0;
float:left;
text-align:center;
width:840px;
}



/****** HEADER END ******/


/****** BODY END ******/

h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#cc1f37;
}

h2 {
	margin:0 0 5px 0;
}

h3 {
	font-size:16px;
	margin:20px 0 0 0;
}

td.left {
	padding:25px 30px 25px 0;
	width:546px;
}

td.right {
	border-left:solid 1px #666; 
	padding:25px 0 25px 30px;
	width:234px;
}

#main p, #contact-wrapper p {
	font-size:13px;
	color:#333;
	margin:0 0 10px 0;
	line-height:20px;
}

#main p a {
	color:#cc1f37;
	text-decoration:none;
}
#main p a:hover {
	color:#333;
	border-bottom:solid 1px #cc1f37;
}

#main ul {
	font-size:13px;
	color:#333;
	margin:0 0 0 20px;
	list-style-type:disc;
}

/****** BODY END ******/


/****** FOOTER ******/

#footer {
	background:url(images/footerback.png) repeat-x;
	width:100%;
	position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	clear:both;
}

#footercontainer {
width:800px;
margin:auto;
padding:35px 0 0 0;
height:30px;
}

.footer {
	color:#fff;
	font-size:11px;
}

.footer a:link, .footer a:visited {
	color:#333;
	text-decoration:none;
}

.footer a:hover {
	border-bottom:solid 1px #404040;
	color:#fff;
}

.footer a:active {
	position:relative;
	top:1px;
}

/****** FOOTER END ******/


/*** devZone Form ***/

#contact-wrapper {
	margin:20px;
}
#contact-wrapper div {
	clear:both;
	margin:8px 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:12px;
	width:auto;
	color:#333;
}

#contact-wrapper label.error {
	font-style:italic;
	color:#cc1f37;
}

form#contactform input {
	border:solid 1px #b7b7b7;
	padding:3px 5px;
	font-size:12px;
	color:#333;
	width:225px;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	padding:3px 5px;
	border:solid 1px #b7b7b7;
	color:#333;
	font-size:12px;
	width:225px;
	height:80px;
}
/*** END devZone Form ***/