/* CSS Document */


@import "reset.css";


label { display: block; }

body {
	background-color:#000000;
	margin: 0 auto;
}

.section { margin-bottom: 1.5em; }
#container {
	width: 1000px;
	background-color: #FFFFFF;
	border-bottom: 10px solid #666666;
	margin: 0 auto;
	border-right:1px solid #666666;
	background-image:url(../images/containerbg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
}

#top {
	height: 161px;
	width: 1000px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

h1#underline {
	position: absolute;
	width: 620px;
	height: 70px;
	left: 250px;
	top: 30px;
	display: block;
}
h1 a { 
	border: none;
	display: block;
	text-indent: -5000px;
	width: 620px;
	height: 70px;
	}
h1 a:hover { border: none; }

#domain {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000000;
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 17px;
	height:20px;
	width: 230px;
	padding-left: 5px;
	padding-bottom:2px;
}

#mainnav {
	width: 119px;
	margin-top: 5px;
	background-image: url(../images/menubg.gif);
	background-repeat:repeat-y;
	float: left;
	height: 837px;
	padding-right: 1px;
}
#mainnav li { border-bottom: 5px solid #fff; display: block; margin-bottom: 0; width: 118px; }
#mainnav a {
	width: 88px;
	display: block;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 16px;
	padding-left: 7px;
	text-decoration: none;
	padding-top: 1px;
	background-repeat:repeat-y;
	border-bottom: none;
	border-left: 23px solid #ff43da;
	padding-bottom: 0;
}

.bottom {
	border-bottom: 3px solid white;
	border-right: 1px solid black;
}

#mainnav a:hover {
	border-left-color: #000;
}

#micstring {
	position: absolute;
	background-image:url(../images/micstring.jpg);
	width: 47px;
	height: 143px;
	right: 110px;
	z-index: 2;
}


h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}
h2 {
	font-size: 22px;
	border-bottom: 1px solid #ff43da;
	margin-bottom: .65em;
	font-weight: bold;
}
#main h2 a, #main h2 a:hover { text-decoration: none; border-bottom: none; }

h3 { 
	font-size: 20px;
	border-bottom: 1px solid #ff43da;
	margin-bottom: .5em;
	font-weight: bold;
	}
h4 { 
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ff43da;
	margin-bottom: .5em;
	}


#main {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin-left: 200px;
	line-height: 18px;
	overflow: hidden;
	width: 800px;
}
#content { 
	float: left; 
	width: 580px; 
	position: relative;
	z-index: 5;
	}
#menu { 
	display: block;
	float: right; 
	width: 200px; 
	z-index: 50; 
	position: relative; 
	}


a {
	text-decoration: none;
	border-bottom: 1px dashed #ff43da;
	color: #000000;
}

a:hover {
	border-bottom: 1px solid #ff43da;
}

.pink {
	color: #ff43da;
}

img {
	border: 1px solid #999999;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
}

a img { margin: 0; text-indent: -5000px; 
	border: 1px solid #999999; }
li { line-height: 1.5; margin-bottom: 1.5em; }
a.header { border-bottom: none; margin-bottom: 1.5em; display: block; }
img.alignleft { float: left; margin-right: 15px; margin-bottom: 10px; }
img.alignright { float: right; margin-left: 15px; margin-bottom: 10px; }

