@charset "utf-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-color:#990000;
	margin:0;
	padding:0;
	font-family:"Myriad Pro Light", "Myriad Light", "Myriad","Tahoma","Verdana";
	font-size:15px;
	color:#FFFFFF;
}

.wrapper {
	position:absolute;
	margin: 0px;
	padding: 0px;
	width:300px;
	top:150px;
	left:0px;
}

.header {
	position:absolute;
	top:25px;
	left:0;
	margin:0;
	padding:0;
}

#menu {
	position: relative;
	top: 1px;
	float: right;
	clear:both;
	padding: 4px 10px;
	text-align:right;
	list-style: none;
}

#menu a:link { /* unvisited link */
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}     
#menu a:visited {  /* visited link */
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#menu a:hover {   /* mouse over link */
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
}
#menu a:active {   /* selected link */
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.content {
	margin:0;
	padding:0 10px 0 0;
	position:absolute;
	left:350px;
	top:0px;
	width:650px;
	height:510px;
	overflow:visible;
	margin-top:4px;
}

.footer {
	
	margin:0;
	padding:0;
	
	left:350px;
	color:#000000;
	font-size:85%;
	clear:both;
}

p {
	margin:0;
	padding:0;
	padding-bottom:10px;
}

ul {
	margin:0;
	padding:0;
}

a:link { /* unvisited link */
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}     
a:visited {  /* visited link */
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a:hover {   /* mouse over link */
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:active {   /* selected link */
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.hidden {
	position:absolute;
	top:-10000px;
	left:-100000px;
}
