@import url("http://fonts.googleapis.com/css?family=Cedarville+Cursive");
body {
	background-image:url(bg.png);
	background-repeat:repeat;
	background-color: #5e3f7f;
}

.title {
	font-family: league-gothic, serif;
	font-size: 30pt;
	letter-spacing: -2px;
	color: #d9b54a;
	text-shadow: #d3e3d7 1px 1px 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 25pt;
	display: block;
}
.subtitle {
	font-family: terminal;
	font-size: 7.5pt;
	color: #a21708;
	text-transform: uppercase;
}

a img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a {
	letter-spacing: -1px;
	text-shadow: #d3e3d7 1px 1px 1px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #a21708;}
}


a:visited {
	letter-spacing: -2px;
	text-shadow: #d3e3d7 1px 1px 1px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #a21708;}

.selected, a:hover {
	letter-spacing: -2px;
	text-shadow: #d3e3d7 1px 1px 1px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #d9b54a;}
}

u { 
	color: black; 
}

.small {
	font-size: 6pt;
	font-family: arial;
}

#contian {
	margin-right:auto;margin-left:auto;width:690px;}	


#header {
	width: 690px;
	font-family: arial;
	font-size: 30pt;
	text-shadow: #808080 1px 1px 1px;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	spacing: 2px;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	width: 690px;
	font-family: courier new;
	font-size: 8pt;
	letter-spacing: -2px;
	color: #d9b54a;
	text-transform: uppercase;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	spacing: 2px;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}


#content {
	width: 690px;
	text-align: justify;
	line-height: 15px;
	font-family: arial;
	font-size: 10pt;
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	spacing: 2px;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;

}


#nav {
	background: #FFFFFF;
	letter-spacing: -2px;
	text-transform: lowercase;
	width: 690px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	text-shadow: #FFFFFF 1px 1px 1px;
	text-align: center;
	font-weight: normal;
	font-family: arial;
	font-size: 15pt;
	line-height: 15px;
	color: #d9b54a;
	letter-spacing: -2px;
	spacing: 2px;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
 }


#nav a:link {
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: Arial;
	font-size: 15pt;
	text-shadow: #d3e3d7 1px 1px 1px;
	font-style: normal;
	text-decoration: none;
	color: #a21708;}

#nav a:visited {
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: Arial;
	font-size: 15pt;
	text-shadow: #d3e3d7 1px 1px 1px;
	font-style: normal;
	text-decoration: none;
	color: #a21708;}

#nav .selected, .quickl a:hover {
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: Arial;
	font-size: 15pt;
	text-shadow: #d3e3d7 1px 1px 1px;
	font-style: normal;
	text-decoration: none;
	color: #a21708;}

.img {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}