body {
	background-image: url(../lineb.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wraper {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: repeat-x;
	background-color: #333333;
}
#header {
	height: 200px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(../rianh1op.jpg);
	float: none;
	padding: 1px;
}

#navbar {
	background-color: #333333;
	height: 60px;
	width: 1000px;
	background-repeat: no-repeat;
	float: right;
}
#form{
	height: 50px;
	width: 450px;
	float: right;
	margin-top: 100px;
}

#maincont {
	height: 500px;
	width: 1000px;
	float: left;
}
#leftbox {
	float: right;
	height: 500px;
	width: 475px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bloglinks {
	height: 280px;
	width: 98%;
	margin-right: auto;
	margin-left: 4px;
	float: left;
	margin-top: 5px;
}

#rightbox {
	height: 510px;
	width: 500px;
	float: left;
}
#gallery {
	background-repeat: no-repeat;
	height: auto;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	float: left;
	padding-top: 35px;
}
.webimage {
	background-color: #666666;
	height: 150px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
}
.artimage {
	background-color: #666666;
	height: 150px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 8px;
	float: right;
	padding-top: 0px;
	margin-top: 3px;
}

#footer {
	height: 30px;
	width: 1000px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	text-decoration: none;
}

