/* CSS Document */

body 		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/bg.gif);
}

/* Headers */
h1 					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #999999; } 
h2  				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #CCCCCC; }
h3					{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #393939;
	margin: 8px 0;
	font-weight: normal;
	font-style: italic;
}
h4					{}
h5					{} 

/*************** Linkage *******************/
a:link 			{ color: #666666; text-decoration: none; }
a:visited 		{ text-decoration: none; color: #666666; }
a:hover			{ text-decoration: underline; }
a:active 		{
	text-decoration: none;
}

/*************** Misc. *********************/
img					{ border: 0; }
acronym 			{ cursor: help; }
strong				{ text-transform: uppercase; font-weight: bold; }
a.no-hover			{ text-decoration: none; }
.center				{ text-align: center; }
.clear				{ clear: both; }
img.right			{ float: right; margin: 0 0 10px 10px; }
::-moz-selection	{ background-color: #ffcc66; color: #ff3300; }
::selection			{ background-color: #ffcc66; color: #ff3300; }

/*************** Main Styles ******************/
#container			{
	margin: 0 auto;
	width: 900px;
	background-color: #000000;
}
#main				{
	margin: 0 30px;
}

/*************** Front Styles ******************/
ul#front			{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
ul#front li				{
	float: left;
	width: 210px;
	display: block;
	text-align: center;
	margin: 0 6px;
	
}
ul#front h2				{
	height: 40px;
	margin: 4px 0;
}
ul#front div				{
	float: left;
	width: 70px;
	text-align: center;
	padding: 4px 0;
}

/*************** Header Styles ******************/
#header				{
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/assets/images/bg-top.jpg);
	height: 95px;
	margin: 0;
}
#innerheader		{
	background-color: #000000;
	width: 860px;
	margin: 0 auto;
	height: 95px;
	padding: 14px 20px 4px 20px;
}

/*************** Footer Styles ******************/
#footer				{
	clear: both;
	padding: 3px 3px 3px 0;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}

/**************** Other  **********************/
.style1 {font-size: 12px}
.style4 {font-size: 9px}
.style5 {	font-size: 18px;
	font-weight: bold;
}
.style5 {font-size: 14px}
.style6 {color: #666666}

#form		{
	font-size: 14px;
}

#ack			{
	border-bottom: 1px solid #41372E;
	border-top: 1px solid #41372E;
	text-align: center;

}
#hidden				{ display: none; } 
