/* CSS Document */

/*Global Selectors*/
body {
	background-color: #1e1e1e;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

td {
	border-bottom: 	dashed 1px #cc6633;
	padding-left: 0px;
	padding-right: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a.notice {
	color: #CC6633
}
a:hover {
	color: #666666;
}
a.notice:hover {
	color: #666666
}
h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	text-align: left;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

/*Class Selectors*/
.buttons {
	float: left;
	margin: 0px;
	padding: 0px;
}
.noborders {
	text-align: center;
	border-bottom: none;
	padding-top: 10px;
}
.nobordersleft {
	border: hidden;
	border-bottom: none;
	padding-right: 5px;
}
IMG {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
/*ID Selectors*/
#main {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	z-index: 1;
}
#sideobjects {
	position: absolute;
	margin-left: 583px;
	margin-top: 0px;
	width: 175px;
	text-align: right;
	z-index: 2;
}
#nav {
	text-align: right;
}
#info {
	margin-top: 25px;
	text-align: left;
}
#content {
	position: absolute;
	margin-top: 23px;
	width: 400px;
	height: 300px;
	text-align: left;
	z-index: 2;
}


.cursor {
	cursor: pointer;
}

.title {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}