/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#7A1314;
background:#7A1314;
}

a { color: #990000; font-weight: bold; text-decoration: none; background-color: inherit }

a:hover{color: #7A1314; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 0 0;}
p form{margin-top:0; margin-bottom:20px;}

/**************** Header and navigation styles ****************/

#container{
width:740px;
margin:20px auto;
background:#7A1314;
color:#7A1314;
border:2px solid #7A1314;
}

#header{
width:738px;
margin:0px 0px 0px 0px;
background:#9D9D9D;
}

#navigation{
width:738px;
background:#9D9D9D;
}

/**************** Content styles ****************/

#content{
color:#FFFFFF;
text-align: justify;
float:left;
width:665px;
font-size:1.0em;
padding:0px 0px 20px 0px;
margin:auto;
}

/**************** new color scheme *********************/

body {
background: #EFEEF0;
background-image:url(layout2.0/Layout5.png);
}

#content {
background: #321819;
}

#container {
border:2px solid #000000;
}

#navigation {
background: #181818;
}

a {
color:#990000;
}