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

html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body{
background-image:url(images/bck.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#mainContainer{
	width:850px;
	height:100%; 
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#topContainer{
	width:850px;
	height:59px;
}

#botContainer{
	width:850px;
	height:100%;
}

#logo{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:215px;
	height:54px;
	float:left;
	
}

#closeContainer{
	width:215px;
	height:25px;
	float:right;
	text-align:center;
	padding-top:25px;
}

#navContainer{
	 width:66px;
	 height:183px;
	 float:left;
}

#contentContainer{
	width:760px;
	height:100%;
	float:right;
	padding-left:20px;
	margin-bottom:30px;
	
}

#line{
	width:760px;
	height:9px;
	background-image:url(images/sepine.gif);
	background-repeat:repeat-x;
	margin:0px;

}

#backtoTop{
	width:760px;
	height:13px;
	padding-top:10px;
}


#header{
	width:760px;
	height:59px;
	float:left;
	padding-top:25px;
}

h3{
	font-size:14px;
	font-weight:normal;
	color:#308e98;
	padding-top:5px;
	margin-bottom:0px;
}

p, h4{
	font-size:11px;
	margin-bottom:10px;
	margin-top:0px;
}

p{
	color:#303030;
}

h4{
	color:#308e98;
	font-weight:bold;

}


a.back{
	font-size:11px;
	color:#b31d7c;
	text-decoration:none;
}






	