/* CSS Document */

body {
	background-color:#573d56;
	background:url(../images/site/tile.gif) repeat;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:90%;
	color:#333333;
}

#outer_frame {
	width:960px;
	min-height:500px;
	background:url(../images/site/header_sides.gif) no-repeat -4px 126px;
	margin-left:auto;
	margin-right:auto;
}

#frame {
	width:872px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#outer_frame_home {
	width:960px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:872px;
	height:375px;
	background:url(../images/site/header.jpg) no-repeat 0px 126px;
	padding:0;
	margin:0;
}

#menu {
	width:370px;
	height:125px;
	float:right;
	padding:10px;
	color:#996a77;
	font-size:75%;
}

#main_content {
	padding:10px;
	padding:10px;
	float:left;
	width:800px;
}

#left_content {
	padding:10px;
	float:left;
	width:450px;
	margin-left:10px;
	margin-right:20px;
}

#sidebar {
	padding:10px;
	width:310px;
	float:right;
	margin-right:10px;
	
}

#sidebar li{
	list-style-type: none;
	line-height:160%;
	padding-left:2px;
}


/* Links */

a:link {
	color:#872f6b;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#573d56;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#db5c80;
	text-decoration:underline;
	font-weight:bold;
}

a:active {
	color:#872f6b;
	text-decoration:none;
}

/* Text */

h1 {
	font-size:130%;
	padding-top:10px;
}

strong {
	font-weight:bold;
}

ul {
	margin-left:5px;
	padding-left:5px;
}