@import url(admin/admin-style.css); /*-- DO NOT REMOVE --*/
@import url(menu.css);

* {
	font-family: Arial, Verdana, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #4b4b4b;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input, textarea, select {
	font-size: 100%;
}

a, a * {
	color: #092869;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
	font-weight:normal;
}

hr {
	height: 1px;
	border: 0px;
	color: #b7b7b7;
	background: #b2bcbd;
}

/* Simple classes - dereferencing single style parameters to avoid inline styles */

.red {color: red;}

.bold {font-weight: bold;}

.clearboth {
 clear: both;
}

.floatleft {float: left;}

.floatright {float: right;}

.invisible {
	display: none;
}

.strikethrough {
 text-decoration:line-through;
}

/*.offscreen {
	position: absolute;
	left: -1000px;
}

.skiplink {
	position: absolute;
	left: -999px;
	width: 90px;
}*/

/*---------------*/
/*-- MAIN SITE --*/
/*---------------*/


#menu {
 float:left;
 margin-right:3%;
 width:20%;
 background:gray;
 padding-right:10px;
 padding-top:10px;
}

#menu * {
 color:#ffffff;
}

#content {
 float:left;
 width:70%;
 background:silver;
 padding:10px;
}