/* @override http://www.taigacompany.com/css/site_struct.css */

/* @override 
	http://localhost/taiga/css/site_struct.css
	http://taiga.louddevelopment.com/css/site_struct.css
*/

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #4F6029;
	font-size: 13px;
	line-height: 18px;
}
p {
	margin-top: 0px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;	
}
ul {list-style-type: none;padding-left: 0px;margin: 6px 0px 8px 26px;}
li {color: #4F6029;font-size: 12px;line-height:16px;padding-left: 14px;margin: 0px 12px 4px 0px;font-family: Arial, Helvetica, sans-serif;background: url(../img/site/TiagaLeafbl.gif) 0px 3px no-repeat;}

a {
	color: #4F6029;
}
/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #f1e9d4;
}
#body_container {
	background:url(../img/site/main_bg.gif) repeat-y;
	width: 1050px;
	margin: auto;
}
#body_top {
	background: url(../img/site/main_bg_top.gif) center top no-repeat;
	width: 1050px;
	height: 45px;
}
#body_content {
	margin-left: 31px;
}
#body_bottom {
	background:url(../img/site/main_bg_bottom.gif) center bottom no-repeat;
	width: 1050px;
	height: 45px;
}
#main_nav {
	margin-bottom: 20px;
	margin-left: 21px;
	height: 30px;
	width: 900px;
	float: left;
}

#main_nav a {
	display: block;
	float: left;
	margin-right: 30px;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
	color: #4F6029;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
	text-transform: lowercase;
}
#main_nav a:hover {
	text-decoration: none;
	background: url(../img/site/nav_bg.gif) left no-repeat;
}

#index_text {
	width: 860px;
	margin: auto;
}

#main_page_logo {
	text-align: center;
	margin-bottom: 35px;
}
#page_image {
	background: #eee;
	width: 650px;
	height: 250px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
#page_sidebar {
	margin-top: 20px;
	padding: 5px;
}
#main_content_container {
	width: 940px;
	margin: auto;
	margin-top: 20px;
}
#main_content_body {
	width: 650px;
	float: right;
	padding-right: 15px;
}
#main_content_subnav {
	float: left;
	width: 250px;
}
#main_content_subnav a {
	display: block;
	padding: 6px;
	color: #4F6029;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
	text-decoration: none;
}
#main_content_subnav a.active,
#main_content_subnav a:hover {
	background: #fcf4de;
}
