/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }

html { background:url(../images/bg_sidebars.gif) 50% 169px no-repeat; margin:0; padding:0; }
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	background-repeat: repeat-x;
	margin: 0px;
}

a { color:#2D2D2D; text-decoration:none; }
h1 {
	font-size:16px;
	font-family: "Trebuchet MS";
}
h2 { font-size:14px; }

#wrapper {
	width:778px;
	margin:0 auto;
	padding:0;
}

#header {
	width:778px;
	height:86px;
	background-position: bottom;
	float: left;
	background-image: url(../images/bg_header2.jpg);
	background-repeat: repeat-x;
}
#header .logo { float:left; }
#headinfo { float:right; width:200px; margin:10px 5px 0 0; height:20px; padding:05px 0 10px 0; background:url(/images/headinfobg.gif) no-repeat; text-align:center; }
#headinfo a { color:#EFEFEF; }
#headinfo a:hover { color:#D2D2D2; border-bottom:1px solid #D2D2D2; }

.logotext {
	float:left;
	width:260px;
	font-family:Trebuchet MS;
	font-size:22px;
	color:#FFFFFF;
	margin-top: 23px;
	margin-right: 0;
	margin-left: 30px;
}
.logotext strong { color:#EFEFEF; }
.logotext2 { font-size:14px; }

#nav {
	width:auto;
	padding:1px;
	float: right;
	margin-top: 52px;
}
#nav ul { margin:0; padding:0; }
#nav ul li { float:left; list-style:none; padding:0; }
#nav ul li a {
	display:block;
	width:100px;
	height:15px;
	padding:8px 0;
	margin:0 1px 0 0;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center bottom;
	 }
#nav ul li a:hover {
	color:#999999;
	background-image: url(../images/marc_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #DFDFDF;
	font-weight: normal;
}

#content {
	width:778px;
	float: left;
}

#left { float:left; width:20%; }
#left ul { margin: 0; padding:0; }
#left ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li a {
	display:block;
	width:120px;
	margin:0;
	padding:5px;
	background-color:#E6E6E6;
}
#left ul li a:hover { background-color:#FFCD59; }
#left ul li ul { margin: 0; padding:0; }
#left ul li ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li ul li a { padding:5px; background-color:#EFEFEF; }

#breadcrumb { float:left; width:80%; background-color:#EFEFEF; }

#right {
	width:700px;
	margin-left: 40px;
	padding-bottom: 20px;
	float: left;
}
#right .postinfo { display:block; width:90%; margin:5px; padding:6px; background-color:#EFEFEF; border:1px solid #D4D4D4; }
#right p a { color:#FFCD59; font-weight:bold; text-decoration:underline; }

.clear { clear:both; }
#footer{
	text-align: center;	
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	

 }
#box1{
	width: 400px;
	float: left;
	
 }
 #box2{
	width: 350px;
	float: left;
	text-align: center;
	margin-top: 90px;
	
 }
