*{
	padding: 0;
	margin: 0;
}

html, body, form{
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	line-height:1.6em;
	color:#444444;
}

body{
	text-align:center;
	background:#010101 url(../images/bg_grad.jpg) repeat-x;
}

#container{
	width:810px;
	margin:0 auto;
	padding: 0px 0 30px;
	text-align:left;
}
 
#header{
	position:relative;
	height:500px;
	width:810px;
}

#audioPlayer{
	position:relative;
	left:65px;
	top:420px;
	width:500px;
	height:70px;
}

#header #nav{
	position: absolute;
	top: 47px;
	xright: 214px;
	right: 240px;
}

#nav ul{
	list-style: none;
	xwidth: 450px;
	padding: 0;
	margin: 0;
}
#nav li{
	padding: 0;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	}
	
#nav li a{
	font-size: 1.em;
	font-weight: normal;
	color: #fff;
	padding: 0.5em;
	}

#nav li a:hover{
	text-decoration: underline;
	background-color: transparent;
	border: none;
}

.current a{ text-decoration: underline; }

#link-to-home {
}

#link-to-home a:hover {
	background: none;
}

#content{
	width:810px;
	background:url(../images/body_bg.jpg) right repeat-y;
}

#main{
	float:left;
	\width:450px;
	w\idth:450px;
	padding:15px 10px 40px 85px;
	position:relative;
}

#sidebar{
	float: right;
	width: 195px;
	\width: 240px;
	w\idth: 195px;
	margin: 0;
	padding: 0 15px 25px 30px;
	border-left: 1px solid #eee;
	font-weight: lighter;
}

#footer{
	xmargin-left: 18px;
	xpadding-top: 1px;
	color: #aaa;
	background: url(../images/footer.jpg) top right no-repeat;
	height: 55px;
	width: 810px;
}

#bottomNav {
	padding: 3px 0 0 75px;
}
#bottomNav ul{
	padding:0;
	margin:0;
	list-style: none; 
}
#bottomNav ul li{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	padding: 0 0.2em;
	}
	
#bottomNav ul li a{
	color: #aaa;
	font-size: 0.9em;
	padding: 0 0.3em;
	margin: 0 0.2em;
	} 	

#bottomNav ul li a:hover{
	color: #333;
	}

#legal{ float: right; margin-right: 40px;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

a{
	color: #343C91;
	text-decoration: none;
	cursor:pointer;
}

a:hover{
	background-color:#ff9;
	border-bottom: 1px solid #cc6;
}

img{
	display: block;
}

a img{
	border: none;
}

.guide-icon a:hover{
	background-color: none;
	border-bottom: none;
}

h1 h2 h3 h4{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

h1 {
	color: #333333
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.4em 0;
	line-height: .9em;
}

h1 a{
	color:#300033;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color:#343C91;
	margin: 1.2em 0 1.2em 0;
	line-height: 1.3em;
	text-align: justify;
}

h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #343C91;
	display: block;
	padding-top: 5px;
}
	
h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
}

ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.3em;
}		

ul{
	margin: 1em 0;
	padding-left: 16px;
}

ul li{
	padding: 0 0 0.2em 0.4em;
	line-height: 1.4em;
}

small{ font-size: 0.8em; }

.title{ font-size: 0.9em; font-style: italic;}

td.thumbnail {
	padding: 2px;
	border: 1px solid #666666; }
	
td.thumbnail a
		{	background: #000000;
			display: block; }
		
td.thumbnail a:hover
		{	background: #000000;
			border: none;  }
	
td.thumbnail a img
	{	text-align: center;
		display: inline;  }
