@charset "utf-8";
/* CSS Document */


#body {
	background-color: #000000;
}


#container {
	background-image: url(graphics/wrapbckgrd.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#navigation{
	height: auto;
	padding-top: 70px;
	padding-left: 10px;
}

#content {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 500px;
	float: left;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#sidebar {
	float: right;
	height: auto;
	width: 225px;
	padding-right: 15px;
	padding-top: 0px;
	text-align: center;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #FF0000;
	margin-top: 15px;
	
}

img.floatLeft {
	float: left;
	padding-right: 4px;
}

a:link{
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #990000;
	text-decoration: none;
}

td.title{
	font-weight: bold;
	text-align: left;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 14px;
}
