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;
padding-left: 10px;
position:absolute;
position:center;
width:500px;
margin-top:3px;
margin-bottom:3px;
margin-left:3px;
margin-right:3px;
}

#nav{
position: relative;
top: -33px;
left: 20px;
width: 500px;
font-family: 'century gothic', arial, sans-serif;
font-size: 18px;
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: #00BAFF;
}


blockquote{
width: 60%;
font-family: Verdana;
color: #000000;
background: #B5B5B5;
font-size: 11px; 
text-align: center;
padding: 10px 1px 10px 1px; 
border-bottom: 4px dashed #868889;
border-top: 4px dashed #868889;
border-right: 4px dashed #868889;
border-left: 4px dashed #868889;
}

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: #465969;
text-decoration: none;
}

#content a:hover, 
#content b a:hover, 
#content i a:hover{
color: #7190C5;
border-bottom: 2px dotted #C6E1E9;
}

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

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


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

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

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


