body {
	background-color: #000;
	font: 10px Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: auto;
	}

/*Main header*/
h1 { font-size: 32px; font-weight: normal; text-align: center; text-indent: -5000px; }
/*section headers*/
h2 { font-size: 24px; font-weight: normal; text-align: center; }
/*All other subheaders*/
h3 { font-size: 18px; font-weight: normal; text-align: center; }
h4 { font-size: 18px; font-weight: normal; text-align: left; width: 350px; margin: auto; }

#main_container {
	background: #000;
	width: 100%;
	}
	
#header {
	text-align: center;
	float: left;
	width: 100%;
	height: 205px;
	background: #000 url(images/new-header-bg.png) repeat-x;
	}
	
#navigation {
	float: left;
	height: 44px;
	width: 100%;
	background: url(images/new-menu-bg.png) left repeat-x;
	text-align: center;
	}
	
#content {
	float: left;
	width: 100%;
	background: #000;
	padding: 10px 0 15px 0;
	}

#center {
	margin: auto;
	width: 760px;
	background: #000;
	border-left: #222 1px dotted;
	border-right: #222 1px dotted;
	}

#sidebox {
	position: absolute;
	top: 249px;
	right: 0px;
	float: right;
	margin: 10px 0px auto;
	padding: 10px;
	border-left: #222 1px dotted;
	border-bottom: #222 1px dotted;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: #000;
	}

#footer {
	clear: both;
	background: #000 url(images/new-footer-bg.png) repeat-x;
	text-align: center;
	width: 100%;
	}
	
#flashcontent {
	padding: 0px;
	height: 800px;
	}
	
p.contact { padding: 15px; margin: auto; width: 350px; }
p.center { padding: 10px; }
p.main { padding: 10px; text-align: center; }

#menu dd {
	font-size: 14px; 
	display: inline;
	margin: 10px auto;
	height: 44px;
	line-height: 44px;
	font-weight: bold; 
	padding: 0 5px 0 5px;
	}
	
#menu a { color: #000; text-decoration: none; padding: 3px; }
#menu a:hover { color: #69f; text-decoration: none; padding: 3px; }
#menu a:active { text-decoration: none; color: #f00; padding: 3px; }

a { color: #ccc; text-decoration: none; padding: 3px; }
a:hover { color: #69f; text-decoration: none; padding: 3px; }
a:active { text-decoration: none; color: #f00; padding: 3px; }

#side-menu { list-style: disc; line-height: 18px; font-size: 10px; }

img.main { margin-left: 20%; }
ul.friends { margin: auto; list-style: none; line-height: 16px; color: #ccc; text-align: center; }

#footer p { margin: 0; color: #69f; font-size: 10px; padding: 10px; }z