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


body {
	margin:0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	background-image: url(../images/2010/site_bg.jpg);
	background-repeat: repeat-x;
}
.clear {clear:both;}
.clear_left {clear:left;}
.clear_right {clear:right;}

@font-face {
	font-family: 'Octin';
	src: url('fonts/octin.ttf');
}
a {
	text-decoration:none;
	}

#site{
	background-image: url(../images/2010/site_bg_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container{
	width: 1210px;
	text-align:left;
	}
.cont_meta_nav{
	height: 30px;
}
.cont_header{
	height: 210px;
}
#logo{
	/*float:left;
	margin: 0px 0px 0px 100px;
	width: 419px;
	height: 202px;
	background-image: url(../images/2010/logo.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}
.cont_meta_nav{
	height: 30px;
}
.cont_main_nav{
	height: 121px;
	background-image: url(../images/2010/nav_main_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar{
	margin: 140px 10px 40px 0;
	float:right;
	width: 300px;
}
#sidebar_header{
	height: 16px;
	background-image: url(../images/2010/side_bar_header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#sidebar_content{
	min-height: 200px;
	background-image: url(../images/2010/side_bar_content.png);
	background-repeat: repeat-y;
	
}
#sidebar_footer{
	height: 16px;
	background-image: url(../images/2010/side_bar_footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#content_content{
	background-image: url(../images/2010/site_content_bg.png);
	background-repeat: repeat-y;	
}
#content_left{
	float:left;
	width: 230px;
}
#content_right{
	float:left;
	width: 660px;
}
#content_right2{
	float:right;
	width: 300px;
}
#content_footer{
	padding: 65px 0 30px 0 ;
	background-image: url(../images/2010/site_content_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
