﻿/* CSS layout */

body {
	/* to avoid margins */
	margin: 0;
	text-align: center; /* to correct the centering IE bug*/;
	background-image: url('images/bg.gif');
	font-family: Georgia;
	font-size: 16px;
	color: #666666;
	background-color: #7A0606;
}

a:link {
text-decoration: none;
color:#7A0606;
}
a:visited {
text-decoration: none;
color: #7A0606;
}
a:hover {
text-decoration: underline;
color: #7A0606;
}
a:active {
text-decoration: none;
color: #7A0606;
}

#masthead {

}

#top_nav {
}


#page_content {
	margin-left: 10px;
	float: left;
	width: 311px;
}

#right_col {
	width: 450px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
}

#black_container  {
	border: thick #000000 solid;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:550px;
	background-color: #FFFFFF;
}

#container {

	width: 800px;

	text-align: left;
	background-color: #fff;

}

#copy {
	font-size:13px;
	color:white;
}

#copy a{
	color:white;
	text-decoration:underline;
}

