html, body {
	height: 100%;
	background-color: #000020;
}

body {
	background: #000020 url(images/bg.gif) repeat-x;
	background-color: #000020;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #00FFFF;
}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #00FFFF;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #F51077;
}

#container {
	margin: auto;
	width: 581px;
	text-align: left;
}

#header {
	height: 81px;
	width: 330px;
    float:center;
    align:center;
	margin: 0 auto;
}

#menu {
	height: 50px;
	width: 581px;
    float:center;
    align:center;
	background-image: url(images/bgmenu.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
}
#picture {
	width: 579px;
    float:center;
    align:center;
	margin-top: 6px;
	margin: 0 auto;
	clear: both;
	text-align: center;

}
#contents {
	width: 290px;
    float:left;
    align:center;
	margin: 0 auto;
	padding-left: 0;
}

#sidebar {
	width: 260px;
    float:right;
    align:center;
	margin: 0 auto;
	padding: 0;
}

#wide {
	width: 579px;
    float:left;
    align:center;
	margin: 0 auto;
	padding-left: 0;
}

#medium {
	width: 380px;
    float:right;
    align:center;
	margin: 0 auto;
	padding-left: 0;
}

#footer {
	clear: both;
	align: center;
	width: 581px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	float: none;
}

#footer p{
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
	color: #6E6E6E;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
}

#footer a:link{
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
}

#footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
}

#tablist{
	padding: 5px 0;
	margin-left: 0;
	margin-bottom: 8px;
	margin-top: 0.2em;
	font: 11px Tahoma;
}
#tablist li{
	margin-top: 0px;
	list-style: none;
	display: inline;
	margin: 0px;
}
#tablist li a{
	margin-top: 0px;
	text-decoration: none;
	padding: 0px 0.9em;
	margin-left: 0px;
	border: 0px;
	border-bottom: none;
	background: none;
}
#tablist li a:link{
	margin-top: 0px;
	color: #999999;
}
#tablist li a:visited{
	margin-top: 0x;
	color: #999999;
}
#tablist li a:hover{
	margin-top: 0px;
	color: #9900cc;
}
#tabcontentcontainer{
	width:581px;
	height:10px;
	margin-top: 0px;
}

.pic {
    float:left;
    align:center;
	margin-top: 0px;
	padding-right: 12px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

.tabcontent{
	display:none;
	font: 11px Trebuchet MS;
	color: #A6A6A6;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

p, tr {
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
	color: #999999;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	font-weight: normal;
}

ul {
	list-style: disc;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #999999;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	font-weight: normal;
	}

h2 {
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	color: #CCCCCC;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
