@charset "utf-8";
/* CSS Document */

body {
	background-color: #252e37;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	width: 940px;
	padding-right: 20px;
	height: 100%;
}
#header {
	height: 131px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-repeat: no-repeat;
	width: 100%;
}

#navi {
	height: 35px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	position: relative;
}
#navi li   a{
	font-family: Arial, Helvetica, sans-serif;
	color: #92B8DD;
	text-decoration: none;
	background-image: url(../images/tabs.png);
	background-position: top;
	float: left;
	display: inline-table;
	clear: right;
	height: 29px;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 6px;
	background-repeat: no-repeat;
	width: 127px;
}
#navi a:hover {
	background-image: url(../images/tabs.png);
	background-position: bottom;
	height: 29px;
	width: 127px;
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 6px;
}


#topboxarea {
	background-image: url(../images/topboxarea-hold.png);
	background-repeat: no-repeat;
	height: 340px;
	width: 615px;
	float: left;
	clear: none;
	padding-top: 15px;
	padding-left: 310px;
	padding-bottom: 40px;
	color: #4E6376;
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
	padding-right: 15px;
	text-align: center;
}
#namebox {
	background-image: url(../images/divnametitle.png);
	height: 25px;
	float: left;
	width: 940px;
}
#4boxes {
}
.indexbox {
	padding: 5px;
}
#footer {
	width: 940px;
	height: 100px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#footer a    {
	color: #92B8DD;
	text-decoration: none;
}
#footer a  hoover{
}


.scriptfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#navi ul ul {
	margin: 0px;
	position: absolute;
	visibility: hidden;
	top: 35px;
}
#navi ul li:hover ul {
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
