/* ******************************************** */
/* Layout										*/
/* ******************************************** */

body {
	height:auto;
	margin: 20px 0 0 0;
	padding: 0;

	background: black;

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #999;

	text-align: center;  /* IE 5 center hack */
	width: 100%;
}

#container {
	position: relative;
	width: 1000px;
	min-height: 90%;
	margin: 15px auto 15px auto;

	border: 0px solid gray;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	text-align: left;  /* IE 5 center hack */

	background-color: black;
}

#header {
	width: 100%;
	background-color: black;
	text-align:center;
}

#header table {
	margin: 0 auto;
}


#menu {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 0px;
	margin: 0px;
	background-color: #111;
	height: 100%;
}

#site_content {
	float: right;
	width: 700px;
	padding: 15px 5px 64px 15px; /* bottom: footer space */
}

#footer { 
	clear: both;

	width: 100%;
	padding: 10px 0 10px 0;

	border-top: 0px dashed white;
	border-bottom: 0;

	background-color: black;
	
	text-align: right;
	font-size: 10px;
	color: #aaa;
}

#footer img {
	vertical-align: middle;
}

#header_video {
	display: none;
}


/* ******************************************** */
/* Style details								*/
/* ******************************************** */

.clickable {
	color: #aae;
	cursor: hand;
}

.xhtml {
	color: #a9ec4f;
	font-weight: bold;
}

.xhtml:visited {
	color: #a9ec4f;
	font-weight: bold;
}

.css {
	color: #FF99CC;
	font-weight: bold;
}

.css:visited {
	color: #FF99CC;
	font-weight: bold;
}

.dhtml {
	color: #33CCFF;
	font-weight: bold;
}

.dhtml:visited {
	color: #33CCFF;
	font-weight: bold;
}

.ajax {
	color: white;
	font-weight: bold;
}

.ajax:visited {
	color: white;
	font-weight: bold;
}

.mootools {
	color: #55698c;
	font-weight: bold;
}

.mootools:visited {
	color: #55698c;
	font-weight: bold;
}

.flash {
	color: red;
	font-weight: bold;
	/*text-decoration: line-through;*/
}

.flash:visited,hover {
	color: red;
	font-weight: bold;
	/*text-decoration: line-through;*/
}

.flash:hover {
	color: red;
	font-weight: bold;
	/*text-decoration: line-through;*/
}

.php {
	color: #99c;
	font-weight: bold;
}

.php:visited {
	color: #99c;
	font-weight: bold;
}



/* ******************************************** */
/* General										*/
/* ******************************************** */

img {
	border: 0;
	margin: 0;
}

a {
	text-decoration: none;
	/* color: #89cc0f; */
	color: #aae;
}

a:visited {
 color: #aae;
}

a:hover {
	text-decoration: underline
}

p b {
 color:#ddd;
}

p {
	margin: 15px 0px 15px 0px;
	padding: 2px 2px 2px 2px;
}


h1 {
	font-size: 24px;
	margin:0;
	padding:0 0 30px 0;
	color: #ccc;
}


ol {
	padding: 2px 5px 2px 40px;
	margin: 0px;
}

strong {
	color: #aaa;
}


blockquote {
	border-left: 4px solid #ddd;
	padding-left: 10px;
	color: #ddd;
}











/* ******************************************** */
/* Menu										*/
/* ******************************************** */


#menu h1 {
	display: block; 
	/*background-color:#FF9900;*/
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color: #777;
	margin: 0px;
	font-size: 100%;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	display: block;
	/*border-bottom: 1px dashed #C39C4E;*/
	padding: 15px 0px 12px 4px;
	text-decoration: none;
	color: #ddd;
}

#menu ul li a:hover, #menu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
}


