@charset "UTF-8";
/* CSS Document */

body {
	/*leave this area for a potential background image*/
	background-image: url(../fdp_images/dragon_head_3d.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#000;
	width: 800px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}

label {
	float: left;
	width: 125px;
	padding-left: 15px;
	margin-right: 15px;
	text-align: left;
}

p {
	color: #999;
}

/*Begin <a> tag styling*/
a {
	text-decoration: none;
}

a:link {
	color: #CCC;
}

a:visited {
	color: #CCC;
}

a:hover {
	color: #F00;
}

/*End <a> tag styling*/

/*Begin all classes*/
.centeredimage {
	display: block;
	margin-left: inherit;
	margin-right: inherit;
}

.no_float {
	float: none;
}

.textalignright {
	text-align: right;
}
	
/*End all classes*/

/*Begin all ID*/

#header {
	background-color:#333;
	padding: 20px 30px 40px;
	margin-bottom: 10px;
}

#music {
	float: right;
}

	/*Begin rows*/

#row1 {
	text-align: center;
}

	/*End rows*/
	
#rss_feeds {
	width: 400px;
	height: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding-right: 5px;
	font-size: 16px;
}

#side_bar {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 20px;
}

	/*Begin drop down list*/

ul {
	margin: 0;
	padding: 0px;
}
	
ul#menu ul {
	float: left;
	padding: 0px 0px 0px 0px;
}

ul#menu li /*first level li*/{
	float: left;
	list-style: none;
	padding: 0px 30px 0px 0px;
}

ul#menu li ul /*second level ul*/{
	background-color: #666;
	position: absolute;
	top: auto;
	left: auto;
	display: none;
}

ul#menu li:hover ul {
	display: block;
}

ul#menu li ul li /*second level li*/{
	border: thin solid #999;
	display: block;
	float: none;
}

	/*End drop down list*/
	
/*End all ID*/
