@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.current {
color: #999999;
text-decoration:none;
background: transparent;
}
.container {
	height: 768px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	background-image: url(../BKGD.jpg);
}
.topmenu {
	height: 15px;
	width: 450px;
	margin-left: 530px;
	margin-top: 179px;
	position: absolute;
	font-family: "GothamMedium", Arial;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	white-space: nowrap;
}
.bottommenu {
	height: 15px;
	width: 460px;
	margin-top: 747px;
	position: absolute;
	margin-left: 410px;
	font-family: "GothamMedium", Arial;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	white-space: nowrap;
}
.box {
	height: 210px;
	width: 365px;
	margin-top: 250px;
	margin-left: 580px;
	position: absolute;
	overflow: auto;
	font-family: "GothamMedium", Arial;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	scrollbar-face-color:#FFCC33;
	scrollbar-shadow-color:#FFCC33;
	scrollbar-highlight-color:#FFCC33;
	scrollbar-3dlight-color:#FFCC33;
	scrollbar-darkshadow-color:#FFCC33;
	scrollbar-track-color:#663300;
	scrollbar-arrow-color:#663300;
}
a.one:link {color:#000000;}
a.one:visited {color:#000000;}
a.one:hover {color:#999999;}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* Contact */
.contactbox {
	height: 250px;
	width: 365px;
	margin-top: 250px;
	margin-left: 580px;
	position: absolute;
	overflow:visible;
	font-family: "GothamMedium", Arial;
	font-size: 12px;
	padding-right: 10px;
	text-align:center;
}
.nebox {
background: transparent;
font-family: "GothamMedium", Arial;
font-size:10px;
color:#000000;
border:none;
width:150px;
display:inline;
margin-right:5px;
border:thin solid #000000;
}
.msg {
background: transparent;
color:#000000;
border:none;
font-family: "GothamMedium", Arial;
font-size:10px;
width: 305px;
height:117px;
overflow:auto;
border:thin solid #000000;
}
.sbmt {
background: transparent;
font-family: "GothamMedium", Arial;
font-size:10px;
color:#000000;
width:100px;
border:thin solid #000000;
}
/* Comment */
.commentbox {
	height: 260px;
	width: 365px;
	margin-top: 234px;
	margin-left: 580px;
	position: absolute;
	overflow:visible;
	font-family: "GothamMedium", Arial;
	font-size: 12px;
	padding-right: 10px;
	text-align:center;
}
