@charset "utf-8";
/* CSS Document */

body {
	background-color: #121212;
	margin: 0px;
}

#top {
	width: 100%;
	background-color:#121212;
	background-repeat:repeat-x;
	height:30px;
}

#wrap {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:inherit;
}

.lineBreak {
	width: inherit;
	height: 1px;
	background-color:#333;
	margin-top:1px;
	margin-bottom:1px;
	clear:both;
}

.imgBorder {
	border: 5px #444 solid;
}

.imgBorder:hover {
	border: 5px #555 solid;
}

.highlightText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	color: #121212;
	line-height: 16px;
}

.headText {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #999;
	line-height: 18px;
}

.copyText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	color: #ccc;
	line-height: 16px;
	clear:both;
	padding-top:4px;
}

#box {
	width:400px;
	border: 1px #333333 solid;
	padding:10px;
	float: right;
}

#boxFront {
	width:880px;
	border: 1px #333333 solid;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}