@charset "ISO-8859-4";

*{
	margin:0;
	padding:0;
}

body{
	background-color:#0c090f;
	color:#FFF;
	font-size:12px;
	font-style:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

hr{
	margin-top:6px;
	margin-bottom:6px;
}

a{text-decoration:none;}
a:link{ color:#9b70d6; text-decoration:none;}
a:hover{ color:#FFF; text-decoration:none;}
a:visited{ color:#FFF; text-decoration:none;}
a:active{ color:#FFF; text-decoration:none;}

#wrapper{
	height:800px;
	width:900px;
	background-image:url(../img/background.jpg);
	float:left;
}

#bgwrapper{
	height:816px;
	width:932px;
	margin:80px auto;
}

#header{
	height:120px;
	width:900px;
	background-color:transparent;
}

#content{
	height:650px;
	width:900px;
	background-color:transparent;
}

#leftbox{
	float:left;
	height:650px;
	width:200px;
	background-color:transparent;
	float:left;
}

#navi{
	height:350px;
	width:145px;
	margin:20px 5px 10px 30px;
	padding-left:20px;
	padding-top:20px;
	background-color:transparent;
	background-image:url(../img/bgtilepixel20.png);
	background-repeat:repeat;
	border:#2b2338 solid 1px;
	line-height:150%;
}

#rightbox{
	height:630px;
	width:690px;
	margin:10px 10px 10px 0;
	background-color:transparent;
	float:right;
}

#contentboxleftbox{
	height:240px;
	width:165px;
	margin:10px 5px 10px 30px;
	background-color:transparent;
	background-image:url(../img/bgtilepixel20.png);
	background-repeat:repeat;
	border:#2b2338 solid 1px;
}

#footer{
	clear:both;
	height:15px;
	width:900px;
	background-color:transparent;
	text-align:center;
	padding-top:15px;
}

#up{
	height:15px;
	width:927px;
	background-color:transparent;
	background-image:url(../img/up.png);
	margin:0 auto;
}

#down{
	clear:both;
	height:15px;
	width:927px;
	background-color:transparent;
	background-image:url(../img/down.png);
	margin:0 auto;
}

#right{
	height:800px;
	width:16px;
	background-color:transparent;
	background-image:url(../img/right.png);
	float:right;
}

#left{
	height:800px;
	width:16px;
	background-color:transparent;
	background-image:url(../img/left.png);
	float:left;
}

#logo{
	position:absolute;
	z-index:1;
	height:220px;
	width:430px;
	background-color:transparent;
	margin-top:-80px;
	margin-left:250px;
	color:#2b2338;
}

#transparentwrapper{
	height:830px;
	width:932px;
	margin:80px auto;
	background-color:transparent;
}