body {
	font: 12px/16pt "Courier New",monospace !important;
	color: #fff;
	background: #000;
}

html, body, p, h1, h2, h3, div, ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-size: 1.7em;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #f00;
}

a:hover, a:active {
	text-decoration: underline;
	color: #f00;
}

h3#last {
	font-style: italic;
	font-family: arial;
}

.all {
   width:1000px;
   margin:auto;
   padding:5px 5px 5px 5px;
   text-align:left;
}
.header {
   margin: 0 0 5px 0;
   padding:5px 5px 5px 5px;
}
.center {
   width:480px;
   min-height:600px;
   margin:0 0 0 210px;
   position:inherit;
   float:left;
}

.left {
   min-height:600px;
   margin: 0 0 5px -692px;
   width:200px;
   float:left;
}
.right {
   min-height:600px;
   margin: 0 0 5px 0;
   width:200px;
   float:right;
}
.footer {
   clear:both;
   padding:5px 5px 5px 5px;
   text-align: center;
}

div#logo {
	width: 100%;
	height: 108px;
	text-align: center;
	background: url(/images/logo.gif) no-repeat left top;
}

p.content-item {
	margin-top: 10px;
	margin-bottom: 5px;
}

p.pages {
	font-size: 1.3em;
}

ul.menu {
	font-size: 1.2em;
}

