html,body {
	padding: 0px;
        margin: 0px 0px 0px 0px;
        background-image: url(../starbg.jpg);
        font-family: courier new;
        color:#000015;
	height:100%; /* needed for container min-height */
	
}

a:link {color: #ff0000; text-decoration: underline; }
a:active {color: #ff0000; text-decoration: underline; }
a:visited {color: #ff0000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }


h1 {

font: bold 24px courier new;
padding-bottom: 10px;
margin: 0;
}

h2 {

font: bold 18px courier new ;
padding-bottom: 15px;
margin: 0;
}

h3 {

font: 15px courier new ;
padding-bottom: 10px;
margin: 0;
}

div#header {
	height:162px;
	width:726px;
	background-repeat:no-repeat;
	background:url(titlebg.jpg);
	margin-right: auto;
	margin-left: auto;
}
div#left {
	float:left;
	width:146px;
	background-color:#C4C4C4;
	font: 13px courier new;
	line-height: 160%;
	padding-top:0px;
	height:600px;
}
div#right {

	width:726px;
	height:800px;
	overflow: auto;
	background-color: #000015;
	
}

div#article {
 	
	padding: 30px;
        margin: 0px 0px 0px 0px;
        background-color: #000015;
        font: 13px courier new;
        color:#FFFFFF;
	
	}
	
div#menu {
			
	color:#FFFFFF;	
	background-color:#C4C4C4;
	height: 45px;
	border-top: solid 4px #0000FF; 
}


div#wrap {
	position:relative;
	margin:0 auto;
	width:726px;
	background-color:#000000;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border: 4px solid #0000FF;
}

div#footer {
	position:absolute;
	width:7px;
	background-color:#1B1B1B;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}


#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 24px courier new;
	 }

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 8px 0px ;
	width: 121px;
	height: 29px;
	background: #0000FF;
	color: #000015;
	text-align: center;
	text-decoration: none;
	
	}

#sddm li a:hover
{	background: #000015;
	color: #FFFFFF;
	}
	
	
	
#sddmact
{
	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddmact li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 24px courier new;
}

#sddmact li a
{	display: block;
	margin: 0 0 0 0;
	padding: 8px 0px ;
	width: 121px;
	height: 29px;
	background: #000015;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	
	}

#sddmact li a:hover
{	background: #000015;
	color: #FFFFFF;
	}
