

*{
	margin:0;
	padding:0;
}


html{
	background:  #cecece;
}

body{
	color:#330000;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	background: center center no-repeat;
	min-height: 650px;
	
}

a, a:visited {
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}


/*-------------------------------
	Slideshow Customizations
--------------------------------*/


#slideShow{
	margin:15px auto 0;
	border:7px solid darkred;
	width:650px;
	height:150px;
	box-shadow:5px 5px 0 rgba(22,22,22,0.3);
}



/*-------------------
	Credit
--------------------*/


p.credit{
	font-size:11px;
	text-align:center;
	padding: 40px;
	text-shadow: 1px 1px 0 #333333;
}

p.credit i{
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	padding-top: 10px;
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	display:block;
	background-color:#6f0707;
	box-shadow: 0 -1px 2px #111;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 100000;
}

footer h2{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-300px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}

footer a,footer a:visited{
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	line-height:31px;
    float:right;
	margin:23px 30px 0 0px;
	width:100px;

}
.selectedTab {
    color:red !important;
}


.content
{
    text-align:left;
}

.content p
{
    margin-top:30px;
}


.topMenu {
    padding:20px 0px 0px 0px;
}
.menuLink {
    padding:0px 30px 0px 0px;
    font-size:16px;
    font-weight:bold;
    color:darkred;
}
.left {
    float: left;
}
.banner {
}
.clear {
    clear: both;
}