body {
	margin: 0;
	padding: 0;
	color: #E8E8E8;
    background: url('../images/bg2.jpg') no-repeat fixed;
    font: 0.75em/16px 'Helvetica',Helvetica Neue,Arial,sans-serif;
    
   
}

body#home {
	
	 background: url('../images/mainbg.jpg') no-repeat;
}


a, a:hover {
	color: #333;
	text-decoration: none;
}

.container {
	width: 900px;
	margin: 70px;
}



#nav {
	width: 700px;
	float: left;
	padding-top: 25px;

}

#logo h1 {
	color: #fff;
	font-size: 70px;
	text-transform: uppercase;
	margin: 0;
}

#goBack a{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#goBack {
	padding-bottom: 10px;
}

#logo h3 {
	color: #282C31;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
	font-family: Courier;
}
.cleaner {clear: both;}

#footerbottom {
	position: absolute;
	width: 100%;
	background: url(../images/footerBg.png);
	color: #777;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	position: fixed;
	font-family: Courier;
}

#footerbottom {
	padding-left: 70px;
}

#footerbottom p {margin: 0; padding: 0;}


/* HEADINGS */
#logo {
	border-bottom: solid 1px #fff;
}
h2{
	font: 2em/1em "Helvetica Narrow", "Arial Narrow", Helvetica,"Helvetica Neue",sans-serif;	
	color: #fff;
	margin: 0;
	font-weight: 100;
	display: none;
}

h2 a {
	color: #fff;
	font-weight: normal;
}

.blog h2 {
	font: 1.5em/1em Arial, Helvetica,"Helvetica Neue",sans-serif;	
}

#content h3 {
	font: 0.9em/20px "Lucida Sans",Helvetica,"Helvetica Neue",sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}


/* Main body */

#content {
	margin-top: 30px;
}

/*Main Nav Bar */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#nav {    margin-top: 20px;
}


#nav li a { /* all list items */
	font-size: 70px;
	line-height: 1em;
	text-transform: uppercase;
	color: #292C31;
}

#nav li a:hover { /* all list items */
	color: #fff;
}

#nav li.active {
}


#nav li ul { /* second-level lists */
	display: none;
}

#nav ul li:hover ul, 
#nav ul li.over ul { 
display: block; 
}



li.sig-block span.sig-link-innerwrapper {margin: 0 !important;}
li.sig-block span.sig-link-wrapper, li.sig-block {background: none !important; padding: 0 !important;}
li.sig-block span.sig-link-innerwrapper {border: none !important;}
li.sig-block {margin: 0 !important;}

.breadcrumbs, .breadcrumbs a {font-size: 20px; color: #fff; text-transform: uppercase;}


