@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
}
.oneColFixCtr #container {
	width: 780px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-left: 100px;
	min-height: 850px;
}
.link_box {
	text-align: center;
	width: 40px;
	clear: both;
}
.right_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #000;
	text-align: left;
	width: auto;
	margin-top: 20px;
	margin-left: 660px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #CCC;
}
#link_bracket {
	background-color: #000;
	text-align: left;
	width: auto;
	padding-left: 0px;
	color: #CCC;
	font-size: 11px;
	margin-right: 35px;
	margin-left: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

ul#navlist {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

ul#navlist li { display:inline;}

ul#navlist li a
{
	width: 5em;
	padding: 0.2em 1em;
}
.feature_box {
	background-color: #000;
	width: 330px;
	color: #FFF;
	margin-left: 400px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
	overflow: hidden;
}
#inlineimage {
	float: left;
	width: 92px;
}

.description {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	width: 180px;
	margin-top: 30px;
	margin-left: 500px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}
.highlight {
	color: #ef3d42;
	font-weight: bold;
}
.block_short {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	width: 200px;
	margin-left: 360px;
	padding: 10px;
	margin-top: 15px;
	text-align: left;
	line-height: 1.25;
}
#logo_link {
	width: 120px;
	height: 120px;
	margin-left: 145px;
	float: left;
	position: fixed;
}
.make_photos {
	width: 230px;
	margin-left: 375px;
	margin-top: 85px;
}
.footer {
	width: 618px;
	text-align: left;
	background-color: #ef3e42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-top: 60px;
}
