body{
background: #ffffff url('images/bg.png') top center repeat-x;
margin: 0;
padding: 0;
}

#content{
font-family: calibri, arial, sans-serif;
font-size: 12px; 
color: #000000;
text-align: justify;
padding-bottom: 10px;
}

#nav{
position: relative;
top: -35px;
left: 120px;
width: 450px;
font-family: 'century gothic', arial, sans-serif;
font-size: 22px;
text-transform: lowercase;
letter-spacing: 3px;
}

.nav a, .navi a:visited, .navi a:active{
text-decoration: none;
color: #ffffff;
}

.nav a:hover {
text-decoration: underline;
color: #FCA3A5;
}


blockquote{
font-family: Verdana;
color: #ffffff;
background: #000000;
font-size: 11px; 
text-align: center;
padding: 15px 1px 18px 1px; 
}

h1{
	color: #FF2D00;
	margin: 5px 0;
	font-family: 'century gothic', arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 22px;
	clear: both;
        border-bottom: 2px dotted #000000;
        padding-bottom: 2px;
}



h2{
}

#content a:link, 
#content a:visited, 
#content a:active{
color: #F9AA00;
text-decoration: none;
border-bottom: 2px dotted #ffffff;
}

#content a:hover, 
#content b a:hover, 
#content i a:hover{
color: #a12323;
border-bottom: 2px dotted #FF5A01;
}

.border{
background: #000000;
padding: 5px;
border: 0;
}

.border:hover{
background: #fd000d;
padding: 5px;
background: 0;
}


b{
font-family: Verdana;
font-size: 11px; 
color: #FF2D00;
font-weight: bold;
}

i{font-family: Verdana;
font-size: 11px; 
color: #FF5A01;
font-style: italic;
}

li{
list-style: circle;
margin: 0 40px 0 40px;
}


