/* http://celsius.ws */

body {
	font: 14px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#fff;
	background-image: url("images/bgnight.png");
	text-align: center;
}

html {
	background:#d7d2ab;
	padding: 25px;
	width: 882px;
	margin: 0 auto;
	background-image: url("images/bgnight.png");
	background-repeat: repeat-x;
	z-index: -10;
}

* {
	margin:0;
	padding:0;
	outline:none;
}

.framer { border: 1px solid white; padding:5px; margin:10px }

.pic { border:1px solid white; margin:5px; }


#footer {
	clear:both;
	margin: 0px;
}

#navigation { margin-top:-25px; }

table {
	width:100%;
	padding:10px;
	border:1px solid #eee;
}

th {
	color:#06445f;
	border-bottom:1px solid #eee;
	padding:5px;
}

td {
	padding:5px;
	text-align:center;
	background:#fafafa;
}

#container {

	margin:0 auto;
  text-align: left;
}

#content ul {
	margin:15px 0 15px 25px;
}

#content ul li {
	padding:3px;
	color:#f4f4f3;
}

#content img {}



#sidebar ul {
	list-style:none;
}

#sidebar ul a {
	color:#444;
	font:80% Verdana;
	text-decoration:none;
}

#sidebar ul a span {
	color:#ccc;
}

#sidebar ul a:hover span {
	color:#333;
}

#sidebar p {
	font:80% Verdana;
	line-height:24px;
	margin:10px 0 20px 0;
}

#sidebar ul li {
	margin:1px 0 0 0;
	padding:5px;
}

#sidebar h3 {
	font:120% Arial;
	margin:5px 0;
	color:#222;
}

#content {
	width:795px;
	float:left;
	// padding: 0px;
	margin: -5px 25px 0px 25px;
	padding:20px;
	background-color: #000;
}

#sidebar {
	margin-left:630px;
	width: 190px;
	//border-left:1px solid #eee;
	padding-left:30px;
}

blockquote {
	background:#f6f6f6;
	padding:0 10px;
	border:1px solid #eee;
	font:100% Georgia;
}

#content p {
	color: #f4f4f3;
	line-height:20px;
	margin:20px 0;
	word-spacing:2px;
	// padding-bottom:5px;
}

#content p a {
	color:#222;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

#content p a:hover {
	border-bottom:1px solid #aaa;
}

#content h2 {
	font:190%;
	margin-top:35px;
	border-bottom: 1px solid white;
}

#content h2 a {
	color:#333;
	text-decoration:none;
	border-bottom: 1px solid white;
}

#header {
	width:100%;
	margin:0 auto;
	padding:0px;
	z-index:10;
	margin: 0 auto; 
  text-align: center;
}




#banner { width:882px;  height:316px; margin:0 auto;  text-align: center; position:relative; }




	



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */



.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}



