/* CSS */

body{
	color:#505050;
	font:76% Georgia,Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000;
	background-repeat: repeat-x;
}

p{
line-height:1.5em;
margin:0 0 15px;
}

a{
color:#fa9035;
font-weight:700;
text-decoration:none;
}

a:hover{
color:#d04a10;
}

hr{
height:1px;
margin:10px 0;
width:98%;
}

dt{
font-weight:700;
}

dd{
margin:1px 0 12px 15px;
}

#container{
	margin:0 auto;
	text-align:left;
	width:752px;
	background-color: #9C4A0B;
	padding: 10px;
	background-image: url(../images/layout/container_bg.gif);
	background-repeat: repeat-y;
}


#sitename{
	color:#ffffff;
	font-weight:normal;
	margin:0px;
	text-align:left;
	padding-bottom: 4px;
	padding-left: 8px;
}

#nav{
	background:  #9C4A0B no-repeat right top;
	float:left;
	width:752px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
}

#nav a{
background:  url(../images/tabs.gif) no-repeat 100% -42px;
color:#9C4A0B;
display:block;
font-size:1.2em;
letter-spacing:-1px;
padding:10px 20px 9px 14px;
text-decoration:none;
}

#nav a:hover{
background:  url(../images/tabs.gif) no-repeat 100% -42px;
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

#nav li{
background:  url(../images/tabs.gif) no-repeat 0 -42px;
float:left;
margin:0 4px 0 0;
padding:0 0 0 9px;
}

#nav #current{
background: #000 url(../images/tabs.gif) no-repeat;
}

#nav #current a{
background:  url(../images/tabs.gif) no-repeat 100% 0;
color:#303030;
padding:10px 20px 9px 14px;
}

#wrap1{
	background:#ffffff url(../images/layout/innerbg_repeat.jpg) repeat-y;
	clear:both;
	padding:0px;
	width:752px;
	margin: 0px;
}

#wrap2{
background:  url(../images/layout/innerbg.jpg) no-repeat top;
padding:10px;
width:730px;
}

#header{
height:30px;
position:relative;
width:730px;
}

#header h1{
float:left;
font-size:1.4em;
margin:0;
width:180px;
}

#topbox{
color:#808080;
margin:0 0 4px;
text-align:right;
}

#topbox a{
color:#d04a10;
}

#topbox a:hover{
text-decoration:underline;
}

#leftside { 
	float:left;
	margin:-10px 0 0 3px;
	width:160px; }
		
		#leftside ul
		{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			font-family: verdana, arial, Helvetica, sans-serif;
		}
		
		#leftside li { margin: 0 0 1px 0; }
		
		#leftside a
		{
			display: block;
			padding: 5px 5px 5px 5px;
			margin:0px;
			width: 138px;
			color: #930;
			background-color: transparent;
			text-decoration: none;
			border: 1px solid #FFDEC3;
		}
		
		#leftside a:hover
		{
			color: #fff;
			background-color: #930;
			text-decoration: none;
		}
		
		#leftside ul ul li { margin: 0 0 1px 0;font-size:0.8em; }
		
		#leftside ul ul a
		{
			display: block;
			padding: 5px 5px 5px 5px;
			width: 138px;
			color: #666;
			background-color: transparent;
			text-decoration: none;
		}
		
		#leftside ul ul a:hover
		{
				color:#666666;
	background-color: transparent;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
			text-decoration: none;
		}



#content{
margin:45px 160px 0 200px;
}


#contentalt{
margin:31px 15px 0 200px;
}
#contentalt li{
margin:0px 0px 0 10px;
}
#content p,#contentalt p{
margin:8px 0 0 10px;
}

#content h1,#contentalt h1{
color:#505050;
font-size:2em;
font-weight:400;
margin:15px 0 10px;
padding:0;
}

#content h2,#contentalt h2{
color:#505050;
font-size:1.5em;
font-weight:400;
margin:20px 0 10px;
padding:0;
}

#footer{
clear:both;
color:#a0a0a0;
font-size:0.9em;
height:26px;
margin-top:20px;
margin-right:20px;
padding:1px;
text-align:center;
width:730px;
}

#footer a{
color:#a0a0a0;
font-weight:400;
}

#footer a:hover{
color:#a0a0a0;
text-decoration:underline;
}

.here {
	font-weight:700;
}

.intro{
font-weight:700;
}

.active{
border:1px solid #fa9035;
padding:1px 1px 1px 9px;
}

.box{
	background:#fff center;
	border:1px solid #d0d4d4;
	color:#505050;
	padding:10px 10px 10px 20px;
	text-align: center;
	margin-top: 6px;
	margin-left: 10px;
	width: 400px;
}

.photo{
margin:5px auto 15px;
padding:5px;
}

.smallcaps{
font-variant:small-caps;
}

.mini{
color:#a0a0a0;
font-size:0.75em;
font-weight:400;
line-height:1.2em;
margin:20px 0 10px 8px;
}

.small{
font-size:0.85em;
}

.large{
font-size:1.4em;
}

.soft{
color:#808080;
}

.normal{
font-weight:400;
}

.sharp{
color:#101010;
}

.center{
text-align:center;
}

.hide{
display:none;
}
