body,td,th {
	color: #FFF;
	font-family: Century Gothic;
	font-size: 12px;
	
}
body {
	background-color: #000;
}
.main {
	width: 900px; 
	height: 400px;
}
/*middle colum that seperates the content and menu*/
.skinni {
	width: 50px; 
	vertical-align:top; 
}
.menu {
	width: 300px !important; 
	height: 400px; 
	background-color: #9a0b0f;
	text-align:center;
}
.menu a {
	color: #fff; 
	text-decoration:none;
}
.menu a:hover {
	color: #000;
}
.outside {
	width: 900px; 
	height: 450px; 
	background-image: url(images/bkg.jpg); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	margin: 30px auto 20px auto;
}
/*content = same width as all images in this box*/
.content {
	width: 550px !important;
	text-align:justify;
	
}


ul {
	list-style:square;
}
hr {
	background-color: #fff; 
	height: 1px;
}
a.selected {
	color: #000;
}
.quote {
	color: #fff;
	font-size: 13px;
	text-align:center
}

a.gray:hover{
	color: #999;
	text-decoration:none;
}

a {color: #9a0b0f;
text-decoration:none;
text-size: 14px;
}

a:hover { 
	text-decoration: underline;
}

.content a{color: #fff;
}

.small {width: 265px;
}