*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
html{
	height:100%;
}
body{
	background:#000 url("images/background_gradientdiagnol.gif") repeat-x;
	height:100%;
	text-align:center;
}
#main{
	background:transparent url("images/background_whitecolumn.gif") repeat-y left;
	width:750px !important;
	margin-left:auto;
	margin-right:auto;
	border-left:10px solid #003;
	border-right:10px solid #003;
	min-height:100%; overflow:hidden;
	width /**/:770px;
}
#header{
	background:transparent url("images/header_photo.jpg") no-repeat;
	width:800px;
	height:150px;
	display:table;
	overflow:hidden;
	#position:relative;
}
#navigation{
	background:#516481;
	height:30px !important;
	height /**/:35px;
	padding-left:50px;
	border-bottom:5px solid #c0c2c5;
}
#navigation ul{
	display:inline;
	text-align:center;
}
#navigation ul li{
	display:inline;
	float:left;
}
#navigation ul li a, a:visited{
	display:block;
	width:150px;
	height:25px !important;
	height /**/:30px;
	padding-top:5px;
	font:14px Verdana, Arial, "Arial Narrow"; color:#036;
}
#navigation ul li a:hover{
	background:transparent url("images/navigation_active.gif");
	color:#fff;
}
#sidebar{
	float:right;
	width:200px;
	font:10px Verdana,Arial,"Arial Narrow"; color:#666;	overflow:auto;
}
#sidebar_top{
	background:#c0c2c5;
	width:200px;
	font:10px Verdana,Arial,"Arial Narrow"; color:#669;
	text-align:justify;
}
#sidebar_footer{
	width:200px;
	height:50px;
	background:#c0c2c5 url("images/sidebar_corner.gif") no-repeat left bottom;
}
#content{
	background:url("images/main_corner.gif") no-repeat top right;
	margin-right:200px; 
	font:12px Verdana,Arial,"Arial Narrow"; color:#666;	
	text-align:justify;
}
#categories{
	background:#111 url("images/main_corner.gif") no-repeat top right;
	margin-right:200px;
	font:12px Verdana,Arial,"Arial Narrow"; color:#999;	
	text-align:justify;
	min-height:45px;
}
#categories ul{
	padding:10px;
	list-style:none;
	overflow:auto;
}
#categories ul li a{
	width:90%;
	padding:3px;
	height:auto!important;
	font:10px Verdana,Arial,"Arial Narrow"; color:#999;	
	text-align:left;
}
#categories ul li a:hover{
	background:#222;
}
