/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/items/ra_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.top{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/items/richart_top.jpg);
	top: 0px;
	z-index: 2;
	height: 105px;
	width: 600px;
}

div.mymenu{
	text-align: left;
	margin-top: 5px;
	position: relative;
	z-index: 10;
	height: 25px;
	width: 500px;
	list-style-type: none;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
}
div.mymenu ul{
	width:500px;
	position:relative;
	margin:0 auto;
	list-style-type: none;
	color: #000000;
	}
div.mymenu li{float:left; }
div.mymenu ul li a{
	padding:0 10px 0;
	text-decoration:none;
	font-size:16px;
	color: #000000;
	font-weight: bold;
	word-spacing: -0.02em;
	letter-spacing: -.02em;
	}
div.mymenu ul li a:visited{color:#000000}
div.mymenu ul li a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #339999;
}
div.bodycopy{
	margin-top: 10px;
	position: relative;
	z-index: 6;
	height: auto;
	width: 800px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;

}
div.bodycopy a:link, a:visited{
	color: #339999;
}
div.bodycopy a:active{
	color: #339999;
}

div.bodycopy a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #339999;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
div.homepage{
	clear: both;
	width: 80%;
	text-align: center;
		margin-right: auto;
	margin-left: auto;
}
div.homepage h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color:339999;
}
