/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.3 (Nov 28, 2005)

Screen layout: */

body{
margin:0 auto ;
padding:0;
font:12px Verdana,Tahoma,Arial,sans-serif;
background:#1A1A1A url(images/bger.jpg) top center no-repeat;; 
color:#303030;
}

#wrap{
background:#343434;
color:#303030;
margin:0 auto ;
width:640px;
border-bottom:dashed #bbb 1px;
}
#nav {height:30px; padding-top:10px; border-bottom:dashed #bbb 1px;}
#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;

/*text-align: center;*/
}

#nav ul li { display: inline;}

#nav ul li a
{
text-decoration: none;
/*padding: .2em 1em;*/
padding:2px 10px;
color:#ddd;
background-color: #343434;
}

#nav ul li a:hover
{
color: #000;
background-color: #eee;
}
p {
color:#FFFFFF; 
line-height:20px;
letter-spacing:.07em;
/*padding: .2em 1em;*/
padding:2px 10px;
}

a, a:active, a:visited {
text-decoration: none;
color:#FF6600;
}
a:visited {
text-decoration: none;
color:#FF6600;;
}
a:hover {
text-decoration: underline;
color: #FF6600;
}
img {
border-bottom:dashed #bbb 1px;
}
ul {
line-height:20px;
}