/* 

CSS by Brandika at bbs9289@gmail.com 

Please do not directly steal! I will find out!

*/

* { margin: 0; padding: 0;	}

html { 
	overflow-y: scroll; 
	}
body { 
	color:#c8c8c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight: normal;
	line-height:27px;
	text-align:left;
	background: #0f0f0f url(images/background.jpg) repeat;
	float: left;
}
	
a, a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	color: #c8c8c8;
	display: normal;
	font-style: normal;
	margin: 8px 0;
	}

a:hover {
	background-color:#000000;
	text-decoration: none;
	border-bottom:1px dashed #FFFFFF;
	color:#7b7c7c;
	display:normal;
	font-style:normal;
	margin:8px 0;
	}

a:active {
	background-color:#000000;
	border-bottom:1px dashed #FFFFFF;
	color:#c8c8c8;
	display:normal;
	font-style:normal;
	margin:8px 0;
	}

.image
	{
	border:7px solid #555555;
	}
.image:hover 
	{
	border:7px solid #cdcdcd;
	}

.listcontent {
	margin: 0px 0px 0px 30px;
}
h1 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing:1px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: lowercase;
	line-height:27px;
	text-align:center;
	margin-bottom:-10px;
	}
	
h1#header-image {
	width: 1268px;
	height: 364px;
	background: url(images/header_rev.jpg) no-repeat;
	text-indent: -9999px;
	}

h2 {
		font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
		font-weight: normal;
		text-transform: lowercase;
		line-height:27px;
		letter-spacing:1px;
		text-align:center;
		text-transform:lowercase;
		margin: 10px 0px 15px 0px;
	}

.clear {
	clear: both; 
	}

	#content-bg {
		background: #0f0f0f url(images/background.jpg) repeat;
	}

#page-wrap {
	width: 565px;
	margin: 0px auto; 
	}

#main-content {
	padding: 30px 50px 30px 50px;
	margin: 0px auto; 
	}

#text-area {
	width: 675px;
	margin: 0px auto; 
	}
	
#text-area p {
	margin: 10px 0px 20px 0px;
	}
	
#sidebar {
	width: 200px;
	float: left;
	margin: 0px 0 0 110px;
	}
	
#nav {
	font-family: Garamond, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 7px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	}
	
#nav a, #nav a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	color: c8c8c8;
	display: block;
	font-style: normal;
	margin: 8px 0;
	}
	
#nav a:hover {
	background-color:#000000;
	text-decoration: none;
	border-bottom:1px dashed #FFFFFF;
	color:#7b7c7c;
	display:block;
	font-style:normal;
	margin:8px 0;
	}
	
.nav a:active {
	background-color:#000000;
	border-bottom:1px dashed #FFFFFF;
	color:#c8c8c8;
	display:block;
	font-style:normal;
	margin:8px 0;
	}
	
input, select, textarea {
	color: #c8c8c8; 
	background: url(images/form_bg.jpg);
	border: 1px dashed #d5e2df; 
	font-family: arial, serif; 
	font-size: 12px
	}

input, textarea {
	padding: 5px; 
	width: 350px; 
	margin: 10px 0px 15px 45px
	}

label {
	display: block; 
	float: left;
	margin-left: 10px
	}

.button {
	width: 50px; 
	padding: 5px
	}

blockquote {
	width:558px;
	font-size:95%;
	margin:20px auto;
	padding: 8px;
	color:#FFFFFF;
	background: url(images/bq_bg.jpg) no-repeat
	}

blockquote p {
	width: 398px;
	text-align: right;
}

.centered {
margin: 0 auto 0 auto;
}


