	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{

	margin: 0;

	padding: 0;

	border: 0;

	font-weight:normal;

	text-align:justify;

	font-size:13px;

}



	/* text and color setup

-----------------------------------------------------------------------------*/

body{

	background-color:#000000;

	font-size:13px;

	font-family:tahoma;

	line-height:15px;

	color:#999999;

}



h1{

	font-family:Lucida Sans;

	font-size:30px;

	letter-spacing:-2px;

	padding-bottom:10px;

	color:#c0c0c0;

}



.headerwords{

	font-family:Lucida Sans;

	font-size:30px;

	letter-spacing:-2px;

	padding-bottom:10px;

	color:#777777;

}



h2{

	font-size:11px;

	font-weight:bold;

	padding-bottom:10px;

	color:#c0c0c0;

}



h3{

	font-size:13px;

	font-weight:bold;

	padding-bottom:3px;

	color:#ffe147;

}



a:link {

	font-size:13px;

	font-family:tahoma;

	font-weight:bold;

	text-transform:none;

	letter-spacing:normal;

	text-decoration:none;

	color:#ff0669;

}



a:visited {

	font-size:13px;

	font-family:tahoma;

	font-weight:bold;

	text-transform:none;

	letter-spacing:normal;

	text-decoration:none;

	color:#ff0669;

}



a:hover {

	font-size:13px;

	font-family:tahoma;

	font-weight:bold;

	text-transform:none;

	letter-spacing:normal;

	text-decoration:underline;

	color:#ff0669;

}





a.footerlinks:link {

	font-size:13px;

	font-family:tahoma;

	font-weight:normal;

	text-transform:none;

	letter-spacing:normal;

	text-decoration:underline;

	color:#a7a7a7;

}



a.footerlinks:visited {

	font-size:13px;

	font-family:tahoma;

	font-weight:normal;

	text-transform:none;

	letter-spacing:normal;

	text-decoration:underline;

	color:#a7a7a7;

}



a.footerlinks:hover {

	font-size:13px;

	font-family:tahoma;

	font-weight:normal;

	text-transform:none;

	letter-spacing:normal;

	text-decoration:none;

	color:#a7a7a7;

}



.line{

	height:1px;

	width:100%;

	line-height:0px;

	font-size:0px;

	border-top:1px solid #1e1e1e;

	margin-bottom:20px;

	margin-top:20px;

}



ul {

	list-style:none;

	line-height:0px;	

}





li {

	

	background-position: 0px 0px;

	margin:0;

	padding:0 0 0 10px;

	padding-top:10px;

}

.list
{
	background:url(../images/arrow.gif) top left no-repeat;
}



	/* text and color setup

-----------------------------------------------------------------------------*/

.page{

	width:100%;

	text-align:center;

}



.container{

	width:766px;

	text-align:left;

	margin:0 auto;

}



.menu{

	width:766px;

	height:100px;

	padding-top:20px;

	float:left;

}



.header{

	width:766px;

	height:298px;

	background-image:url(../images/logo_bg.jpg);

	background-repeat:no-repeat;

	float:left;

}



.main{

	width:766px;

	float:left;

}



.footer{

	width:726px;

	height:30px;

	padding:20px;

	float:left;

	background-color:#1e1e1e;

	color:#4c4c4c;

}

.buttons
{
	background:none;
	
	font-size:13px;

	font-family:tahoma;

	font-weight:bold;

	text-transform:none;

	letter-spacing:normal;

	text-decoration:none;

	color:#ff0669;
}

.buttons:hover
{
	cursor:pointer;
}