﻿/* CSS layout */
#content-wrapper {
	margin:auto;
	min-width:900px;
	max-width:1000px;
	height:200px;
}

#page_content {
	float: right;
	max-width:600px;
	min-width:100px;
	top: 500px;
	width: 600px;
}

#newsletter_signup {
	float: right;
	max-width:600px;
	min-width:100px;
	top: 500px;
	width: 600px;
}

#main_title {
	margin: auto;
	background-position:center;
	height: 175px
}

#navigation{
	background-position: #EAF4F5;
	border: thin solid #C0C0C0;
	background: #EAF4F5;
	float: left;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	font-size: 13px;
	color: #000000;
	margin-left: 25px;
}
#navigation a:active {
	font-weight:normal
}
#navigation a:visited {
}

#navigation a{
	color: #FF0000;
	width: 250px;
	padding-left: 5px;
	font-size: 13px;
	color: red;
	
}

#navigation a:hover {
	background-image: url('images/Small_Head.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
}

#topbanner {
	float:right;
	height:auto;
}
#ctx {
	position: relative;
	left: 54px; 
	top: 5px; 
	width: 255px; 
	height: 383px; 
	z-index: -1
}
#Comments {
	padding: 10px;
	border: thin solid #C0C0C0;
	background: #EAF4F5;
	margin-left: 20px;
	margin-right: 20px;
}
#Definition {
	padding: 10px 10px 2px 10px;
	border: 1px solid #C0C0C0;
	background: #EAF4F5;
	margin-left: 40px;
	margin-right: 120px;
}

	
}
