/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#302C4A url(images/container_bg.jpg) repeat-x top;
}
	
ul{
	margin:0;
	padding:0;
}
	
li{
	margin:0;
	padding:0;
	list-style:none;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
	margin:0px;
	padding:3px;
}
	
h2 {
	font-size:16px;
	margin:0px;
	padding:3px;
}
	
h3 {
	font-size:14px;
	margin:0px;
	padding:3px;
}
	
h4 {
	font-size:12px;
	margin:0px;
	padding:3px;
}
	
h5 {
	font-size:10px;
	margin:0px;
	padding:3px;
}




/* ----------------------------------------------------------------------- LAYOUT */


#container{
	width:1000px;
	margin:0 auto;}
	
#top{
	width:1000px;
	height:33px;
	float:left;}
	
#main_container{
	width:990px;
	float:left;
	background:url(images/main_bg.gif) repeat-y;
}

#main_left{
	width:284px;
	float:left;}

#main_right{
	width:705px;
	float:left;}
	
#menu{
	padding-left:1px;}

#login
{
	width:250px;
	padding:20px;
}
#login input
{
	display:block;	
	font-size:11px;
}
#show{
	width:705px;
	height:245px;
	background:#EEE;
	overflow:hidden;}

#content{
	width:690px;
	margin:10px 0 10px 8px;
	line-height:1.6em;
	color:#666;}




/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
	font-weight:bold;
	color:#C00;
}

a:hover {
	text-decoration:underline;
	color:#C00;	
}




/* ----------------------------------------------------------------------- HEAD-MENU */

#menu li{
	width:283px;
	background:url(images/button.gif) no-repeat top;}
#menu li li{
	width:283px;
	background:url(images/button2.gif) no-repeat top;}	
#menu li li.on{
	width:283px;
	background:url(images/button3.gif) no-repeat top;}	
	
#menu li:hover{}
	
#menu li.on{
	width:283px;
	background:url(images/button.gif) no-repeat top;}
	
#menu li.on:hover{}

#menu li div{
	margin-left:30px;}
#menu li li div{
	margin-left:40px;}
#menu li li.on div{
	margin-left:50px;}
	
#menu li a{
	width:253px;
	height:31px;
	line-height:29px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
	
#menu li a:hover{
	width:253px;
	height:31px;
	line-height:29px;

	color:#FFF;
	text-decoration:underline;
}
	
#menu li.on a{
	width:253px;
	height:31px;
	line-height:29px;
	color:#FFF;
	text-decoration:underline;
}




/* ----------------------------------------------------------------------- SUB-MENU */




/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:690px;
	text-align:center;}
	
#gal_title{
	width:690px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:690px;}
	
#gal_viewer{
	width:690px;}

#gal_nav{}

#gal_image_wrapper{}

#gal_image{}




