@import url(reset.css);
@import url(editor.css);
@import url(forms.css);

body {
	background-color:#000;
	color:#ffff9c;
	font-family:Verdana, Geneva, Arial;
	font-size:12px;
	line-height:140%;
}

body#wrapper {
	background:#000 url(/images/background-page.jpg) repeat;
	color:#000;	
}

body#wrapper  #page {
	margin:30px auto;
	width:595px;
}

body#wrapper  #main {
	background:#edd89f url(/images/bgMain.jpg) repeat-y;
	width:595px;
}

#page {
	margin:30px auto;
	width:800px;
}

#main {
	background:#edd89f url(/images/bgMain.jpg) repeat-y;
	width:800px;
}

#message p {
	margin-bottom:0;
}

#navigation {
	background-color:#000;
	color:#fff;
	float:left;
	padding-top:75px;
	width:137px;
}

#content {
	background:#cccc99 url(/images/bgContent.jpg) no-repeat left top;
	float:right;	
	margin-right:5px;
	padding:16px 8px;
	width:437px;
}

#copyright {
	color:#ffff9c;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;
	text-transform:uppercase;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;	
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;	
}

ul, ol {
	margin-left:24px;
}

p, li {
	margin-bottom:8px;
}

a {
	color:#fff;
	text-decoration:none;
}

#wrapper a {
	color:#0000ff;
}

a:hover {
	text-decoration:underline;
}

.CBEdit {
	color:#000;
}

.EktronEditorsMenu a {
	color:#000;
}

