/* colors 

bg = black
main border = white
text = white
links = white
hover = red
content bg = 454B55
right grey = 31353C
*/

/* overrides */

body {
	background-color: black;
	text-align: center;
	color: white;
	font-size: 0.8em;
	font-family: verdana;
	margin: 0px;
}
input {
	border: 1px solid white;
	background: transparent;
	color: white;
	font-size: small;
}

/* id */

.main {
	background: #454b56;
	background-image: url(content-bg-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	border-right: 2px solid white;
	border-left: 2px solid white;
	text-align: left;
}
.content {
	padding-left: 20px;
}
.header {
	background-image: url(header.jpg);
	height: 312px;
	background-repeat: no-repeat;
}
.footer {
	height: 68px;
	background-image: url(footer.jpg);
	margin: 0px auto;
	text-align: right;
	font-size: x-small;
}
#navigation {
	text-align: right;
	margin-top: 140px;
	margin-right: 15px;
	float: right;
	width: 450px;
}
#footer-text {
	margin-top: 50px;
	margin-left: 15px;
	float: left;
}

/* classes */

.rightheader {
	width: 196px;
	margin: 0px auto;
	height: 9px;
	background-image: url(right-header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rightfooter {
	width: 196px;
	margin: 0px auto;
	height: 9px;
	background-image: url(right-footer.gif);
	background-repeat: no-repeat;
}
.rightcontent {
	width: 186px;
	border-right: 1px solid #7E838D;
	border-left: 1px solid #7E838D;
	background: #31353C;
	padding: 3px;
	margin: 0px auto;
	text-align: left;
}
.rightseperator {
	width: 196px;
	height: 22px;
	background-image: url(right-seperators.jpg);
	margin: 0px auto;
	background-repeat: no-repeat;
}
.rightimage {
	border: 1px solid white;
	margin: 3px;
}
.floatr {
	width: 90px;
	float: right;
}
.floatrtext {
	font-size: x-small;
}

/* links */

a:link {
	color: white;
	font-weight: bold;
	border-bottom: 1px solid red;
	text-decoration: none;
}
a:active {
	color: white;
	border-bottom: 1px solid white;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: white;
	font-weight: bold;
	border-bottom: 1px solid red;
	text-decoration: none;
}
a:hover {
	color: red;
	font-weight: bold;
	border-bottom: 1px solid white;
	text-decoration: none;
}
a.catnav:link {
	text-decoration: none;
	border: 0px;
	font-weight: normal;
}
a.catnav:visited {
	text-decoration: none;
	border: 0px;
	font-weight: normal;
}
a.catnav:hover {
	text-decoration: none;
	border: 0px;
	font-weight: normal;
	color: red;
}
a.override:link {
	color: white;
	font-weight: normal;
	border: 0px;
}
a.override:hover {
	color: white;
	font-weight: normal;
	border: 0px;
}
a.footer:link {
	text-decoration: none;
	border-bottom: 0px;
	font-size: x-small;
	color: white;
	margin-top: 50px;
}
a.footer:hover {
	text-decoration: none;
	border-bottom: 0px;
	font-size: x-small;
	color: red;
}
