body {
	background:#6a6f8c url('layout_images/body-bg.jpg') repeat-x;
	
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:12px;
	color:#3e4850;
}
 
#header {
	background: url('layout_images/header1.jpg') no-repeat;
	
	height:206px;
	
	background-color:white;
}

#navver {
	float:left;
	margin-left:80px;
	margin-top:130px;
	height:30px;
}

#monther {
	float:left;
	margin-left:50px;
	margin-top:70px;
	height:120px;
	width:250px;
}

.contaynt {
	margin:10px;
	border:1px solid #e1e1e1;
}

#scrollo {
	float:left;
	border:1px solid #dadada;
	margin-left:44px;
	margin-top:31px;
	height:166px;
	width:246px;
}

#bester {
	float:left;
	margin-left:18px;
	margin-top:74px;
	height:120px;
	width:315px;
}

#container {
	width:982px;
	
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	text-align:left;

}

#container_inner {
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
}

h1 {
	color:#d18a00;
	font-family:Georgia,Garamond,Verdana;
	font-size:19px;
	font-weight:bold;
	display:inline;
	
}
h2 {
	color:#d18a00;
	font-family:Georgia,Garamond,Verdana;
	font-size:19px;
	font-weight:normal;
	display:inline;
}

a:visited {
	color:blue;
}

a.main_nav {
	color:white;
	font-weight:bold;
	font-size:18px;
	font-family:"Calligraph421 BT";
	text-decoration:none;
}
a:visited.main_nav {
	color:white;
	font-weight:bold;
	font-size:18px;
}
a:hover.main_nav {
	color:white;
	font-weight:bold;
	font-size:18px;
	background-color:black;
	text-decoration:none;
}

#home_n {
	background:url('layout_images/home_n.jpg') no-repeat;
	float:left;
	width:95px;
	height:30px;
	text-decoration:none;
	display:block;
	cursor:hand;
}

#home_n:hover {
	background:url('') no-repeat;
	float:left;
	width:95px;
	height:30px;
	cursor:hand;
	text-decoration:none;
	display:block;
}
#boats_n {
	background:url('layout_images/boats_n.jpg') no-repeat;
	float:left;
	width:140px;
	height:30px;
	text-decoration:none;
	display:block;
	cursor:hand;
}

#boats_n:hover {
	background:url('') no-repeat;
	float:left;
	width:140px;
	height:30px;
	cursor:hand;
	text-decoration:none;
	display:block;
}
#sell_n {
	background:url('layout_images/sell_n.jpg') no-repeat;
	float:left;
	width:179px;
	height:30px;
	text-decoration:none;
	display:block;
	cursor:hand;
}

#sell_n:hover {
	background:url('') no-repeat;
	float:left;
	width:179px;
	height:30px;
	cursor:hand;
	text-decoration:none;
	display:block;
}
#deliv_n {
	background:url('layout_images/deliv_n.jpg') no-repeat;
	float:left;
	width:135px;
	height:30px;
	text-decoration:none;
	display:block;
	cursor:hand;
}

#deliv_n:hover {
	background:url('') no-repeat;
	float:left;
	width:135px;
	height:30px;
	cursor:hand;
	text-decoration:none;
	display:block;
}
#about_n {
	background:url('layout_images/about_n.jpg') no-repeat;
	float:left;
	width:135px;
	height:30px;
	text-decoration:none;
	display:block;
	cursor:hand;
}

#about_n:hover {
	background:url('') no-repeat;
	float:left;
	width:135px;
	height:30px;
	cursor:hand;
	text-decoration:none;
	display:block;
}
#cont_n {
	background:url('layout_images/cont_n.jpg') no-repeat;
	float:left;
	width:135px;
	height:30px;
	text-decoration:none;
	display:block;
	cursor:hand;
}

#cont_n:hover {
	background:url('') no-repeat;
	float:left;
	width:135px;
	height:30px;
	cursor:hand;
	text-decoration:none;
	display:block;
}

a.footer {
	color:white;
	font-weight:bold;
	font-size:13px;
	
}
a:visited.footer {
	color:white;
	font-weight:bold;
	font-size:13px;
}
a:hover.footer {
	color:white;
	font-weight:bold;
	font-size:13px;
	background-color:black;
	text-decoration:none;
}

div#del_quote {
	width:282px;
	height:86px;
	background:white url('layout_images/deliv-button.jpg') no-repeat;
	cursor:hand;
}
div:hover#del_quote {
	width:282px;
	height:86px;
	background:white url('layout_images/deliv-button-on.jpg') no-repeat;
	cursor:hand;
}
div#list_me {
	width:282px;
	height:67px;
	background:white url('layout_images/list-button.jpg') no-repeat;
	cursor:hand;
}
div:hover#list_me {
	width:282px;
	height:67px;
	background:white url('layout_images/list-button-on.jpg') no-repeat;
	cursor:hand;
}
div#submit_article {
	width:282px;
	height:87px;
	background:white url('layout_images/submit-article-button.jpg') no-repeat;
	cursor:hand;
}
div:hover#submit_article {
	width:282px;
	height:87px;
	background:white url('layout_images/submit-article-button-on.jpg') no-repeat;
	cursor:hand;
}
