@charset "utf-8";
body {
	background-color: #000000;
}
.container {
	width: 780px;
	text-align: left;
}

#page {
	width: 780px;
	height: 455px;
	margin: 10% auto auto;
}
#header  {
	background: #000000;
	height: 90px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	height:20px;
	background-image: url(/assets/images/navspace.jpg);
	text-align: center;
	background-color: #FFFFFF;
}
#mainContent  {
	background: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 300px;
	margin-right: auto;
	margin-left: 0px;
}
#footer  {
	background:#666666;
	bottom: auto;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.65em;
	background: left;
}
#LColM {
	width: 300px;
	text-align: left;
	float: left;
	padding: 0px 10px 10px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
#LColM   p {
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -0.5pt;
	font-size: 0.8em;
}
#RColM {
	width: 400px;
	text-align: left;
	float: none;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 350px;
}
#LColL {
	width: 450px;
	text-align: left;
	float: left;
	margin: 20px 0px 0 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#RColL {
	width: 250px;
	text-align: left;
	float: none;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
}
#LColL p {
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: -0.5pt;
}
#LColL strong {
	font-weight: bold;
	color: #FF6600;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

#LColM pu {
	text-decoration: underline;
}
#LColL pu {
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

