@charset "utf-8";
body{
	background-color:#000000;
	color:#FFFFFF;
	font-family: sans-serif;
    font-size: 12px;
	width: 100%;
    margin: 0;
    padding: 0;
}
a{
	color:#FFFFFF;
}

h2{
	color:#FFFFFF;
	font-size:14px;
}
li {
    list-style-type: none;
}

li span.me {
    width: 60px;
    display: block;
    float: left;
}

.container {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 300px;
	position: relative;
	top: 0px;
}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	position: absolute;
}
.homebutton {
	background-image: url(images/homeicon.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 54px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 60px;
}
.forumicon {
	background-image: url(images/forumicon.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 56px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 114px;
}
.infoicon {
	background-image: url(images/faqicon.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 56px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 170px;
}
.conctacticon {
	background-image: url(images/contacticon.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 58px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 226px;
}
.nav {
	height: auto;
	width: 283px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.toprep {
	background-image: url(images/topcont.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 300px;
	position: relative;
	top: 0px;
}
.maincont {
	height: auto;
	width: 300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
.midrep {
	background-image: url(images/mainrepeat.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 300px;
	position: relative;
	padding-right: 13px;
	padding-left: 13px;
}
.botrep {
	background-image: url(images/bottomcont.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 300px;
	position: relative;
	bottom: 0px;
}
.homebutton:hover {
	background-image: url(images/homeiconroll.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 54px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 60px;
}
.forumicon:hover {
	background-image: url(images/forumiconroll.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 56px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 114px;
}
.infoicon:hover {
	background-image: url(images/faqiconroll.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 56px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 170px;
}
.conctacticon:hover {
	background-image: url(images/contacticonroll.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 58px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 226px;
}
.homebutton:active {
	background-image: url(images/homeiconroll.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 54px;
	position: absolute;
	background-position: bottom;
	top: 0px;
	left: 60px;
}

