/* http://www.csuglab.cornell.edu/~cc374/rr/style.css */
body {
	background-color: #111520;
	background-image:  url(bg-sm.jpg);
}
	
img { 
}

hr { 
	color: #848284; 
}

td {
	font-family: Tahoma; font-size: 12px;
}

A:link { 
	text-decoration: none; 
	color: #7A7A7A;
	font-family:  sans-serif;
}

A:active {
	text-decoration: none; 
	color: #484A68;
	font-family:  sans-serif;
}

A:visited { 
	text-decoration: none;
	color: #5E6088;
	font-family: sans-serif;
}

A:hover { 
	text-decoration: none;
	color: #C1BFC1;
}

#mainContent {
	width: 650px;
	font-size: 14px;
	position: relative;
	padding: 3px;
	background-color: #8E92B3;
}

#menu {
	width: 150px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 3px;
	color: #999999;
	border-top: thin solid #42415A;
	border-right: thin none #42415A;
	border-bottom: thin none #42415A;
	border-left: thin solid #42415A;
}

#header {
	font-size: 16px;
	padding: 3px;
	color: #CEDBE7;
	border: 1px solid;
}

#footer {
	font-size: 16px;
	padding: 1px;
	border: 2px solid #CCCCCC;
}
