body {
	background-color:black;
	margin:0px;
}

b, i {
	color:#7f0c01;
}

a:link, a:active, a:visited {
	color: #243557;
	cursor:default;
	font-family: "times new roman", georgia, serif;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	cursor:default;	
	text-decoration:underline;
}

#header{
	background: url(../images/bg.jpg) no-repeat;
	height:294px;
	position:absolute;
	right:0px;
	top:0px;
	width:545px;
}

.nav {
	right:190px;
	position:absolute;
	text-align:right;
	top:50px;	
}

.nav a:link, a:active, a:visited {
	color: #243557;
	font-family: "times new roman", georgia, serif;
	font-size:7pt;
}

.nav a:hover{
	color: #7f0c01;
	text-decoration:none;
}

.content{
	color: #2b2e30;
	font-family: helvetica, arial, sans-serif;
	font-size:7.5pt;
	right:160px;	
	position:absolute;
	top:140px;
	width:300px;
}

.title {
	background-color:#04060d;
	border-left:5px solid #2b2e30;	
	color:#2b2e30;
	font-family: "times new roman", georgia, serif;
	font-size:18px;
	font-style:italic;
	padding-left:5px;
	position:absolute;
	width:100%;
}

input, select, textarea {
	color: #2b2e30;
	background-color:black;
	border: 1px solid #2b2e30;
	font-family: helvetica, arial, sans-serif;
	font-size:7.5pt;
}

.copy, .copy a {
	font-size:5pt;
	text-align:right;
}

fieldset {
	border:1px solid #111;
}
