﻿/* Derivation of andreas03 - 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. */

body{
margin:10;
font:76% tahoma,verdana,sans-serif;
background:#fff url(bodybg.png) repeat-x fixed;
color:#222;
}

#Container
{
width: 300px;

margin: 30px auto 0px auto;
padding: 0px;
background: #ffffff url(contbg.png) no-repeat;
color: #222;
}




a{
text-decoration: none;
background-color: inherit;
color: #26c;
}

a:hover{
text-decoration: underline;
}

a img{
border: 0;
}

p{
margin: 0 0 15px 0;
line-height: 1.5em;
}

h1 {
font-size: 2.0em;
font-weight: normal;
}

h2 {
margin: 20px 0px 8px 0px;
font-size: 1.4em;
font-weight: normal;
}

h3 {
margin: 10px 0px 8px 0px;
font-size: 1.2em;
font-weight: normal;
}


/* Admin Page */
.FormLabel80 { float: left; width: 80px; }
