* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 15px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	background: #010101;
}

#content {
	background-color: #010101; 
	width: 850px;
}

/* Nav Styles */
#mainNav {
	padding: 10px 0px 0px 20px;
	width: 100%;
	
	text-align: left;
	font-family: arial, sans-serif;
	letter-spacing: 1.0px;
	text-transform: uppercase;
	
	white-space: nowrap;
}

#mainNav ul li {
	display: inline;
	padding: 0px 5px 0px 5px;
}

#mainNav ul li a img {
	z-index: 100px;
	vertical-align: middle;
}

#mainNav ul li a.link {
	list-style-type: none;
	position: relative;
	
	display: inline;
	
	font-family: arial, sans-serif;
	color: #ffffff;
	
	letter-spacing: 1.0px;
	text-transform: uppercase;
	white-space: nowrap;
	
	text-decoration: none;
}

#mainNav ul li a:hover {
	color: #d93139;
}


p {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	
	letter-spacing: 1.0px;
	line-height: 20px;
	
	text-align: left;
}

a {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #d93139;
	
	letter-spacing: 1.0px;
	line-height: 20px;
	
	text-decoration: none;
	text-align: left;
}

a:hover {
	color: #ffffff;
}

/* Frame contains the right and left column */
#frame {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	overflow: hidden;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #3d3e3e;
	text-align: center;
}

#leftcol {
	margin: 0px 0px 0px 0px;
	padding: 150px 0px 0px 150px;
	
	width: 300px;
	height: auto;
	float: left;
	overflow: hidden;
	
	text-align: center;
}

#rightcol {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	
	width: 400px;
	height: auto;
	float: right;
	overflow: hidden;
}
/* End frame and cols*/

.pageTitle {
	font-family: arial, sans-serif;
	font-size: 46px;
	font-weight: bold;
	color: #838384;
	
	text-transform: uppercase;
	letter-spacing: 2.0px;
	text-align: center;
	
	line-height: 45px;
}
.pageTitleMedium {
	font-family: arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #838384;
	
	text-transform: uppercase;
	letter-spacing: 2.0px;
	
	line-height: 45px;
}

.pageTitleSmall {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #838384;
	
	letter-spacing: 2.0px;
	
	line-height: 45px;
}

.pageTitleSmall a {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d93139;
	
	letter-spacing: 2.0px;
	
	line-height: 45px;
}

.pageTitleSmall a:hover {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	
	letter-spacing: 2.0px;
	
	line-height: 45px;
}

p.contentView {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #838384;
	
	letter-spacing: 1.0px;
	text-align: center;
	
	line-height: 20px;
}

p.white {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	letter-spacing: 1.0px;
	text-align: center;
	text-transform: uppercase;
	
	line-height: 20px;
}

p.small {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #838384;
	
	letter-spacing: 1.0px;
	text-align: center;
}

img {
	border: none;
}

#imageGallery {
	margin: 20px 20px 20px 20px;
	width: 70%;
	text-align: left;
}

#imageGallery img {
	margin: 5px 5px 5px 5px;
}

#contact {
	margin: 10px 0px 0px 180px;
}

#footer a {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	text-decoration: none;
	
	letter-spacing: 1.0px;
}
#footer a:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #d93139;
	
	text-decoration: none;
	
	letter-spacing: 1.0px;
}
