/* layout */

body {
	font: 8pt tahoma, sans-serif; 
	color: #cccccc;
	letter-spacing: 1px;
	text-align: justify;
	background: #000000;
}

#layout {
	position:absolute;
	left:50%;
	width:750px;
	margin-left:-375px;
	top:50%;
	height:500px;
	margin-top:-250px;
}

p.margin {
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}

#content {
	position: absolute;
	left:51px;
	top: 114px;
	width: 378px;
	height: 307px;
	text-align: justify;
	overflow: auto;
}

#info {
	position: absolute;
	left:548px;
	top: 114px;
	width: 151px;
	height: 307px;
	text-align: justify;
	overflow: auto;
}


/* links */

a:link, a:active, a:visited {
	color: #8CE9F7;
	text-decoration: none;
}

a:hover {	
	color: #cccccc;
	text-decoration: none;
}

img {
	border: 0px;
}

ul {
	list-style-image: url(images/bullet.gif)
}

/* forms */

input, textarea, option, select {
	background-color: #cccccc;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #cccccc;
	padding:2px; 
}

textarea {
	width:350px;
}


/* Headings */

h1 {
	font-family: Ariel, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration : none;
	color: #000000;
	padding-right: 3px;
	background-color: #ffffff;
	text-align: left;
	line-height: 16px;
	border-bottom: 0px;
	padding-left: 3px;
}

h2 {
	font-family: Ariel, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration : none;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	line-height: 12px;
	border-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

h3 {
	font-family: Ariel, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration : none;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	line-height: 14px;
	border-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}


/* Rollover CSS */

.codes {
	float:left;
	width:36px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/codes.jpg) no-repeat fixed 0px;
}

a.codes:link, a.codes:visited, a.codes:active {
	background: #000000 url(images/codes.jpg) no-repeat fixed 0px;
}

a.codes:hover {
	background: #000000 url(images/codes.jpg) no-repeat fixed -36px;
}

.extra {
	float:left;
	width:42px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/extra.jpg) no-repeat fixed 0px;
}

a.extra:link, a.extra:visited, a.extra:active {
	background: #000000 url(images/extra.jpg) no-repeat fixed 0px;
}

a.extra:hover {
	background: #000000 url(images/extra.jpg) no-repeat fixed -42px;
}

.home {
	float:left;
	width:37px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/home.jpg) no-repeat fixed 0px;
}

a.home:link, a.home:visited, a.home:active {
	background: #000000 url(images/home.jpg) no-repeat fixed 0px;
}

a.home:hover {
	background: #000000 url(images/home.jpg) no-repeat fixed -37px;
}

.join {
	float:left;
	width:26px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/join.jpg) no-repeat fixed 0px;
}

a.join:link, a.join:visited, a.join:active {
	background: #000000 url(images/join.jpg) no-repeat fixed 0px;
}

a.join:hover {
	background: #000000 url(images/join.jpg) no-repeat fixed -26px;
}

.lostpassword {
	float:left;
	width:99px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/lostpassword.jpg) no-repeat fixed 0px;
}

a.lostpassword:link, a.lostpassword:visited, a.lostpassword:active {
	background: #000000 url(images/lostpassword.jpg) no-repeat fixed 0px;
}

a.lostpassword:hover {
	background: #000000 url(images/lostpassword.jpg) no-repeat fixed -99px;
}

.members {
	float:left;
	width:64px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/members.jpg) no-repeat fixed 0px;
}

a.members:link, a.members:visited, a.members:active {
	background: #000000 url(images/members.jpg) no-repeat fixed 0px;
}

a.members:hover {
	background: #000000 url(images/members.jpg) no-repeat fixed -64px;
}

.musemu {
	float:left;
	width:62px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/musemu.jpg) no-repeat fixed 0px;
}

a.musemu:link, a.musemu:visited, a.musemu:active {
	background: #000000 url(images/musemu.jpg) no-repeat fixed 0px;
}

a.musemu:hover {
	background: #000000 url(images/musemu.jpg) no-repeat fixed -62px;
}

.update {
	float:left;
	width:48px;
	height:12px;
	border:0px solid ;
	background: #000000 url(images/update.jpg) no-repeat fixed 0px;
}

a.update:link, a.update:visited, a.update:active {
	background: #000000 url(images/update.jpg) no-repeat fixed 0px;
}

a.update:hover {
	background: #000000 url(images/update.jpg) no-repeat fixed -48px;
}