* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#header {
	height: 100px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#contact-link {
	position: absolute;
	height: 50;
	width: 100;
	left: 698px;
	top: 73px;
	font-weight: lighter;
	font-variant: normal;
	font-size: 14px;
	font-style: oblique;
	color: #666666;
}
#nav {
	position: absolute;
	height: 500px;
	width: 150px;
	left:0;
	text-align: left;
}
.menu a {
	width: 80px;
	height: 20px;
	border: 1px solid black; 
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: #000;
	margin-top: 2;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-left: 3px;
} 
.menu a:hover {
     background: #000;
     border: 1px solid gray; 
}
.menu a:active {
     background: #ccc;
     border: 1px solid gray; 
     color: #fff;
}

ul {
	list-style-type: none;
}

ul.menu {
	list-style-type: none;
	padding: 10px 0px 0px 25px;
	margin: 14px 14px 14px 15px;
	font-size: 14px;
} 
ul.menu li {
	margin-bottom: 5px;
}
#container {
	position: absolute;
	width: 800px;
	margin-left: 0px;
}
#body-editable {
	margin-left: 170px;
	width: 630px;
	margin-top: 25px;
}
#footer {
	height: 30px;
	width: 800px;
	font-size: 9px;
}

h1 {
	font-size: 16px;
	color: #FFFFCC;
	font-weight: lighter;
	padding-bottom: 20px;
}

ul#bodies {
	list-style: none;
	
}

ul#bodies li {
	float: left;
	width: 100px;
	height: 120px;
	margin: 10px;
}

ul#bodies li h1 {
	font-size: 1em;
	margin-top: 2px;
}

ul#bodies li a img {
	border: none;
}

div#request {
	clear: both;
	padding-top: 40px;
}


div#bodyDetail h1 {
	font-size: 1.2em;
	padding-bottom: 10px;	
}

div#bodyDetail img {
	width: 100px;
	float: left;
	margin-right: 10px;
}

h2 {
	clear: both;
	margin-top: 70px;
	font-size: 18px;
	color: #FFFFCC;
}

h2#connectionHead {
	margin-bottom: 10px;
}

#connections h1 {
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 1.1em;
}

#connections li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 400px;
	border-bottom: 1px solid #666;

}

form label {
	width: 200px;
	display: block;
	margin-top: 10px;
}

form input#__ame__ {
	width: 300px;
}


form textarea {
	width: 300px;
	height: 300px;
}


