/*
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body,html {height:100%;}
body  {
	margin:0px;
	padding:0px;
	text-align: center;
	background: #C8CCD1 url(../images/bg.gif);
	font-family: Terbuchet,Arial,Verdana, sans-serif;
	font-size: 62.5%;
	color: #4E4E4E;
	font-weight:normal;
}
p#skipnav, hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 1%;
}
*/

/* Container
	-------------------------------------------------------------	
#header {
	background-color:#fff;
	width: 740px;
	height:54px;
	background-image:url(../images/headerback.gif);
	text-align:left; 
	padding: 0;
}
#menucontainer {
	width: 740px;
	height: 35px;
	background-image:url(../images/button1.gif);
}
#container {
	width: 802px;
	padding: 0 31px 0 31px;
	background:url(../images/content_back.gif) repeat-y;
	margin:0 auto;
	display:table;
	text-align: left;
	height:100%;  	
}
*/


/* Columns
	-------------------------------------------------------------	*/
#promo_container {
  position:relative;
  height: 600px;
}

#promo {
position:absolute;
top:0;
left:-30px;
width: 740px;
height: 650px;
background:url(../images/default_main.jpg) no-repeat;
}
#left {
	width: 372px;
	padding: 0;
	margin: 300px 0 5px 5px;
	height: auto;
	float: left;
	display: inherit;
	background: #fff url(../images/box_back.jpg) repeat-x;
	border: 1px solid #B1B1B1;
	border-top: none;
}
#left .content {
	padding: 4px 10px 0 10px;
  height: 220px;
}
#left a{color:#AFC3E2}
#left a:hover {color: #889EBF}
#left p {
	font-size: 1.1em;
	line-height: 1.4em;
	background-color:#fff;
	margin-top: 3px;
	padding: 6px 10px 10px 10px;

}

#left .c1 {
 	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	color:#FF9900;
}
#right {
width: 354px;
float:left;
margin: 75px 5px 0 2px;
}

/* Footer
	-------------------------------------------------------------	
	
#footer {
	padding: 4px 0 2px 0;
	text-align:center;
	color:#666;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/footerback.gif);
	width: 100%;
}

#footer p.center {
	float: center;
}

#footer p.center a {
	font-size: 1.2em;
}
*/

/* Misc 
==========================================================*/
h1 {font-size:1.3em; color:#B3CAEC; font-weight:normal; margin: 0; padding: 1px 0 3px 6px; height:21px; background:url(../images/h1_back.gif) no-repeat;}

.fr {float:right}
.fl {float:left}

.mr5 {margin-right:5px; text-align:right}
.ml10{margin-left: 18px}


