body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat: repeat-x;
	background-attachment:fixed;
}

#navigation li a:hover, #navigation li a.selected {
	background-color:#111;
	color:#eee;
}

#navigation ul {
	list-style: none;
}

#navigation{
	float:right;
	list-style-type:none;
	margin:0;
}

#navigation li{
	float:left;
	line-height:13px;
	padding:0 0px;	
}

#navigation li a{
	display:block;
	font-size:14px;
	margin:0;
	padding: 10px 20px 12px 20px;
	text-decoration:none;
	font-style:normal;
}

#navigation li a:hover, #navigation li a.selected{
	background-color:#2B1F11;
}

/************************
******General Elements***
************************/

/*Global Links*/
A:link    { color: #3399CC; text-decoration : none;}
A:visited { color: #3399CC; text-decoration : none;}
A:active  { color: #15506E; text-decoration : none;}
A:hover   { color: #006699; text-decoration : none;}

h2 {color: #C60;}

/************************
*********Layout**********
************************/

.content { width:90%;
	margin:0 auto;
	position:relative;
	background-color:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	
	}
.small { font-size: 10px;}
/**********Header*******/

#header{
	height:55px;
	position:fixed;  /* This property keeps the header attached to top of the window */
	top:0;
	left:0;
	width:100%;
	z-index:999;
	padding-top: 3px;
	background-color: #000;
	border-bottom: 2px solid #C60;
	border-top: 2px solid #C60;
}



/*********Footer********/

#footer{
	height:47px;
	position:fixed;  /* This property keeps the header attached to top of the window */
	bottom:0;
	width:100%;
	z-index:999;
	border-bottom: 1px dotted #C60;
}


/************************
*****Common Classes******
************************/


.center{
	width:950px;
	margin:0 auto;
	position:relative;
}



