body,td,th,input,textarea,select{
	font-family: sans-serif,Arial,Helvetica,Verdana;
	font-size: 8pt;
	color: #fff;
}

div{ text-align: left; }
img{ border: 0px; }
a,a:visited,a:active{ text-decoration: none; color: #fff; }
a:hover{ text-decoration: underline; }
input,textarea{ background: #e0e0e0; border-width: 1px; font-size: 8pt; color: #333; }
.search-result-1{ background:#23282E; padding: 5px; }
.search-result-2{ padding: 5px; }
.error{ color: #f00; }
.center{ text-align: center; }
h1{ font-size: 13pt; }
h2{ font-size: 13pt; }
.clear{ clear: both; }
hr{ background: #666; height: 1px; border-width: 0px; color: #666; }


body{
	background: url('img/bg.gif') fixed repeat;
	margin: 5px;
	padding: 0px;
}

div#wrapper{
	margin: 0px auto;
	width: 830px;
	overflow: auto;	
	background: #1c2024;
}
	div#wrapper-top{
		background: url('img/top-bg.png') repeat-x top left;
		width: 830px;
		height: 220px;
		text-align: right;
	}
	
	div#sidebar-left{
		width: 200px;
		float: left;
	}	
	
		div#sidebar-left h1{
			display:block;
			background: url('img/menu-bg.png') repeat-x left center;
			width: 190px;
			height: 18px;
			font-weight: bold;
			font-size: 11px;
			margin: 0px;
			padding: 0px;
			padding-left: 10px;
		}	
	
	div#menu ul{
		list-style: none; 
		margin: 0px;
		padding: 0px;
	}
		div#menu ul li{
		}
		
		div#menu ul li a{
			background-image: url('img/li.gif');
			background-repeat: no-repeat;
			background-position: 10px 0px;
			background-color: #15181b;			
			width: 175px;
			display: block;
			padding: 5px 0px;
			padding-left: 25px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			border-bottom: 1px solid #1c2024;
		}
		
		div#menu ul li a:hover{
			background-image: url('img/li.gif');
			background-repeat: no-repeat;
			background-position: 10px 0px;		
			text-decoration: underline; 
		}
		
		div#sidebar-left form{
			padding: 10px;
		}
	
	div#wrapper-content{
		padding: 10px 0px;
		width: 630px;
		float: right;
		overflow: auto;
	}
	
		div#page-title{
			background: url('img/title-bg.png') repeat-x top left;
			width: 600px;
			margin-left: 10px;
			border: 1px solid #4e4e4e;
		}
			div#page-title h1{
				font-size: 13px;
				margin: 0px;
				padding: 1px;
				padding-left: 20px;
			}
		
		div#page-content{
			padding: 10px;
			padding-top: 5px;
		}
		
	div#footer{
		clear: both;
		color: #4d4d4d;
		background: url('img/footer-bg.png') repeat-x left bottom;
		overflow: hidden;
		height: 25px;
		padding-top: 10px;
	}
		div#technetium{
			float: right;
			text-align: right;
			padding-right: 10px;
		}
			div#technetium a,div#technetium a:visited{
				color: #d4d4d4;
			}
		
		div#footer-content{ 
		    
			float: left; 
			padding-left: 20px;
		}
