#wrapper { 
	width: 980px;
	margin:0 auto;
	text-align:left;	
}
#header {
	width:980px;height:110px;background:url(../images/header02.jpg) no-repeat 0 0;
}

#header #header_search{
width:100px;height:30px;float:right;margin:65px 20px 0 0;/*background:url(../images/search.png) no-repeat 0 0;*/
}
#header #header_search #btn_search{
width:100px;height:30px;background:url(../images/search.png) no-repeat 0 0;
}

#footer
{	
	margin:0 auto;
	width:980px;
	height:65px;
}
#footer img
{
	width:100%;
}

#leftColumn {
	float: left;
	width: 150px;
}

#centerColumnLayout1 {
	float: left;
	width: 440px;
}

#centerColumnLayout2 {
	float: left;
	padding-left: 10px;
	width: 790px;
}

#centerColumnLayout3 {
	float: left;
	width: 590px;
}

#rightColumn {
	float: left;
	width: 360px;
}

#navTop {
	background: #a3c1da url(img/navTop.png) repeat-x 0% 0%;
	height: 25px;
	margin-bottom: 10px;
	padding-top: 5px;
	width: 980px;
}

#navTopList {
	list-style-type: none;
	margin-left: 5px;
}

#navTopList li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #d1e0ec;
}

#navTopList li a {
	color: #fff;
	font-weight: bold;
	padding: 0 0.5em;
}

.block 
{
	width: 928px;
	border: 1px solid #a3c1da;
	margin: 0;
	padding: 5px 10px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*
#tabs{
	margin: 0 0 -1px 5px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 0px;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}

#tabs a {
	float:left;
	color: #fff;
	background: #a3c1da;
	font-weight: bold;
	margin:0 2px 0 0;
	padding:5px 10px;
	text-decoration:none;
	letter-spacing: 1px;
}

#tabs a:hover{
	text-decoration: underline;
}

#tabs li a.selected {
	background-color: #356287;
	color: #fff;
}

#tabs #current a:hover {
	text-decoration: none;
}
*/
#navGallery {
	list-style-type: none;
	text-align: center;
}

#navGallery li {	
	display: inline;
	list-style-type: none;
	margin: 0 1px;
}

#navGallery a {
	background-color: #a3c1da;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

#navGallery a:hover {
	text-decoration: underline;
}

#navGallery li a.selected {
	background-color: #356287;
}

.button {
	background: #fff url(img/button.gif) no-repeat 0% 0%;
	border: 0;
	color: #356287;
	font-weight: bold;
	height: 33px;
	padding-bottom: 6px;
	margin: 0 5px 5px 0;
	width: 113px;
}
.button-small {
	background: #fff url(img/button.gif) no-repeat 0px 0px;
	color: #356287;
	font-weight: bold;
	height: 22px;
}
.button:hover {
	background-color: #edf3f8;
}

*+HTML .button {
	padding-bottom: 2px;
}

.clearfix, .main { display: block; } 

.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix {
	display: inline-block;
}


/* IE5/MAC hack \*/
* html .clearfix{ display: inline;  height: 1px;}



