/* CSS Document */
body {
	background: #ffffff url(../images/background.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	margin:auto auto auto auto;
	font-size: 0.8em;
	line-height: 1.5em;
}


#container {
	width:900px;
	margin:0 auto 0 auto;
	background: url(../images/bg_wrapper.png) repeat-y fixed center;
	padding:0 25px 0 25px;
	height:auto;
}
#header {
	border-bottom: 1px solid #dcc6a1;
	background: #000000;
}
#header img {
	float:left;
}
img {
	border:0px;
}
p {
	padding-left:10px; padding-right:5px;
}
#leftcol {
	margin-top:2px;
	width:200px;
	float:left;
	padding-left:5px;
	margin-top:15px;/*border-right: 1px double #efad57;*/
}
#leftcol img {
	padding:5px 2px;
	margin-bottom:30px;
	border: 1px solid #efad57;
}
#rightcol {
	margin-top:2px;
	width:200px;
	float:right;
	padding-left:5px;
	margin-top:15px;/*border-right: 1px double #efad57;*/
	background-color: #EEE;
}
#rightcol img {
	
}
#footer {
	text-align:center;
	font-size:11px;
}
#content {
	margin-top:15px;
	width:680px;
	float:left;
	padding-left:5px;
}
.clr {
	clear:both;
}
#menu {
	background-color: #000000;
	border-top: 1px solid #EFAD57;/*height:30px;*/


}
#menu ul {
	font:bold 1em;
}
#menu ul li {
	float:left;
	padding:0 20px 7px;
}
#menu ul li a {
	color:#EFAD57;
	text-decoration:none;
	padding:  3px 5px;
}
#menu ul li a:hover, #menu ul li span {
	color:#ff8f12;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:visited {
	color: #333;
}
h1 {
	padding: 5px 0 5px 50px;
	line-height:30px;
	background:url(images/sun_icon.gif) no-repeat left;
	font-size: 1.3em;
	color: #ff8f12;
}
h2 {
	font-size: 1.1em;
	color: #ff8f12;
	border-bottom: 1px dotted #666666;
}
.fltright {
	float:right;
}
.fltleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.title {color: #ff8f12; font-weight:bold; font-size:15px;}
