/* CSS - LAYOUT */



/* MAIN PAGE */

div#blog {
	width:790px;
	margin:30px auto 20px auto;
}

div#wrapper {
	width:790px;
	margin:30px auto 0 auto;
	background:#333333 url(../images/site/i_bg.jpg) repeat-y;
}

div#wrapper_head {
	height:33px;
	width:790px;
	background:#333333 url(../images/site/i_bg_top.jpg) no-repeat;
}

div#wrapper_foot {
	width:790px;
	height:33px;
	background:#333333 url(../images/site/i_bg_bot.jpg) no-repeat;
	clear:both;
}

div#content{
	width:750px;
	margin:0 auto 0 auto;
	background:none;
}


div#header {
	width:100%;
	height:135px;
}
img.logo {float:left; padding-left:14px;}
img.slogan {float:right; padding-top:95px; display:none;}


div#strip{
	clear:both;
	background:#660066;
	width:100%;
	height:224px;
}
img.title {float:left; padding-top:161px;}
img.title_extra {float:left; padding-top:79px;}

div#flash {
	width:292px;
	height:224px;
	float:right;
}


div#page {
	clear:both;
	background:#FFFFFF;
	width:100%;
	padding: 20px 0 20px 0;
}



div#main_col {
	padding:0 44px 0 44px;
}




div#left_col {
	width:373px;
	float:left;
	padding:0 44px 0 44px;
	border-right:#CCCCCC 1px solid;

}


div#right_col {
	width:245px;
	float:right;
	padding:0 20px 0 20px;
}
div#right_col p {	text-align:left;
}



.partners {border:1px #CCCCCC dotted; padding:14px; margin-bottom:5px;}

.partners img {padding:0 14px 10px 0; float:left;}


div#footer {
	clear:both;
	width:750px;
	margin:0 auto 0 auto;
}

div#footerLeft {
	font-size:0.7em;
	float:left;
	padding-left:10px;
	color:#555;
	background-color:inherit;

}

div#footerRight {
	font-size:0.7em;
	float:right;
	padding-right:10px;
	color:#555;
	background-color:inherit;

}


a.adobe {
	width:122px;
	height:33px;
	display:block;
	cursor:pointer;
	background:url(../images/site/get_adobe_reader_down.gif) no-repeat;
}

a:hover.adobe {background:url(../images/site/get_adobe_reader.gif) no-repeat;}



	






