/* andreas05-alternative - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
background:#FFFFFF url(images/background.jpg) no-repeat left top;
color: #2A2B2A;
font-family:Verdana,Arial,sans-serif;
font-size:12px;
margin-left:200px;
width:600px;
border-right:2px solid #cccccc;
padding:20px;
}

#header {
margin-top:50px;
margin-left:80px;
text-align:center;
height:100px;
color:#228b22;
}

#menu {
margin-top:20px;
margin-left:100px;
color:#BC352B;
height:50px;
}

#main {
}

#footer {
background-color:yellow;
}

#menu a{
font-size:15px;
text-align:center;
width:80px;
color:#BC352B;
text-decoration:none;
font-weight:bold;
margin-left:10px;
padding:5px 5px 5px 5px;
margin-top:5px;
}
/*background-color:#cccccc;*/
#menu a:hover{
text-decoration:underline;
}

a {
color:#BC352B;
text-decoration:none;
}

a:hover  {
text-decoration:underline;
}

#contact_form input, #contact_form textarea{
background-color:#7cfc00;
}

h3 {
color:green;
}
