body, table, tr, td {
font: 8pt Trebuchet MS, Geneva, sans-serif; 
color: #8c9195; 
line-height: 15px;
letter-spacing: 0px; }

strong {
	color: #E71A1C;
	text-transform: uppercase;
	}

em {
 	color: #E71A1C;
	}

body { 
background-color: #000000;
background-image: url(back.jpg);
background-repeat: repeat;
margin: 0px; 
text-align: center; }

#wrap { 
width: 350px;
background-color: #000000;
text-align: center;
margin: auto;
}

A:link, A:active, A:visited       
	{
	text-decoration:none;
	color: #8c9195;
        border-bottom: 1px solid #E71A1C;
	}

A:hover       
	{
	text-decoration:none;
	color: #ffffff;
        border-bottom: 1px solid #E71A1C;
	}

a.nav:link {
color: #8c9195;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #ff3b65;
}

a.nav:visited {
color: #8c9195;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #ff3b65;
}

a.nav:hover {
color: #eaeae8;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #ff3b65;
}

a.nav:active {
color: #eaeae8;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #ff3b65;
}

h1
	{
	font-size: 5pt;
	font-family: Georgia; 
        text-align: right;
        letter-spacing: 10px;
	text-transform: uppercase;
	font-style: italic
	padding: 0px; 
	color: #ffffff;
	border-color: #303030; 
	border-width: 0pt;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	}

.header { 
top: 0px;
 }

.menu { 
padding: 0px; 
margin: 0px;
text-align: right;
font-family: "Verdana", sans-serif;
font-size: 9px;
width: 300px;
text-transform: uppercase;
font-weight: bold;
line-height: 12px;
color: #cccecd;
 }

 .body {
margin: 10px 15px;
}

.content { 
margin: 0px;
padding: 0px;
width: 320px;
text-align: justify; 
float: center;
}

.navi li {
padding-left: 4px;
list-style-type: none;
display: inline;
}

input, textarea, button, select, option
	{
	color: #888888; 
	font-size:9px;
	font-family: trebuchet ms, arial, sans-serif;
	letter-spacing:0; 
	background-color: #000000;
	border-style: solid; 
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #E71A1C 1px dotted;
	}

ul {
margin-left: 5px;
padding-left: 8px;
text-indent: 0px;
list-style-type: square;
}

html > body .content {
height: auto;
min-height: 300px;

}