#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	height: 180px;
	width: 960px;
}
#logo {
	height: 150px;
	width: 650px;
	margin-top: 20px;
	float: none;
	text-align: center;
	margin-left: 160px;
}
#navbar {
	float: right;
	height: 12px;
	width: 510px;
	margin-top: 50px;
}
.Page_title {
	font-size: 26px;
	color: #F60;
	font-style: italic;
}




#main_left {
	float: left;
	width: 160px;
	text-align: center;
	height: auto;
}
#gal_category {
	float: left;
	height: 40px;
	width: auto;
	padding-right: 5px;
	text-align: left;
	padding-top: 18px;
}
#gal_name {
	float: left;
	height: 40px;
	width: 395px;
	text-align: left;
	padding-top: 18px;
}
#gal_name a:hover {
	color: #333;
}


#thumbnails {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.thumbnail {
	background-color: #FFF;
	height: 40px;
	width: 40px;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}


#main_right {
	float: left;
	width: 400px;
	height: auto;
	text-align: center;
	padding-left: 70px;
}
#main_content {
	height: auto;
	width: auto;
}
#Main_content_text {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 725px;
	height: auto;
	text-align: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F60;
}



#footer {
	height: 30px;
	width: 960px;
	text-align: right;
	float: left;
	padding-top: 50px;
	clear: both;
}
.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#form1 {
	float: left;
	width: 300px;
}
.form_body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	background-color: #FFF;
	font-weight: bold;
}
.current_nav_page {
	color: #F60;
}
