*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Tahoma, Sans;
}

#container{
	background: #ffffff;
	width: 990px;
	margin: 0.5% auto;
	text-align: center;
	min-height: 625px;	
}

#container_front
{
	width: 790px;
	margin: 0.5% auto;
}

#header{
	width: 100%;
	height: 100px;
	text-align: left;
	clear: both;
	background:  center url(images/line.jpg) repeat-x;
}

.logo{
	width: 190px;
	float: left;
	display: block;
}

.genre{
	float: left;
	width: 500px;
	/*border-right: 1px solid red;*/
	text-align: center;
	height: 60px;
	padding-top: 11px;
}

.current
{
	padding-top: 35px;
	float:right;
	/*border-right: 1px solid green;*/
	background: #ffffff;
	text-align: right;
}

#sub-nav{
	float: left;
	width: 185px;
	height: 500px;
	display: block;
	/*border-right: 1px solid #c1c1c1;*/
}

#sub-nav h2
{
	font-size: 1.0em;
	margin-top: 20px;
}

#sub-nav ul li{
	line-height: 22px;
}
#content{
	float: left;
	margin-left: 10px;
	border: 1px solid #c1c1c1;
	width: 740px;
	/*height: 400px;*/
	text-align: left;
	padding: 5px;
}

ul{
	list-style: none;
}

h1{
	font-size: 1.3em;
}

h2{
	font-size: 1.1em;
}

h3
{
	line-height: 1.3em;
	margin-top: 0.3%;
	margin-bottom: 0.5%;
	font-size: 1.0em;	
}

h3.element
{
	position: relative;
	border-bottom: 1px solid #264480;
	clear: both;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 0.7%;
}

p, a{
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0.3%;
	margin-bottom: 0.5%;
}

strong.genre_head
{
	font-size: 1.3em;
}

.logo a:hover
{
	border: none;
}

a img
{
	border: none;
}

a:hover img
{
	border: none;
}

a {
	text-decoration: none;
	color: #264480;
	position: relative;
	font-weight: bold;
	}

a:hover {
	border-bottom: 1px solid #000000;
	}
	
a:visited {
	color: #264480;
	}

#navigate-section{
	display: block;
	width: 740px;
	padding-top: 20px;
	float: right;
	margin-right: 40px;
	padding: 5px;
}

.next{
	float: right;
}

.previous{
	float: left;
}

/************************* Aux Contact Form ***********************************/
fieldset
{  
	margin-left: 5px; 
	padding: 0;
	border: none;
}

fieldset ol
{  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li
{  
	padding-bottom: 1em;
	font-weight: bold;
}

fieldset li input, fieldset li textarea
{
	width: 200px;
	border: 1px solid #c1c1c1;
}

fieldset li textarea
{
	height: 125px;
}

fieldset em
{
	color: #264480;
	font-size: 0.7em; 
}

label{
	float: left;
	width: 215px;
	font-size: 0.8em;
}

label em 
{  
	display: block;  
	color: #264480;
	font-size: 0.7em; 
	font-style: normal; 
}

#verify_btn
{
	margin-left: 230px;	
}

#error, #warning
{
	padding: 10px;
	font-size: 0.7em;
	border: 1px solid #264480;	
}

#error ul
{
	padding: 5px;
}
/*************************************************************************/

/*************************** Review **************************************/
.element_content
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	float: left;
	min-height: 30px;
}

.element_content ul li
{
	font-size: 0.8em;
	padding-left: 10px;
	line-height: 1.6em;
}

.element_content p
{
	padding-left: 10px;
}

ol
{  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
ol li
{  
	padding-bottom: 1em;
	font-weight: bold;
}

ol li input, ol li textarea
{
	width: 200px;
	border: 1px solid #c1c1c1;
}

ol li textarea
{
	height: 125px;
}

#confirm .submit_opt
{
	float: right;
}

input.submit_opt
{
	border: 1px solid #c1c1c1;
	background: #fff;
	padding: 3px;
	font-weight: bold;
}

input.submit_opt:hover
{
	border: 1px solid #264480;
}
/*************************************************************************/
