@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #164551;
	background: url(images/img_bg_main.jpg) #000000;
}
#sub {
	background: url(images/img_bg_sub.jpg);
}
img {
	border: 0;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 890px;
	height: auto;
}

#main_header {
	width: 890px;
	height: 351px;
	margin-top: 20px;
}
#sub_header {
	width: 890px;
	height: 128px;
	margin-top: 20px;
}
#main_logo {
	width: 350px;
	height: 351px;
	background: url(images/img_logo_main.jpg) no-repeat;
	float: left;
}
#sub_logo {
	width: 350px;
	height: 128px;
	float: left;
}
#menu {
	height: 351px;
}
#sub_menu {
	height: 128px;
}

#menu_item {
	width: 180px;
	float: left;
}
#sub_menu_item {
	width: 180px;
	float: left;
}

#content_double {
	width: 890px;
}
#left_nav {
	width: 350px;
	height: 300px;
	background:url(images/img_bg_leftnav.jpg) no-repeat;	
	float: left;
}
#sub_left_nav {
	width: 350px;
	height: 650px;
	background:url(images/img_bg_sub_leftnav.jpg) no-repeat;	
	float: left;
}
#content_right {
	width: 540px;
	height: auto;
	background: #e1e5e6;
	float: right;
}

h3 {
	padding-bottom: 5px;
}
#portfolio_container {
	width: 535px;
	height: 650px;
	overflow:auto;
	border: 1px solid #77ACB9;
}
#portfolio_thumb {
	margin: 10px auto 0 auto;
	width: 510px;
	height: 210px;
	background: #E9F7FB;
	border: 1px solid #77ACB9;
}
#portfolio_text {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	float: right;
	width: 170px;
}
#gallery_container {
	margin: 20px auto 0 auto;
	border: 1px solid #77ACB9;
	width: 800px;
	height: 600px;

}


