body{
	font-size:20px;	
	background-color:#000;
	font-family: sans-serif, arial, 'lucida console'; 
	height:100%;
}
a{
	text-decoration: none;	
	color:rgb(97, 117, 186);
	cursor:pointer;
}
ul{
	margin:0px;
	padding:0px;
	list-style-type:none;	
}
#container{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
#header{
	position:relative;
	height:120px;
	background-color:#39464e;
}
#header img{
	width:450px;
	margin-left:150px;
	float:left;	
}
#banner{
	float:left;
}
#header ul{
	padding:0px 30px 0px 0px;
	margin:0px;
	font-size:20px;	
	text-align:right;
}
#main{
	padding-left:420px;	
	padding-right:20px;
}
#welcome_message{
	position:relative;
	font-size: 28px;
	float:left;
	width:400px;
	margin-left:-420px !important;
	margin-left:-210px;
	background-color:#fff;
}
#welcome_message div{
	padding:10px 20px 10px 20px;	
}
#welcome_pic{
	float:left;
	width:100%;	
	overflow:auto;
}
#welcome_pic img{
	width:100%;
	height:auto;	
}

#content{
	height:80%;
	padding-left:320px;
	padding-right:20px;	
}

#sidebar{
	width:300px;
	height:100%;
	margin-left: -320px !important;
	margin-left: -160px;
	float:left;	
	background-color:#fff;
}
#info{
	position:relative;
	float:left;
	overflow:auto;
	width:100%;	
	background-color:#babdb2;
	height:auto !important;
	height: 100%;
	min-height:100% !important;

}
#padding{
	padding-left:350px;	
}
#main_pic{
	float:left;
	width:350px;
	margin-left:-350px !important;
	margin-left:-175px;	
}
#main_pic img{
	position:relative;
	display:block;
	margin:10px auto 10px auto;
	width:300px;
	height:auto;
}
.info{
	float:left;	
	padding:10px;
}
.info div{
	margin-left:20px;
	width:250px;	
}
.list{
	padding:20px;	
}
.list li{
	padding-left: 20px;	
}

/* pics page */
#pics_content{
	padding-left:320px;	
	padding-right:20px;
	height:80%;
}
#thumb_container{
	float:left;
	width:300px;
	margin-left:-320px !important;
	margin-left: -160px;
	background-color:#fff;
	min-height:100%;
	height:expression(document.getElementById('main_pic').offsetHeight < 100% ? 'auto': '100%');
}
#thumbs{
	margin-top:50px;
}
.thumb{
	width:80px;
	margin:5px;
	opacity:0;
	filter:alpha(opacity=0);
}
#pic_detail{
	float:left;
	width:100%;
	min-height:100%;
	height:expression(document.getElementById('main_pic').offsetHeight < 100% ? 'auto': '100%');
	background-color:#babdb2;
}
.current_page{
	color:#999;	
}
.paginate{
	margin-top:50px;
	text-align:center;	
}
#detailed_photo{
	display:block;
	margin:50px 0px 50px 75px;
	max-width:450px;
	height:expression(document.getElementById('detailed_photo').offsetWidth > 449px ? 'auto': '450px');
}

/* Contact */
#mask{
	position:fixed !important;
	position: absolute;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#000;
	top:0px;
	left:0px;	
}
#contact_info{
	position:fixed !important;
	position:absolute;
	width:50%;
	height:350px;
	left:25%;
	top:25%;
	text-align:center;
	background-color:white;	
}