*{
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#ffffff;
}
img {
	border:2px solid #fff;
}

/* body */
body {
	background:#000000 url('image/bg1.jpg') center top no-repeat;
	background-attachment: fixed;
	color:#fcff01;
	font:0.9em Arial, Helvetica, sans-serif, "bitstream vera sans";
}

/****************************************************************************************************
Begin Header
****************************************************************************************************/
#header
{
	background:#2B2B2B url('image/header.jpg') top center no-repeat;
	height:100px;
	top:0;
	width:100%;
}
#header_inside {
	height:100px;
	margin:0 auto;
	width:860px;
}
#header_inside_left h1 {
	color:#fcff01;
	font:bold 300% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-3px;
	padding:15px 0 0;
	text-align:left;
	left:50%; 
	margin:0 0 0 -430px;
	position:absolute;
	width:860px;

}
#header_inside_left h2 {
	color:#fff;
	font:200% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-2px;
	text-align:left;
	left:50%; 
	margin:60px 0 0 -430px;
	position:absolute;
	width:860px;

}
#header_inside h1 {
	color:#fcff01;
	font:bold 300% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-3px;
	margin:0 0 -10px;
	padding:15px 0 0;
	text-align:right;
}
#header_inside h2 {
	color:#fff;
	font:200% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	left:50%; 
	margin:0 0 0 -61px;
	position:absolute;
	width:122px;
}
#navigation li {
	list-style:none;
}
#navigation li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration:none; 
}
#navigation li a:hover {
	background:#fcff01;
	color:#000000;
}
#navigation li a.active {
	background:#fcff01;
	color:#000000;
}

/*content */
#content {
	left:50%; 
	margin:0 0 0 -430px;
	position:absolute;
	width:860px;
}


#textbox {
	background:#ffad00;
}



/* left */
.left {
	float:left;
	padding:10px 0 0;
	width:354px;
}
.left h1 {
	 font-size:1.2em;
	 padding:0 0 10px;
	 text-align:left;
}
.left p {
	padding:10px;
}
.left h3 {
	border-bottom:1px solid #fcff01;
	font-size:1.2em;
	padding:0px 0 0;
}

.left code {
	border:1px solid #fcff01;
	border-left:9px solid #fcff01;
	display:block;
	margin:10px;
	padding:10px;
	text-align:left;
}
.left li {
	list-style:circle;
	margin:0 0 0 30px;
}

/* center */
.center {
	float:left;
	width:152px;
}

/* right */
.right {
	float:right;
	padding:10px 0 0;
	width:354px;
}
.right h1 {
	 font-size:1.2em;
	 padding:0 0 10px;
	 text-align:left;
}
.right p {
	padding:10px;
}
.right h3 {
	border-bottom:1px solid #fcff01;
	font-size:1.2em;
	padding:0px 0 0;
}
.right code {
	border:1px solid #fcff01;
	border-left:9px solid #fcff01;
	display:block;
	margin:10px;
	padding:10px;
	text-align:left;
}
.right li {
	list-style:circle;
	margin:0 0 0 30px;
}

