@media screen {

body{
	background-color: #FFEECC;
}
#main {
	max-width: 800px;
}
#header {
	position: absolute;
	top: 10px ;
	left: 10px ;
	height: 100px ;
	width: 300px ;
	padding: 0px;
	margin: 0px ;
	
}

#header h1 {
	background: url(img/ramblinglogo.png) transparent no-repeat;
	background-position: top left;
	height: 100px;
	min-width: 300px;
	padding: 0px;
	margin: 0px ;
}

#header h1 span {
display: none;
}

#navigation {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 300px;
	min-width: 300px;
	text-align: left;
	color: #293C5A ;
	background-color:  #A4AAD5;
	float: left;
	height: 100%;
}

#navigation li {
	padding: 5px;
	margin: 0px;
	text-align: left;
	font-size: 12px ;
	font-family: Tahoma,arial,sans-serif;
	list-style-image: url("img/pencil.png");	
}

#navigation a {
	color: #293C5A ;
	background-color:  #A4AAD5;
	text-decoration: none;
	border-width: 2px;
	border-color: #A4AAD5;
	border-style: solid;
	padding: 2px;
}

#navigation a:hover {
	color: #798CAA ;
	background-color: #B4BAE5;
	border-color: #798CAA;
	border-width: 2px;
	border-style: solid
}

#navigation span.heading {
	padding:2px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

#content {
	padding: 10px;
	position:absolute;
	left: 310px;
	top: 0px;
	height: 100%;
	font-family: Tahoma,arial,sans-serif;
	font-size: 10px;	
	width: 640px;
}
#content hr {
	vertical-align: top;
	color: #798CAA;
	background-color: #798CAA;
	height: 4px;
	}
#content form {
	width: 300px;
	float: left;
	border: 2px;
	border-style: groove;
	padding: 5px;
	margin-right: 5px;
}

#content input.textInput {
	width: 300px;
	float: left;
	color: #293C5A ;
	background-color: #B4BAE5;
}

#content input.imageButton {
	border: 2px;
	border-style: solid;
	border-color: black;
	margin:5px;
}
#content input.imageButton:hover {
	border-color: gray;	
}

#content textarea {
	width: 300px;
	float: left;
	color: #293C5A ;
	background-color: #B4BAE5;
}


#content label {
	width: 4em;
	font-family: Tahoma,arial,sans-serif;
	
}

#content span.big {
	font-family: Tahoma,arial,sans-serif;
	font-size: 36px;
	color: #293C5A;
	margin-top: auto;
	margin-bottom: auto;
}
 #content iframe {
 text-align: left;
 }



}