body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	
	margin: 0px;
	
	background-color: #00aa00;
	background-image: url("./images/background.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.header {
	height: 130px;
	
	position: relative;
	z-index: 4;
	
	background-image: url("./images/header.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.menu {
	position: absolute;
	left: 10px;
	top: 150px;
	z-index: 3;
}

.menu a {
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #008800;
}

.menu_main, .menu_pictures, .menu_search, .menu_affiliate, .menu_stats, .menu_stuff {
	width: 150px;
	height: 30px;
	
	background-repeat: no-repeat;
}

.menu_main {
	background-image: url("./images/menu_main.png");
}

.menu_pictures {
	background-image: url("./images/menu_pictures.png");
}

.menu_search {
	background-image: url("./images/menu_search.png");
}

.menu_stuff {
	background-image: url("./images/menu_stuff.png");
}

.menu_stats {
	background-image: url("./images/menu_stats.png");
}

.menu_affiliate {
	background-image: url("./images/menu_affiliate.png");
}

.menu_body {
	width: 150px;
	
	padding-left: 12px;
	
	background-image: url("./images/menu_body.png");
	background-repeat: repeat-y;
}

.menu_bottom {
	width: 150px;
	height: 20px;
	
	background-image: url("./images/menu_bottom.png");
	background-repeat: no-repeat;
}

.left {
	width: 170px;
	height: 453px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url("./images/left.png");
	background-repeat: no-repeat;
}	

.middle {
	width: 100px;
	height: 164px;
	
	position: absolute;
	left: 65%;
	top: 0px;
	z-index: 1;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url("./images/middle.png");
	background-repeat: no-repeat;
}

.right {
	width: 110px;
	height: 488px;
	
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url("./images/right.png");
	background-repeat: no-repeat;
}

.content {
	border: 1px solid #000000;
	
	position: relative;
	z-index: 2;
	
	margin: 0px 55px 0px 135px;
	padding: 20px 20px 20px 40px;

	background-image: url("./images/trans.png");
}

.footer {
	font-size: 8pt;
	text-align: center;
}

.content a {
	color: #880000;
	text-decoration: none;
}

.content a:hover {
	color: #dd0000;
}

img {
	border: 0px;
}

.head {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	
	padding-left: 15px;
}

.tab_main {
	padding: 2px 10px;
	
	background-image: url("./images/trans.png");
}

.tab_sub {
	text-align: center;
}

.mini {
	font-size: 8pt;
}