#body_wrap {
	background-image: url('../images/gallery_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#logo {
	width:200px;
	height:56px;
}

#search {
	margin:30px 0px 0px 0px;
	width:200px;
	height:95px;
}

#nav_side {
	width:200px;
	height:90px;
	background-color:#000000;
	margin: 15px 0 0 30px;
	float: left;
}
#nav_side a{
	color: #fff;
	padding: 8px 0;
	font: 12px times;
	text-decoration: none;
}
#nav_side a:hover, #nav_side a.highlight, #content_paging a.highlight{
	color: #FF0000;
}

#content{
	width: 700px;
	float: right;
}


#content_instruc {
	width:700px;
	height:100px;
	margin-top: 10px;
	background-color:#000;
}

#content_paging {
	width:700px;
	height:20px;
	background-color:#000;
	font: 12px arial,helvetica,sans-serif;
}
#content_paging a{
	color: #ffffff;
	text-decoration: none;
}
#content_paging a:hover{
	color: #ff0000;
	text-decoration: underline;
}

#content_tnails {
	width:700px;
}

#gallery_tnails td {
	padding:3px 0px 3px 38px;
}
#footer{
	padding-top: 30px;
}