body
{
	background-color: #fafafa;
}

.distext
{
	display: none;
}

#seccontainer
{
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

#seccontainer p
{
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h1 a
{
	display: block;
	font-size: 3.5em;
	/* font-family: Georgia, "Times New Roman", serif; */
	font-family: Skia, Georgia, "Times New Roman", serif;
	margin-top: 20px;
	margin-left: 100px;
	color: #666;
	width: 216px;
	height: 60px;
	background: transparent url(../images/rw_logo.gif) 0 0 no-repeat;
}

h2
{
	font-size: 2.2em;
	font-family: Skia, Georgia, "Times New Roman", serif;
	/* font-family: Georgia, "Times New Roman", serif; */
	text-transform: lowercase;
	margin-bottom: 1em;
	color: #666;
}

div.newsitem
{
	margin-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

h3
{
	font-size: 1.4em;
	/* font-family: Georgia, "Times New Roman", serif; */
	font-family: Skia, Georgia, "Times New Roman", serif;
	text-transform: lowercase;
	margin-bottom: 1em;
	color: #666;
}

span.posted
{
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 1em;
}

#theimage
{
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 50px;
	position: relative;
}

#imagetitle
{
	font-size: 1.6em;
	color: #000;
	font-family: Skia, Georgia, "Times New Roman", serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
}

#thearrows
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#toparrrow
{
	width: 300px;
}

#btmarrrow
{
	width: 300px;
	clear: both;
}

#lftarr a
{
	display: block;
	width: 100px;
	height: 100px;
	background: transparent url(../images/lftarr.gif) no-repeat 0 -50%;
}

#lftarr a:hover
{
	background: transparent url(../images/lftarr.gif) no-repeat 0 50%;
}

#rgtarr a
{
	float: right;
	display: block;
	width: 100px;
	height: 100px;
	background: transparent url(../images/rgtarr.gif) no-repeat 0 -50%;
}

#rgtarr a:hover
{
	background: transparent url(../images/rgtarr.gif) no-repeat 0 50%;
}

#btmarr a
{
	margin-left: 100px;
	display: block;
	width: 100px;
	height: 100px;
	background: transparent url(../images/btmarr.gif) no-repeat 0 0;
}

#btmarr a:hover
{
	background: transparent url(../images/btmarr.gif) no-repeat 0 100%;
}

#toparr a
{
	margin-left: 100px;
	display: block;
	width: 100px;
	height: 100px;
	background: transparent url(../images/toparr.gif) no-repeat 0 0;
}

#toparr a:hover
{
	background: transparent url(../images/toparr.gif) no-repeat 0 100%;
}

#mainmenu
{
	float: right;
	margin-top: -35px;
	margin-right: 100px;
	font-family: Skia, Georgia, "Times New Roman", serif;
}

#mainmenu li
{
	display: inline;
}

/*
#mainmenu li#news a, #mainmenu li#about a
{
	display: block;
	float: right;
	height: 37px;
}

#mainmenu li#news a
{
	width: 77px;
	margin-left: 20px;
	margin-top: 7px;
}

#mainmenu li#about a
{
	width: 82px;
}

#mainmenu li#news a:hover
{
	background: transparent url(../images/news.gif) no-repeat 0 0;
}

#mainmenu li#about a:hover
{
	background: transparent url(../images/about.gif) no-repeat 0 0;
}
*/

/* Menu re-do */
#mainmenu .distext {
	display: inline;
}

#mainmenu li#news {
	display: none;
}

#mainmenu li {
	padding: 0 10px;
	font-size: 14px;
}

#mainmenu li a {
	color: #333;
}

#mainmenu li a:hover {
	color: #999;
	border-bottom: 1px solid #999;
}


#vwtag
{
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#vwtag a
{
	color: #000;
}

#vwtag a:hover
{
	color: #960;
}

form {
	padding-bottom: 40px;
}

form label {
	font-family: Skia, Georgia, "Times New Roman", serif;
	background: transparent;
	display: block;
	margin: 20px 0 5px 0;
	font-size: 14px;
}

form input {
	font-family: Skia, Georgia, "Times New Roman", serif;
	font-size: 14px;
	padding: 3px 2px;
	border: 1px solid #333;
	width: 350px
}

form textarea {
	font-size: 14px;
	font-family: Skia, Georgia, "Times New Roman", serif;
	padding: 3px 2px;
	border: 1px solid #333;
	width: 350px;
	height: 150px;
}

form input.submit {
	font-family: Skia, Georgia, "Times New Roman", serif;
	width: 100px;
	margin: 20px 0 0 0;
	display: block;
}