/* GENERAL STYLES */
body{
	background:#333;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
a {
 text-decoration: none;
}

a:link
{
 color: #ff3;
 border-color: #FF0;
 border-width: 0 0 1px 0;
 border-style: solid;
}

a:visited {
 color: #ff6;
 border-color: #FF0;
 border-width: 0 0 1px 0;
 border-style: dotted;
}

a:hover {
 color: #ff0;
 border-color: #FF0;
 border-width: 0 0 2px 0;
 border-style: solid;
}

#header {
	background: url(../media/4919/mvrflogo_basic.jpg) no-repeat left top;
	position:relative;
	width: 100%;
	height: 200px;
	margin: 0;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	clear: both;
}
#header blockquote{
	margin: 0px;
}
#logo {
	float: left;
	width: 100%;
}
#logo p{
	overflow: hidden;
	position: absolute;
	left: 175px;
}



/* Menu */
#menu {
	padding: 10px;
	overflow: hidden;
	position: absolute;
	left: 120px;
	top: 140px;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 0px;
	padding: 7px;
}

#search {
	position: absolute;
	right:20px;
	top:30px;
	padding: 10px;
	border: none;
	
}
#search fieldset {
	border: none;
}
#displayPrefs {
	position: absolute;
	right: 108px;
	top: 60px;
	padding: 10px;
}

/* EDITOR PROPERTIES */
