@charset "utf-8";
/* CSS Document */

body {
	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;
	background-color: #000000;
	font-size: 13px;
	height: 100%;
	color: #FFFFFF;
}
#container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}
#header img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
#header #redline {
	height: 1px;
	width: 950px;
	background-image: url(../images/redline.jpg);
	background-repeat: no-repeat;
}

#mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent h1 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

.lift { 
position:relative; 
top:-60px; 
}

.lightLift
{ 
position:relative; 
top:-14px; 
}


#menu {
	text-align: center;
	padding-top: 35px;
	font-size: 16px;
}
.subhead {
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
}


#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #CC0000;
	text-decoration: none;
}

.menurightpad {
	padding-right: 85px;
}

#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#left {
	float: left;
}
#middle {


}
#right {
	float: right;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainContent a:hover {
	color: #CC0000;
	text-decoration: none;
}

#contentbackground {
	background-color: #313131;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	height: 315px;
}
#contentbackground_a {
	background-color: #313131;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}


.center {
	margin-right: auto;
	margin-left: auto;
}
.portfoliolink {
	padding-bottom: 14px;
}

.pubissue {
	font-style: italic;
}

#back a {
	display: inline;
	font-size: 11px;
	position: relative;
	top: -65px;
	left: 70px;
	color: #666666;
	width: 65px;
	padding-left: 55px;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

#click {
	display: inline;
	font-size: 11px;
	position: relative;
	top: -105px;
	left: -80px;
	color: #666666;
	letter-spacing: 0.1em;
	width: 100px;
	text-align: left;
}
.underline {
	text-decoration: underline;
}
.gray {
	color: #CCCCCC;
}
.hometag {
	line-height: 1.5em;
	font-size: 13px;
	font-style: italic;
}
#facebook {
	text-align: right;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
#clear {
	clear: both;
}

