/* 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)

Screen layout: */

body { 
	margin: 0 auto;
	padding: 0;
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	background: #000000;
}

#wrap { 
	background: #000000;
	color: #CC0000;
	margin: 0 auto;
	width: 95%;
}

#content { 
	margin: 5 5px 50px 5px;
	padding: 5 10px 5 10px;
	border-left: 1px solid #8D7545;
	border-right: 1px solid #8D7545;
	border-top: 1px solid #8D7545;
	border-bottom: 1px solid #8D7545;
	line-height: 1.6em;
	text-align: justify;
	background: #262626;
}

#content h2 { 
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content h1 { 
	font-size: 2.0em;
	text-align: center;
}

#content img { 
	padding: 1px;
	display: inline;
	border: 1px solid #8D7545;
}

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

a { 
	text-decoration: none;
	color: #286ea0;
}

a:hover { 
	text-decoration: underline;
	color: #286ea0;
}

a img { 
	border: 0;
}

#footer { 
	clear: both;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	width: 760px;
	text-align: center;
	color: #785B1F;
	font-size: 0.9em;
}

#footer a { 
	color: #8D7545;
	text-decoration: none;
}

#footer a:hover { 
	text-decoration: underline;
}

.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;
}
