html, body
{
	height: 100%;
}

body
{
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center;
	border-top: 10px solid #000000;
	color: #000000;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	text-align: justify;
	margin: 0;
}

h1, h2, h3, img
{
	margin: 0;
	padding: 0;
	border: 0;
}

h1
{
	font-size: x-small;
	text-transform: uppercase;
	color: #FFFFFF;
}

a:link, a:visited
{
	text-decoration: underline;
}

a:hover, a:active
{
	text-decoration: none;
}

div.main
{
	width: 600px;
	min-height: 100%;
	margin: -10px 80px 0 0;
	border-left: 3px #FFFFFF solid;
	border-right: 3px #FFFFFF solid;
	background-color: #990000;
	float: right;
}

* html .main { height: 100%; }

h1.title
{
	color: white;
	text-align: right;
	padding: 5px 5px 0px 5px;
	font-size: small;
	text-transform: uppercase;
}

h2.title
{
	color: white;
	text-align: right;
	padding: 0px 5px 5px 5px;
	font-size: small;
}

div.content
{
	color: #FFFFFF;
	margin: 0 auto;
/*	padding: 5px; */
	padding: 100px 20px 5px 20px;
	overflow: auto;
}

div.content h1
{
	font-size: small;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

div.content h2
{
	font-size: small;
	color: #FFFFFF;
	margin-top: 15px;
}

div.content p, div.content ul
{
	line-height: 150%;
	text-align: center;
}

div.content p a:link, div.content p a:visited, p.copyright a:link, p.copyright a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

div.content p a:hover, div.content p a:active, p.copyright a:hover, p.copyright a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

div.pics
{
	width: 250px;
	float: right;
	padding: 0 5px 0 5px;
}

div.pics img
{
	border: 1px solid #000000;
	padding: 2px;
}

ul.nav
{
	position: relative;
	top: 5px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
}

ul.nav li
{
	list-style: none;
	float: left;
	padding: 0 5px;
}

ul.nav li a:link, ul.nav li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

p.copyright
{
	text-align: center;
	color: #FFFFFF;
}