/* andreas01 - 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. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Print layout: */

body {
margin: 0 auto;
padding: 0;
font-family: "Trebuchet MS", sans-serif;
background: #ffffff;
color: #000000;
}
	
#wrap {
margin: 2%;
width: auto;
float: none !important;
}

#header h1 {
margin: 0 0 10px 0;
}

#frontphoto, #avmenu, #extras, .announce, .hide {
display: none;
}

#content imgright {
display: none;
}

#content imgleft {
display: none;
}

#content imgrightbottom {
display: none;
}

#content imgleftbottom {
display: none;
}

a {
text-decoration: underline;
color: #0000FF;
}

/* Additions - Aerialco.net */

h3 {
font-size: 1.3em;
color: #123456;
margin: 0 0 10px 0;
}

h4 {
font-size: 1em;
font-style: italic;
color: #ac1c25;
margin: 0;
}

.tableh5 {
font-size: 1em;
color: #123456;
magin: 0;
}

h5 {
font-style: italic;
color: #ac1c25;
margin: 0;
}

table {
	border-spacing:1px;
	font-family:Trebuchet, Trebuchet, Trebuchet, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	text-align:justify;
}

td, th {
	padding: 0px 15px 0px 10px;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.bad {
font-size: 1em;
font-style: italic;
color: #ac1c25;
margin: 0;
}
.good {

}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
