﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	background-color: #620062;
}
#page {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
}

#top_nav {
	margin: 8px 10px 8px 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
}
#container {
	border: 2px solid #FFFFFF;
	min-width: 600px;
	min-height: 400px;
	background-image: url('../images/back.jpg');
}
#left_col {

	min-height: 400px;
	width: 415px;
	float: left;
	background-image: url('../images/back.jpg');
		color: #E8BBD1;

}
#page_content {
	margin-left: 432px;
	margin-right: 15px;
	color: #E8BBD1;
}
#footer {
	clear: both;
	background-image: url('../images/back.jpg');
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
}
a.foot:link {
	color: #C0C0C0;
	text-decoration: none;
	font-style: italic;
}
a.foot:active {
	color: #C0C0C0;
	
}
a.foot:visited {
	color: #C0C0C0;
	
}
a.foot:hover {
	color:yellow;
	text-decoration: none;
}
a.menu:link {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
a.menu:active {
	color: #fff;
}
a.menu:visited {
	color: #fff;
}
a.menu:hover {
	color:yellow;
	text-decoration: none;
}