/* CSS Document */



body {



	margin:0px;



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



	background-color:#000;



}



.heading {



	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;



	font-size: 30px;



	font-weight: none;



	color: #D58C23;



	text-decoration: none;



}



.subheading {



	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;



	font-size: 20px;



	font-weight: none;



	color: #A1A1A1;



	text-decoration: none;



}



.categoryheading {



	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;



	font-size: 16px;



	font-weight: none;



	color: #A1A1A1;



	text-decoration: none;



}



.content {

	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: normal;

	color: #FFF;

	text-decoration: none;

	text-align:justify;

}







.footer {



	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;



	font-size: 12px;



	font-weight: normal;



	color: #494949;



	text-decoration: none;



}



#container{	



	position:absolute;



	float:left;



	top:0px;



	text-align:center;



	width:950px;



}



#indexcontainer{	



	position:absolute;



	float:left;



	top:0px;



	text-align:center;



	width:950px;



}



.content a {

	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: normal;

	color: #d58c23;

	text-decoration: none;

	text-align:justify;

}

.content a:hover {



	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;



	font-size: 14px;



	font-weight: normal;



	color: #d58c23;



	text-decoration: underline;



	text-align:justify;



}



h1 {

     font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;

	font-size: 26px;



	font-weight: none;



	color: #d58c23;



	text-decoration: none;



}

h2 {

     font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;

	font-size: 18px;



	font-weight: none;



	color: #FF0000 ;



	text-decoration: none;



}

h3 {

     font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;

	font-size: 18px;



	font-weight: none;



	color: #0000FF;



	text-decoration: none;



}

a.gold{

	text-align:justify;

	margin:0px;

	line-height:18px;
	color:#FF0;

}

a.gold:link {

	text-decoration:none;
	color:#FF0;
}

a.gold:visited {

	text-decoration:none;
	color:#FF0;

	}

a.gold:hover {

	text-decoration:underline;
	color:#FF0;

}

