@charset "UTF-8";
/* CSS Document */
/*
CSS for RRVWC site
*/

body {
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #c0c0c0;
	background-color: #000;
}

#header1 {
	position: absolute;
	width: auto;
	left: 50px;
}

#body1 {
	position: absolute;
	top: 150px;
	left: 200px;
	padding-bottom: 50px;
	padding-right: 30px;
}

#body2 {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 600px;
	padding-bottom: 50px;
	padding-right: 30px;
}

#menu1 {
	position: absolute;
	top: 150px;
	left: 20px;
	width: auto;
	padding: 0;
}

.gallery1 img {
	position: relative;
	width: auto;
	top: 225px;
	left: 200px;
	display: inline;
	padding-bottom: 40px;
}


#copyright1 {
	Position: absolute;
	width: auto;
	left: 40px;
	display: inline;
	padding-bottom: 50px;
	padding-top: 50px;
}


