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

/*
	agawahyu.com
	Style & Design by Aga Wahyu
	2009
	All rights reserved
*/

body {
	margin:0;
	background:url(images/page_back.jpg) #000;
	font:11px "Segoe UI",Tahoma, Arial;
	color:#666;
}

a, a:active, a:visited {
	text-decoration:none;
}

#HeaderContainer {
	width:100%;
	height:600px;
	margin:0;
	background:url(images/header_trees.png) repeat-x center;
}

#Header {
	width:420px;
	height:600px;
	margin:0 auto;
	padding:0 0 0 540px;
}

#Tag {
	width:420px;
	height:80px;
	margin:0 0 300px 0;
	background:url(images/title_tag.png) no-repeat;
}

#Title {
	width:420px;
	height:220px;
	margin:0;
}

#HeaderShadow {
	width:100%;
	height:200px;
	margin:0;
	background:url(images/header_shadow.png) repeat-x;
}

#ContentWrapper {
	width:960px;
	height:340px;
	margin:-150px auto 60px auto;
	background:url(images/content_back.png) no-repeat;
}

img.Heading {
	display:block;
	margin:0 0 20px 0;
}

.Content {
	float:left;
	display:inline;
	color:#EEE;
}

.Content a, .Content a:active, .Content a:visited {
	color:#EEE;
	border-bottom:1px dotted #FC0;
}

.Content a:hover {
	color:#FFF;
	border-bottom:1px solid #FC0;
}

.ContentLeft {
	width:230px;
	padding:40px 40px 20px 50px;
}

.ContentMiddle {
	width:220px;
	padding:110px 60px 20px 40px;
}

.ContentRight {
	width:190px;
	padding:80px 80px 20px 50px;
}


#Footer {
	width:920px;
	border-top:1px dotted #666;
	margin:0 auto 40px auto;
	padding:20px 20px 0 20px;
	text-align:right;
}

#SiteMeter {
	display:none;
}