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

Version: 1.2
(Nov 28, 2007)

Screen layout: */

body{
font:76% "Lucida Sans Unicode";
}

a{
	text-decoration:none;
	background-color:inherit;
	color:#660000;
	font-weight: 600;
}

a:hover{
text-decoration:none;
color:#000000;
}

p{
	color: #666666;
	font-family: "Lucida Sans Unicode";
	line-height: normal;
	font-size: 80%;
}



a.menu1 {
text-decoration:none;
	background-color:inherit;
	color:#660000;
	font-weight: 700;
	font-family: "Trebuchet MS";	
}
a.menu1:hover {
text-decoration:underline;
color:#000000;
}
.navigation a {
	color: #FFF;
	float: right;
	font: bold 1em "Trebuchet MS",sans-serif;
	background: #660000 url(3/img/red-gradient2.jpg) repeat-x;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #f00;
	
	color: #f00;
}
.headerstyle{
	display:block;
	margin:10px 0 10px;
	padding:5px 0 5px 8px;
	background:#eee url(3/img/gradient2.png) repeat-x;
	color:#480000;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	font-family: "Lucida Sans Unicode";
}

h1,h2,h3,h4{
	margin:0 0 10px 0;
	font-weight:normal;
	font-family: "Lucida Sans Unicode";
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */

