/* CSS Document */

/******************** LAYOUT **************************/

body { 
	background-image:url(../images/background.gif); 
	background-repeat:repeat-x; 
	background-color:#cec6b7;
	padding-top:20px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
}

#main_wrapper {
	width:910px;
}

#header {
	width:910px; 
	height:113px; 
}

#navbar {
	width:910px; 
	height:32px; 
	padding:0px; 
	margin:0px;
	background-image:url(../images/nav_bg.gif);
}

#content {
	width:910px;
	background-image:url(../images/content_bg.gif);
}

#main_col {
	width:613px;
	float:right;
	margin-left:-239px;
	padding:20px 32px 26px 26px;
	text-align:left;
	background-image:url(../images/main_col_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#left_col {
	float:left;
	width:189px;
	background-image:url(../images/left_col_bg.gif);
	background-repeat:no-repeat;
	padding:25px;
}

#footer {
	width:910px;
	clear:both;
}

/******************** STYLES **************************/

a {
	color:#620e03;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#620e03;
	font-size:28px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:10px;
	line-height:28px;
}

h2 {
	margin-top:0;
	margin-bottom:0;
}

h3 {
	margin-top:0;
	margin-bottom:0;
}

h4 {
	margin-top:0;
	margin-bottom:0;
}

.copyright {

}

.copyright a {

}

.error {
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}


#left_col ul {
	padding: 0;
	margin-left: 0px;
	list-style-type: none;
	text-align:left;
}

#left_col a {
	font-size:14px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	
}

.menu_header {
	border-bottom: 1px solid #fcd44a;
	color:#fcd44a;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:10px;
}

.menu_item {
	font-size:14px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
