/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#594022;
	background-repeat:repeat-x;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;
	background-image: url(images/body.gif);
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana;
	font-size:12px;
	color:#000;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 110%;
	font-family: Arial;
	line-height: 22px;
}

a:link {
	color:#214FA7;
	font-size: 12px;
	font-family:Arial;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color:#CCCCCC;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
a:active {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
}


h1 {
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	color: #000;
	font-family: "Century Gothic";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;

	margin:0px;
	padding:0px;
	width: 600px;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	background-image:url(images/header.jpg);
	height:400px;
	background-repeat:no-repeat;
	
	 
}

div#headeri {
	position:absolute;

	left: 0px;
}

/* Creates the div container for the site. */
div#container {
	margin: 20px auto;
	width: 900px;
	position:relative;
	background-image:url(images/bg_content.gif);
	background-repeat: repeat-y;

}
/* Creates the div container for the site. */
div#content {
	width: 600px;
	float: left;

}
	
div#body{
    float: left;
	width: 600px;
	clear: right;
	padding-left: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	padding-right: 20px;
	padding-top: 10px;


}

div#sidebar{
	float: right;
	width: 225px;
	clear: right;
	
 	padding-bottom: 0px;
	padding-left: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	height:25px;
	background-repeat: repeat;
	clear: both;
	font-size: 14px;
	
	padding-top: 5px;
	padding-left: 5px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #181818;
	text-align: center;
	background-image: url(images/footer.gif);
}


div#footer a:link, div#footer a:visited{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

div#footer a:active, div#footer a:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#00187C;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
div#copyright a:link, div#copyright a:visited{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000000;
	text-decoration: underline;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	color:#000000;
}
	
address {
	color:#000;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	padding-bottom: 25px;
	padding-top: 20px;

	}
	
address a:link, address a:visited{
	color: #594022;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #A89B8C;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}	


			

/* ----------------- Navigation ----------------- */

div#nav {

	height: 40px;


	background:  url(images/bg_nav.jpg) no-repeat;

}


	ul#nav {
	width: 910px;
}
	

	ul#nav li {
	display: inline;
	list-style: none;
	padding: 0px;
	}
	
	ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	margin-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 4px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	
	}

	ul#nav li a:hover {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fce0a4;
	 
	}
	
	ul#nav li a#current:link, ul#nav a#current:visited {
	color: #000;
	width: auto;
	background: #fce0a4;

}
	
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}
.right {
	float: right;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}

.img {
	float: right;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}

.clear {
	clear: both;
	padding-top: 10px;
}


/*-----------------------CUSTOM ----------------------------------*/
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #A97703;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list {
	font-family: Arial;
	line-height: 21px;
	color: #8A3728;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	float: none;
	margin-left: 0px;
	font-size: 14px;
	list-style-type: circle;
}
li {
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}

li.list {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 45px;
	font-family: Arial, Helvetica, sans-serif;

}


div#login{
	padding-left: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;

}

div#audio{
	position:absolute;
	left: 766px;
	top: 453px;
}



.name {
	font-size: 18px;
	font-weight: bold;
	color: #2254AD;
}
p.big {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
