body {
	margin: 0px;
	background-color: black;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color:#9ce;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 1.1em;
	color: #9ce;
}

#maindiv {
	background-color: #222; 
	width: 750px; 
	border-left: 1px solid #987; 
	border-right: 1px solid #987;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	vertical-align: middle;
	margin: 1px;
}

#motto {
	padding: 15px;
	font-size: 11px;
	word-spacing: 11px;
	letter-spacing: 6px;
	color: #987;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
		
#menu {
	margin: auto;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
		#menu td {
	vertical-align:top;
		}
		
		#menu td.spacer {
			width: 100px;
			background-image: url(images/menu_main.gif);
			background-repeat: repeat-x;
		}
		
		#menu a {
			color: white;
			background-image: url(images/menu_main.gif);
			padding: 4px 10px 4px 10px;
			line-height: 20px;
		}
		
		#menu a:hover {
			background-image: url(images/menu_main-o.gif);
			border-left: 1px solid #987;
			border-right: 1px solid #987;
			padding-left: 9px;
			padding-right: 9px;
		}

#banner {
	border-bottom:1px solid #987;
}

#footer {
	font-size: 0.8em;
	border-bottom:1px solid #987;
	border-top:1px solid #987;
	background-color: #333;
	text-align: center;
	clear: both;
}

/* round corner styles*/
.roundcont {
	background-color: #333;
	margin: 10px;
}

	.roundcont p, .roundcont h1  {margin: 0 10px;}

.roundtop {background: url(images/tr.gif) no-repeat top right;}

.roundbottom {background: url(images/br.gif) no-repeat top right;}

img.corner {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}
/* end round corner styles*/
