/*
 * Tag styles
 */
body, div, p, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 120%;
	color: silver;
}

body{
	margin: 0;
	padding: 0;
	background-color: black;
	text-align: center;
}

a{
	color: white;
}
a:visited{
	color: white;
}
a:hover{
	color: white;
}
h1{
	font-family: optima, times new roman, serif;
	font-size: 220%;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
}
h2{
	font-family: optima, times new roman, serif;
	font-size: 160%;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
}
h3{
	font-family: optima, times new roman, serif;
	font-size: 140%;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: normal;
}

/*
 * Layout
 */
#wrapper{
	/*
	border: 1px solid red;
	*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1024px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#header{
	/*
	background-color: green;
	*/
	clear: both;
	width: 100%;
	height: 0px;
}
#footer{
	/*
	background-color: green;
	*/
	border-top: 1px solid silver;
	clear: both;
	height: 50px;
	width: 100%;
}
#nav{
	clear: both;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
#main{
	/*
	background-color: cyan;
	*/
	position: relative;
	border-top: 1px solid silver;
	background-image: url('../images/background2.png');
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
	min-height: 500px;
	text-align: left;
	overflow: auto;
}

/*
 * ID's
 */
#slide_title div{
	padding-top: 200px;
	margin-left: 300px;
	font-family: optima, times new roman, times, serif;
	font-size: 32px;
	letter-spacing: 16px;
	word-spacing: -2px;	
}
#slide_title div .llc{
	font-size: 60%;
	letter-spacing: normal;
}
#main #content{
	margin-left: 512px;
	margin-top: 30px;
	overflow: auto;
}

/*
 * Classes
 */
dl.faq dt{
	font-weight: bold;
}
dl.faq dd{
	margin-left: 0;
}
.form_row{
	clear:both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 3px;
}
.form_label{
	float: left;
	width: 25%;
}
.form_input{
	float: left;
}
.form_buttons{
	margin-top: 3px;
	width: 100%;
	clear:both;
	text-align: center;
}
.footer_p{
	font-size: 90%;
	margin: 2px;
	padding: 0;
}
.nav_p{
	float: left;
	text-align: left;
	font-family: optima, times new roman, serif;
	font-size: 20px;
	letter-spacing: 9px;
	word-spacing: -2px;
	height: 100%;
}
.nav_p a{
	text-decoration: none;
}
.nav_ul{
	margin-top: 26px;
	float: right;
	list-style: none;
}
.nav_ul li{
	display: inline;
	padding-right: 20px;
	font-family: optima, times new roman, serif;
}
.nav_ul li a{
	text-decoration: none;
}

.blog_entry{
	margin-bottom: 20px;
}
.blog_entry .blog_headline{
	font-size: 125%;
	font-weight: bold;
}
.blog_entry .blog_byine{
	font-style: italic; 
}
.blog_entry .blog_body{
	
}

