body {
	margin: 20px;
	background: #ccc;
	font: 11px/1.3em arial, helvetica, sans-serif;
	color: #666;
	letter-spacing: 1px;
	text-align: center; /* for IE5 */
	}

a { color: #39c; }
a:visited, #content a:visited { color: #669; }
a:hover, #content a:hover, #footer a:hover { color: #36f; }

#container {
	position: relative;
	width: 750px;
   /* height: 615px; */
	border: 1px solid #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 15px 0 0 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#menu {
	position: absolute;
	top: 15px;
	right: 30px;
	/*padding-right: 30px;*/
	font-size: 14px;
	color: #333;
	}
	
#menu a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding: 2px 3px;
	line-height: 2em;
	}	
	
#menu a:hover {	
	text-decoration: underline;
	color: #333;
	}
	
#logo {
	margin-bottom: 25px;
	display: block;
	voice-family: "\"}\""; 
	voice-family:inherit;
	display: inline;
	}
html>body #logo { display: inline; }
	
p#footer {
	width: 750px;
	text-align: center;
	color: #333;
	font-size: 11px;
	margin: 8px auto;
	}

/* content */
#content {
	width: 270px;
	margin-left: 3px;
	padding-bottom: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #666;
	margin-bottom: 4px;
	}

h2, h3, h4, h5, h6 {
	margin-top: 24px;
	}

p {
	margin: 0 0 10px;
	}

.alignLeft { 
	float: left;
	margin: 3px 10px 5px 0;
	}
	
.norm { font-weight: normal; }

#content a, p#footer a {
	color: #39c;
	}

#content a img {
	border-color: #036;
	}

#content p.ulIntro {
	margin-bottom: 2px;
	}

#content ul {
	margin-top: 0;
	list-style: square;
	}
#content ul li, #content ol li {
	margin: 0;
	}
	
#content ol.afterHdr {
	margin-top: 0;
	}

/* submenu */
#submenu {
	list-style-type: none;
	margin: 0 0 20px;
	background: #eee;
	padding: 3px 5px;
	width: 242px;
	w\idth: 230px;
	border: 1px solid #ccc;
	}

#submenu li {
	display: inline;
	}
	

/* SIGNUP FORM */
#menu { text-align: right; }

#signup { margin: 0 2px 0 0; }
html>body #signup { margin-right: 5px; }

#signup label { font-size: 11px; }
.forminput { width: 100px; font-size: 10px; }
.formbtn { background-color: #999; color: #eff; height: 22px; padding: 0; }

/* last updated: 06.06.04 */