@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #eeeeee;
	background-image:url(../images/bckgrnd.jpg);
	background-repeat:repeat;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
}

/******** Layout Elements ********/

.wrapper {
	width: 1004px;
	margin: 0 auto;
	background-image:url(../images/bckgrnd_photo.jpg);
	position:relative;
}

.content {
	margin: 20px 18px 0 640px;
	padding: 20px 0 0 0;
	background-image:url(../images/rght_header.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;

}

*html .content {
	margin: 20px 10px 0 640px;
	padding: 20px 0 0 0;
	background-image:url(../images/rght_header.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

.left {
	margin: 625px 29px 0 29px;
	float: left;
	width: 567px;
}

*html .left {
	margin: 625px 29px 0 15px;
	float: left;
	width: 567px;
}


.footer {
	margin: 0 0 0 0;
	background-image:url(../images/bckgrnd_footer.jpg);
	height:118px;
	clear: both;
	text-align: center;
}

.menu {
	position:absolute;
	top:0;
	left:29px;
	width:567px;
	height:76px;
	z-index:10;

}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

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

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 10px 0 10px 0;
	font-size: 11px;
	line-height: 13px;
}

.main_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style:italic;
	color:#FFFFFF;
	line-height: 100%;
}

.main_body {
	margin-top:10px;
	color:#C9D47F;
	font-size:18px;
	line-height:160%;

}

.main_listen {
	font-size:22px;
	line-height:160%;
	/*color:#C9D47F;*/
	color:#02B5B7;
	font-style:italic;
}

/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}
