/* CSS Document */


body{
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#fff;
	border:1px;
	min-width:1045px;
	margin:0;
	
}


/************************************ structure *************************************************************/
#container{
	width:100%;
	
	background-color: #F3F3F3;
	
	min-width:1045px;
}

.rows{}
.row1{
	height:135px;
	background-color: #CCFEC7;
	background-image:url(../img/banner_stroke.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
}
.row1 img{float: left}

.row2{
	height:40px;
	/*background:url(../img/glass_bg.gif) #f5f5f5 repeat-x top left;*/
}
.row3{ width:100%;min-width:1045px;}

.cols{float:left; }
.col1{
	width:250px;
	border:2px solid #999;
	
}
.col2{width:700px; border-right:1px solid #999;}


/*********************************** Elements and content *****************************************************/
h1{
	color:#933;
	text-align:center;
}

h2{
	color: #4BBC60;
	text-align:center;
	
}
ul{
	list-style-type:none;
	font-weight:bold;
}

.content{
	float:left;
	text-align:justify;
	
	border:1px solid #999;
	padding:15px;
	margin:5px;
	background-color: #fff;
	
}
.firstC{width:660px;}
	
.imgC{ float:left; margin-right:10px; border:3px solid #66c}
.secondC{width:298px; height:150px;}
.thirdC{ width:298px;height:150px; float:right; }
.lastC{width:660px;}

#footer{clear:left;float: left; text-align: center; font-size:11px; margin:15px 0 15px 0; padding:15px; border-top:2px solid #999; width: 100%}