/* CSS Document */
body{
	background: #000000;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

a {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #CD0C28;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

a:hover {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #CD0C28;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #CD0C28;
}

h3 { 
	font-family: georgia, serif;
	font-size: 18px;
	color: #CD0C28;
	text-decoration: none;
	font-weight: bold;
}
input,select,textarea {
	border: #CD0C28 1px solid;
	background: #000000;
	font-size: 12px;
	color: #FFFFFF;
}

#nav {
	position:relative;
	margin:0 0 0 0;
	width:600px;
	height:300px;
	padding:0;
	text-align:left;
}
#content{
	position:relative;
	margin:10px 0 0 0;
	width:600px;
	padding: 0;
	text-align: left;
}

#index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:300px;
}
.menu a {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #CD0C28;
	text-decoration: none;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #CD0C28;
	background-color: #000000;
	display: block;
	width: 100%;
}

.menu a:hover {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #CD0C28;
	background-color: #CD0C28;
	display: block;
	width: 100%;
}