/* CSS Document */

body {

background-color:#f3efe7;

}

#mainbody {

width:1000px;
height:auto;
background-color:#FFFFFF;
margin:0 auto;

}

/* Header section starts here */

#headerleft {

width:647px;
height:349px;
float:left;
background-image:url(images/header_01.gif);

}

#headerright {
	width:353px;
	height:349px;
	float:right;
	background-image:url(images/header_02.jpg);
	background-position:top;
	background-repeat:no-repeat;

}

#maincontent {

width:1000px;
background-color:#FFFFFF;

}

#content {
	width:549px;
	float:left;
	background-color:#FFFFFF;
	padding: 0px 30px 0px 60px;
	border-right:#f3efe7 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:20px;
	
}





#footer {
	width:1000px;
	float:left;
	height:164px;
	background-image:url(images/footer_02.jpg);
	text-align: center;

}

#links {
	width:310px;
	float:right;
	background-color: #fff;
	padding:10px 20px 0px 20px;
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;

}

/* text decoration for the content section*/

h1 {

color:#735946;
font-size:20px;
font-weight:bold;
text-transform:capitalize;

}

#links a:link {

font-size:16px;
color:#735946;
text-decoration:none;

}

#links a:visited {

font-size:16px;
color:#735946;
text-decoration:underline;

}

a:link {

color:#735946;
text-decoration:none;

}

a:visited {

color:#735946;
text-decoration:underline;

}

#links ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #00CC66;
	text-decoration: none;
	list-style-type: none;
}

