body
{
	background: #000;
	background-attachment: fixed;
	background-image: url('../Images/background.png');
	background-repeat: no-repeat;
	color: #fff;
	font-family: TW Cen MT, Arial, Verdana, Georgia;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
}
#outer-container
{
	height: 100%;
	margin: 0 auto;
	width: 1150px;
}
#nav {
    width:250px;
    float: left;
}
#content-container
{
	background-attachment: fixed;
	background-color: #000000;
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	width: 800px;
    border-style:solid;
    border-color: #0d0d0d;
    border-width: 3px;
    padding: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}
#content-header {
    text-align: left;    
}
#footer
{
    clear: both;
	width: 100%;
	background-color: #0d0d0d;
	text-align: center;
	padding:0px;
    margin-top: 3px;
	font-size:13px;
    bottom: 4px;
}
* html #footer
{
	height: 1px;
}
img
{
	border: 0;
}
A:link
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
A:visited
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
A:active
{
	color: #fff;
	text-decoration: none;
}
A:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
p
{
	color: #fff;
}
.rowTitle
{
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	width: 15%;
}
#nomove
{
	background-color: #111111;
	bottom: 0;
	position: fixed;
	right: 0;
	text-align: right;
	z-index: 1;
}
select
{
	background-color: #e8fcba;
	border: thin;
	color: #2e2626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.slides
{
	display: none;
	position: relative;
	z-index: 1;
}
.setTitle, .slideTitle
{
	font-family: "Franklin Gothic Book", Arial, Helvitica, sans-serif;
	font-weight: bold;
}
.setTitle
{
	color: #2e2626;
	font-size: 14px;
	font-weight: bold;
}
#slide1
{
	display: block;
}
.controls
{
	position: relative;
	z-index: 10;
}
hr
{
	background: url('../Images/hr.png') no-repeat;
}
p 
{
	font-size:16px;
	font-weight:normal;
}