@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family:Verdana;
font-size:11px;
line-height: 18px;
}
.text{
	font-family:Verdana;
font-size:9px;
text-align:left;

}
#container{
width: 900px; /*The width of your layout*/
height: 545px; /*The width of your layout*/
margin-left: auto;/*Margin left and right set to auto center your layout*/
margin-right: auto;
margin-top: 20px;
text-align: left; /*Resets the text alignment*/
}
#top{
width: 840px; /*The width of your layout*/
height: 180px; /*The width of your layout*/
text-align: left; /*Resets the text alignment*/
float: left;
background-image:url(../images/top.gif);
padding-left: 60px;
padding-top: 5px;
}
#nav{
width: 900px; /*The width of your layout*/
height: 30px; /*The width of your layout*/
text-align: left; /*Resets the text alignment*/
float: left;
}
#navleft{
width: 632px; /*The width of your layout*/
height: 30px; /*The width of your layout*/
text-align: left; /*Resets the text alignment*/
float: left;
}
#navright{
width: 268px; /*The width of your layout*/
height: 30px; /*The width of your layout*/
text-align: left; /*Resets the text alignment*/
	background-image:url(../images/navbg.jpg);
	float: left;
}
#bottom{
width: 532px; /*The width of your layout*/
height: 310px; /*The width of your layout*/
text-align: left; /*Resets the text alignment*/
	background-image:url(../images/containerbghome.png);
	padding-top: 24px;
padding-left: 69px;
padding-right: 299px;
padding-bottom: 50px;
	float: left;
	background-position: bottom;
}
.header{
	font-family: Verdana;
	font-size: 17px;
	color: #686b75;
	font-weight:bold;
	padding-bottom:17px;
	line-height: 29px;
}

