body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#wrapper {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

#header {
	height: 200px;
	width: 900px;
	background-color: #999900;
}

#content {
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

#footer {
	background-color: #FFCC00;
	height: 50px;
	width: 900px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding-top: 15px;
}

img {
	border: 2px solid #000000;
	margin: 0px 8px 8px 8px;
}

/* navigation menu */

#menu {
	background: transparent;
	color: #000000;
}

#menu li a, .sidebaritem {
	background: #CC0000;
	color: #FFCC00;
	border-color: #000000;
}

#menu {
	background-color: #CC0000;
	height: 30px;
	width: 900px;
	position: relative;
}

#menu ul {
	margin: 1px 0px 1px 0px; 
	padding: 0px 0px 0px 0px;
} 

#menu li {
	float: left; 
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	list-style: none;
} 

#menu li a { 
	display: block; 
	float: left; 
	height: 20px;
	text-decoration: none; 
	padding: 6px 4px 0px 6px;
	border: 3px;
	border-bottom-style:solid;
	border-bottom-color:#CC0000;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 90%;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover {
	height: 20px;
	font-style: normal;
	padding: 6px 4px 0px 6px;
	border: 3px;
	border-bottom-style:solid;
	border-bottom-color:#FFCC00
} 

.txt_footer_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}
.txt_body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#wrapper #content #tiarea {
	background-color: #CCCCCC;
	border: 2px solid #CC0000;
	float: right;
	height: 100%;
	width: 180px;
	margin: 5px 5px 15px 15px;
	padding: 10px;
	clear: right;
	right: 90%;
}
.txt_body_pkghead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
