/* Generic Selectors */
body
{
	font-family:         Georgia, "Times New Roman", Times, serif;
	font-size:           18px;
	color:               #c0c0c0;
	background-color:    #000000;
	background-image:    url('../images/bg/chain.jpg');
}

p
{
	width:               100%;
}

li 
{
	list-style-type:     none;
	line-height:         100%;
	list-style-image:    url('../images/icons/yellow-ball.gif');
}

h1
{
	font-family:         Georgia, "Times New Roman", Times, serif;
	font-size:           22px;
	font-weight:         bold;
	color:               #f0f0f0;
	border-bottom:       0px none;	
}

h2 
{
	font-family:         Georgia, "Times New Roman", Times, serif;
	font-size:           20px;
	font-weight:         bold;
	color:               #f0f0f0;
	border-bottom:       0px none;
}

h3 
{
	font-family:         Georgia, "Times New Roman", Times, serif;
	font-size:           18px;
	font-weight:         bold;
	color:               #f0f0f0;
	border-bottom:       0px none;
}

h4
{
	font-family:         Georgia, "Times New Roman", Times, serif;
	font-size:           14px;
	font-weight:		 lighter;
	font-style:          italic;
	color:               #f0f0f0;
	border:          	 0px none;
	padding:             0;
	margin-top:          0;
}




/**************** Pseudo classes ****************/

a:link 
{
	color:               rgb(230, 195, 77);
	border-color:        rgb(230, 195, 77);
	text-decoration:     underline;	
	font-weight:         bold;
}

li a:link 
{
	color:               rgb(230, 195, 77);
	border-color:        rgb(230, 195, 77);
	text-decoration:     underline;	
	font-weight:         bold;
}

a:visited 
{
	color:               rgb(247, 235, 193);
	boreder-color:       rgb(247, 235, 193);
	text-decoration:     underline;
	font-weight:         bold;
}

li a:visited 
{
	color:               rgb(247, 235, 193);
	boreder-color:       rgb(247, 235, 193);
	text-decoration:     underline;
	font-weight:         bold;
}

a:hover
{
	color:               rgb(215, 173, 30);
	padding-bottom:      0px;
	font-weight:         bold;
	text-decoration:     underline;
}

li a:hover
{
	color:               rgb(215, 173, 30);
	border-color:        rgb(215, 173, 30);	
	padding-bottom:      0px;
	font-weight:         bold;
	text-decoration:     underline;
}

img a:hover
{
	color:               rgb(215, 173, 30);
	border-color:        rgb(215, 173, 30);	
	padding-bottom:      0px;
	font-weight:         bold;
	text-decoration:     none;
}

a:active 
{
	color:               rgb(230, 195, 77);
	font-weight:         bold;
}

/************************* ID's *************************/
/*
#menu
{
	background-color:    #000000;
	position:            absolute;
	z-index:             10;
	width:               220px;
	height:              100%;
	padding:             10px 10px 10px 10px;
	margin:              0;
	border-right:        2px solid #c0c0c0;
	font-weight:         normal;
}
*/

#main
{
	position:            absolute;
/*	z-index:             15;*/
	width:	             100%;
	height:              100%;
	margin-top:          0;
	margin-left:         0;
	margin-right:        0;
	margin-bottom:       0;
}