* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}
 
html, body {
	/*background-image: url(../gfx/bg_0.jpg);*/
	height:100%;
	width:100%;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #444444;
	overflow: auto;
}

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

a:hover {
	color: #5CCBFF;
	font-weight: bold;
}

li {
	list-style-type:none;
}

#wrap {
	margin: 20px 150px 0px 20px;
	opacity: 0.85;
	-moz-opacity: 0.85;
}

#top {
	position: relative;
	border-left: 11px solid #5CCBFF;
	background-image: url(../gfx/logo2.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #232323;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
}

#navbox {
	border-top: 5px solid #5bcbff;
	background-color: #232323;
	float:left;
	width:180px;
	margin-left:-180px;
}

#navbox:link {
	text-decoration: none;
}

#navbox h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#innernavbox {
	padding: 10px;
}

#inner_wrap {
	float:left;
	width:100%;
}

#head {
	border-left: 11px solid #5CCBFF;
	background-color: #232323;
	background-image: url(../gfx/head.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 65px;
	margin-right:200px;
	height: 60px;
}

#head h1{
	font-size: 26px;
	font-weight: bold;	
	color: #5CCBFF;
	margin-left: 15px;
}

#cont {
	border-left: 11px solid #5CCBFF;
	background-color: #232323;
	background-image: url(../gfx/cont.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 200px;
	padding-left: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
}

#cont p{
	padding-top: 15px;
}

#cont h1{
	font-size: 16px;
	font-weight: bold;	
	color: #5CCBFF;
	padding-top: 15px;
}

#foot {
	border-bottom: 3px solid #5CCBFF;
	background-color: #232323;
	margin-top: 10px;
	margin-right: 200px;
	padding-right: 15px;
	text-align: right;
	color: #898989;
}

/* PAGE: LINKS */
.links_cats {
	display: inline;
	padding: 0px 5px 0px 5px;
	cursor: default;
}

.link_divs {
	margin-top: 10px;
	display: none;
	padding-top: 15px;
	padding-left: 150px;
	background-image: url(../gfx/link_div.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 125px;
}

#links_0 {
	display: block;
}

#cat_0 {
	color: #5CCBFF;
	font-weight: bold;
}

#searchengines input {
	width: 65px;
	background: #444444;
	background-image: url(../gfx/searchboxbg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #407087;
	padding: 2px 2px 2px 2px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 5px;
}