body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:20px;
	color:#ffffff;

}



a {
 color:#06244B;
 text-decoration:none;

}

a:hover {
 color:#06244B;
 text-decoration:underline;

}

#wrapper {
	position:relative;
	width:900px;
	margin:0px;padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/home-bgk.jpg);
	background-repeat:repeat-y;

}


#wrapper-internal {
	position:relative;
	width:900px;
	margin:0px;padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/home-bgk_internal.jpg);
	background-repeat:repeat-y;
	
}



#header {
	position:relative;
	width:900px;
	height:141px;
	background-color:#ffffff;
	background-image:url(../images/header.jpg);
	text-align:right;
}

#main {
	position:relative;
	width:900px;
}

#main-top {
	position:relative;
	width:900px;
	min-height:193px;
	_height:193px;
	padding:0px;
	margin:0px;
	

	
}

#nav {
	position:relative;
	width:900px;
	padding:0px;
	height:31px;
	z-index:2;
	padding-left:150px;
	padding-top:1px;
	margin:0px;
	background-image:url(../images/nav_bkg.jpg);
	background-repeat:no-repeat;
	

	
}
#main-bot {
	position:relative;
	width:900px;
	padding:0px;
	margin:0px;
	min-height:214px;
	_height:214px;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
}

#main-bot-internal {
	position:relative;
	width:900px;
	padding:0px;
	margin:0px;
	min-height:214px;
	_height:214px;
	background-image:url(../images/main_internal.jpg);
	background-repeat:no-repeat;
}


#content-wrapper {
	position:relative;
	width:900px;
	top:20px;

	
}

#main-content{
	position:relative;
	padding-left:50px;
	width:370px;
	_height:300px;
	min-height:300px;
	float:left;
	
}

#main-content-internal{
	position:relative;
	padding-left:50px;
	width:800px;
	_height:300px;
	min-height:300px;
	padding-bottom:50px;
	
	
}

#content-holder{
	position:relative;
	width:440px;
	
	float:right;	
	
}

#left-col{
	position:relative;
	width : 170px;
	/* margin-bottom:10px; */
	

}


#right-col{
	position:relative;
	width:170px;
	float:right;
	margin-right:55px;
	
}

*html #right-col{
	
	margin-right:30px;
}

#footer {
	position:relative;
	width:900px;
	height:60px;
	background-color:#102D55;
	clear: both;
	background-image: url(images/../footer.jpg);
}



.but {
	background-color:#D9933C;
    color:#06244B; 
    border: 1px solid #ffffff;


}
.search-links {
	display:inline; font-size:70%;
}
