/* custom style
-----------------------------*/
body{
	/*font-family:Arial*/;
}

.container{

}

.box{
	background:transparent;
	margin-bottom:0.5em;
}

h1{
	position:relative;
	margin-top:0px;
	height:200px;
	width:300px;
}
	h1 span{
		display:block;
		position:absolute;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		background:#666 url(/images/logo.jpg) bottom right no-repeat;
	}

h2{
	color:#ff7e00;
}
h2 span{
	
}

#sidebar{
	float:left;
	width:300px;
	margin-right:3px;
	height:621px;
	min-height:621px;
	background:#666 url(/images/sidebar-bg.gif) bottom right no-repeat;
}

html>body #sidebar{
	height:auto;
}

	#sidebar ul{
		margin-top:120px;
		list-style-type:none;
	}

	#sidebar ul li{ width:191px;height:26px; margin:0;}

	#sidebar ul li a{display:block;position:relative;width:100%;height:100%; }		

		#sidebar ul li a span{
			display:block;
			position:absolute;
			top:0;
			right:0;
			width:100%;
			height:100%;
		}
#sidebar ul li#nav-1 a span{background:transparent url(/images/nav/nav-1.gif) 0% 0px no-repeat;}
#sidebar ul li#News a span{background:transparent url(/images/nav/nav-2.gif) 0% 0px no-repeat;}
#sidebar ul li#Biography a span{background:transparent url(/images/nav/nav-3.gif) 0% 0px no-repeat;}
#sidebar ul li#Contact a span{background:transparent url(/images/nav/nav-4.gif) 0% 0px no-repeat;}



#sidebar ul li#nav-1 a:hover span, #sidebar ul li#nav-1 a.active span{background:transparent url(/images/nav/nav-1.gif) 0% -26px no-repeat;}
#sidebar ul li#News a:hover span, #sidebar ul li#News a.active span{background:transparent url(/images/nav/nav-2.gif) 0% -26px no-repeat;}
#sidebar ul li#Biography a:hover span, #sidebar ul li#Biography a.active span{background:transparent url(/images/nav/nav-3.gif) 0% -26px no-repeat;}
#sidebar ul li#Contact a:hover span, #sidebar ul li#Contact a.active span{background:transparent url(/images/nav/nav-4.gif) 0% -26px no-repeat;}
		
#content{
	width:617px;
}

.page{
	margin:auto 75px;
	width:435px;
	letter-spacing:0.5px;
}

	#content div#cat-1, #content div#cat-2, #content div#cat-3, #content div#cat-4 {
		width:617px;height:153px;margin-bottom:3px
	}

		#content div#cat-1 a, #content div#cat-2 a, #content div#cat-3 a, #content div#cat-4 a {
			display:block;position:relative;width:100%;height:100%; 
		}
			#content div#cat-1 a span, #content div#cat-2 a span, #content div#cat-3 a span, #content div#cat-4 a span{
						display:block;
						position:absolute;
						top:0;
						right:0;
						width:100%;
						height:100%;
					}
#content div#cat-1 a span{background:transparent url(/images/cat-1.jpg) 0% 0px no-repeat;}
#content div#cat-2 a span{background:transparent url(/images/cat-2.jpg) 0% 0px no-repeat;}
#content div#cat-3 a span{background:transparent url(/images/cat-3.jpg) 0% 0px no-repeat;}
#content div#cat-4 a span{background:transparent url(/images/cat-4.jpg) 0% 0px no-repeat;}
                                                     


#content div#cat-1 a:hover span{background:transparent url(/images/cat-1.jpg) 0% -153px no-repeat;}
#content div#cat-2 a:hover span{background:transparent url(/images/cat-2.jpg) 0% -153px no-repeat;}
#content div#cat-3 a:hover span{background:transparent url(/images/cat-3.jpg) 0% -153px no-repeat;}
#content div#cat-4 a:hover span{background:transparent url(/images/cat-4.jpg) 0% -153px no-repeat;}
		
		
