/* 
++++++++++ GENERAL STYLES ++++++++++
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1d1d1d;
	background-repeat: no-repeat;
	background-position: center; 
}



img.button {
	border: 3px solid #262626;
}

img.main {
	border: none;
}

.centerdiv>div
{ /*Proper way to center a relative div*/
margin: 0 auto;
}

img.centerdiv>div {
	border: none;
}

p {
	font-weight: normal; 
	font-size: .8em; 
	margin: 0px 0px 10px 0px; 
	color: #fff; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}


blockquote {
	font-weight: normal; 
	font-size: .8em; 
	color: #fff; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	color: #fff; 
	font-size: 2.5em; 
	text-decoration: none;
	font-weight: normal; 
	font-family: Times New Roman;		
}

a {
	color: #fff; 
	text-decoration: none;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;		
}

a:link {
	color: #fff; 
	text-decoration: none;		
}

a: visited {
	color: #fff; 
	text-decoration: none;
}

a:hover {
	color: #fff; 
	text-decoration: underline;	
}

.textbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 1px 4px;
	border: 1px outset #999;
	background-color: #ccc;
	color: #666;
}

.divider {
	margin: 10px 0px;
	height: 1px;
	border-bottom: 1px dotted #666;
}

li {
	font-weight: normal; 
	font-size: .8em; 
	margin: 0px 0px 3px 0px; 
	color: #000; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}
