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

body{
	position: relative;
	border: 0px solid #666666;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 1000px;
	z-index: 1;
	background-image: url("../images/common/body/stars.gif");
	background-repeat: repeat;
	/*background-color: #d9d9d9;*/
	background-color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #000;
}

#page{
	position: relative;
	border: 2px solid #666666;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 800px;
	z-index: 1;
	background-image: url("../images/common/page/background.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #aab6a2;
}

#header{
	position: absolute;
	border: 1px solid #444444;
	margin: 15px 20px 20px 20px;
	padding: 15px 5px 5px 25px;
	width: 650px;
	z-index: 1;
	background-image: url("../images/common/header/header.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #86928b;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	text-align: left;
	line-height: 25px;
}

#menu{
	position: absolute;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 105px 0px 0px 30px;
	padding: 2px;
	width: 165px;
	z-index: 2;
	background-color: #444444;
	opacity: 0.9;
	text-align: center;
}

#content{
	position: absolute;
	border: 2px solid #444444;
	margin: 120px 0px 0px 230px;
	padding: 3px 10px 3px 10px;
	width: 475px;
	height: 550px;
	z-index: 1;
	background-color: #86928b;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	font-size: 12px;
}

#content p{
	text-indent: 1em;
}

#content li{
	list-style: none;
}

#content li:before{
	content: "\00BB \0020";
}

#content img{
	border: 1px solid #000;
	padding: 3px;
	background-color: #444444;
}

#side{
	position: absolute;
	border: 1px dotted #444444;
	margin: 20px 0px 0px 740px;
	padding: 10px 15px 10px 10px;
	width: 225px;
	z-index: 1;
	background-color: #86928b;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#footer{
	position: absolute;
	border: 2px double #444444;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 530px 0px 0px 735px;
	padding: 10px 3px 10px 3px;
	width: 250px;
	z-index: 1;
	background-color: #86928b;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#footer a{
	border-bottom: none;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}

.header_title{
	color: #444444;
	font-size: 300%;
	font-variant: small-caps;
	letter-spacing: 3px;
}

.header_text{
	padding: 0px 0px 0px 40px;
	color: #666666;
	font-family: Serif;
	font-size: 130%;
	font-style: italic;
}

.menu_title{
	border: 1px solid #333333;
	-moz-border-radius-topleft: 10px;
	border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topright: 10px;
	padding: 0px 64px 0px 64px;
	width: 100%;
	background: #87907d;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

.side_title{
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
}

.side_text{
	margin: 0px;
	padding: 5px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-indent: 1em;
}

.footer{
	margin: 0px;
	text-align: center;
	color: #000;
	font-size: 13px;
}

.input{
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.image{
	border: 0px solid #000;
	margin: 10px auto 0px auto;
	padding: 2px;
	width: 475px;
	text-align: left;
}

h1{
	margin: -4px 0px -6px 0px;
	padding: 0px;
	color: #333333;
	text-align: center;
	font-size: 25px;
}

h2{
	margin: 2px 0px -5px 0px;
	font-size: 13px;
	text-align: center;
	font-style: italic;
}

p{
	margin: 5px;
}

b{
	font-weight: bold;
}

i{
	font-style: italic;
}

hr{
	border: 1px solid #444444;
	height: 2px;
	width: 100%;
	background-color: #333333;
}

blockquote{
	margin: 0px 0px 0px 30px;
}

img{
	border: none;
}

table{
	border: 1px dotted #444444;
	border-collapse: collapse;
	padding: 0px;
	font-size: 90%;
}

td{
	border: 1px dotted #444444;
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: 90%;
}

a{
	border-bottom: 1px dotted #333333;
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
}

a:active{
	color: #333333;
}

a:hover{
	border-bottom: 1px solid #000;
	color: #000;
}

a.help{
	border-bottom: 1px solid #000;
}

a.help:hover{
	cursor: help;
	border-bottom: none;
}
