@import url(../styles/site.css);

/*** Layout & Design Styles ***/
body {

	background: #edebcb;
	
}
#container {
	background: #FFFFFF;
	width: 44.7em;
	margin: auto;
	overflow: hidden;
	
}
#menubg {
	background: #FAF8CC;
	width: 44.4em;
	border: .15em solid #CC0000;
	overflow: hidden;
	float: right;
}

#pageHeader {
	background: #FFFFFF;
	margin: auto;
	float: right;
}
#pageHeader h1 {
	color: white;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	margin: .5em;
	
}
#pageHeader toptopmenu {
	float: right;
}
#pageHeader h1 a:link, #pageHeader h1 a:visited, #pageHeader h1 a:active, #pageHeader h1 a:hover {
	color: white;
	text-decoration: none;
}
#pageBody {
	float: left;
	background: #FAF8CC;
}

#mainContent {
	float: left;
	width: 31.2em;
}
#rightSidebar {
	float: right;
	width: 10.9em;
	border: .0015em solid red;
	border-top: none;
	padding: .4em;
	background: cornsilk;
}
#pageFooter {
	clear: both;
	height: 10px;
	background: #edebcb;
	color: #000000;
	text-align: center;
	padding: .3em 4em;
}

/* creates equal height columns */
#mainContent, #leftSidebar, #rightSidebar {
  padding-bottom: 200.4em;  /* X + padding-bottom */
  margin-bottom: -200em;  /* X */
}

