/* Layout Styles - Ordered By Position */

html {
	-webkit-text-size-adjust: none;
}

body { 
	background: black;
	background-image: url('images/background.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	color: silver;
	font-family: 'verdana', 'helvetica', sans-serif; 
	font-size: 10pt;
 	font-weight: normal;
	line-height: 12pt; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	background: black;
	background-image: url('images/background.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	width: 800px;
}

#menu {
	background: transparent;
	height: 124px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: right;
	width: 800px;
}

#menulinks {
	background: transparent;
	position: absolute;
		bottom: 8px;
		right: 8px;
}

#menulinks a{
	margin-left: 16px;
	margin-right: 4px;
	padding-right: 4px;
}

#photo {
	background: transparent;
	height: 280px;
	padding-bottom: 20px;
	margin-top: 18px;
	width: 800px;
}

#content-l {
	background: transparent;
	float: left;
	padding: 0px;
	text-align: left;
	width: 508px;
}

#content-r {
	background: transparent;
	float: right;
	padding: 0px;
	text-align: left;
	width: 270px;
}

#footer {
	background: transparent;
	clear: both;
	color: #222222;
	margin: 8px;
	padding: 0px;
	text-align: right;
}


/* UI Element Styles - Ordered Alphabetically */

input.button {
	background: transparent;
	border: none;
	color: white;
	font-family: 'bank gothic', 'verdana', 'helvetica', sans-serif; 
	font-size: 12pt;
 	font-weight: normal;
	line-height: 12pt; 
	margin: 8px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}


/* Text Styles - Ordered (Psuedo) Alphabetically */

a {
	font-family: 'bank gothic', 'verdana', 'helvetica', sans-serif; 
	font-size: 12pt;
 	font-weight: normal;
	line-height: 12pt; 
	text-decoration: none;
}

a:link {
	color: #696969;
}

a:visited {
	color: #696969;
}

a:hover {
	color: white;
}

a:active {
	color: #696969;
}

span.a-current {
	color: white;
	font-family: 'bank gothic', 'verdana', 'helvetica', sans-serif; 
	font-size: 12pt;
 	font-weight: normal;
	line-height: 12pt; 
	margin-left: 16px;
	margin-right: 4px;
	padding-right: 4px;
	text-decoration: none;
}

span.a-inactive {
	color: #696969;
	font-family: 'bank gothic', 'verdana', 'helvetica', sans-serif; 
	font-size: 12pt;
 	font-weight: normal;
	line-height: 12pt; 
	text-decoration: none;
}

span.a-content-l {
	color: white;
	font-family: 'bank gothic', 'verdana', 'helvetica', sans-serif; 
	font-size: 12pt;
 	font-weight: normal;
	line-height: 12pt; 
	text-decoration: none;
}

h1, h2, h3 {
	color: white;
	font-family: 'bank gothic', 'verdana', 'helvetica', sans-serif; 
	font-size: 12pt;
 	font-weight: normal;
	line-height: 12pt; 
	margin: 8px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

h3 {
	display: inline;
}

p {
	background: transparent;
	color: silver;
	font-family: 'verdana', 'helvetica', sans-serif; 
	font-size: 10pt;
 	font-weight: normal;
	line-height: 12pt; 
	margin: 8px;
	padding: 0px 0px 16px 0px;
	text-align: left;
}

