body {
	font: 12px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #7974b6 url('image/BG.gif') repeat;
	color: #7974b6;
	background-attachment:fixed; 
}

#out {
	text-align: left;
	background:  url('image/out.gif') repeat;
	margin: 0 auto;
	padding: 0;
	width:760px;
}

#header {
	text-align: right;
	height: 383px;
	margin: 0;
	padding: 0px 9px 0px 0;
	background: #50518b url('image/header.png') no-repeat;
}



#menu {	
	margin: 0 0 0 4px;
	padding: 2px;
	width: 162px;
	float: left;
	background: #50518b;
}

html>body #menu {
	width: 150px;
	margin-top: 2;
	margin-right: 2;
	margin-bottom: 2;
	margin-left: 14px;
}

#content {
	margin: 0 0 0 177px;
	padding: 5px;
	width: 563px;
	height: 100%;
	background: #50518b;
}

html>body #content {
	margin: 0 0 0 185px;
	width: 550px;
}

#footer {
	clear: both;
	text-align: center;
	height: 8px;
	margin: 0;
	padding: 0;
	background: url('image/footer.gif') bottom center no-repeat;
}

/* Navigation
--------------------------------------------------------- */
#menu ul {
	list-style-type: none;
	padding-left: 5px;
	margin:15px auto 10px auto;
}

#menu h2 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #50518b;
	padding: 3px 3px 0 5px;
	text-align: left;
	display: block;
	height: 20px;
	color: #abacd5;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e0b34;
}

#menu li a {
	font: 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #50518b;
	text-decoration: none;
	padding: 0 3px 0 0px;
	text-align: left;
	display: block;
	height: 18px;
	color: #abacd5;
	margin: 0px;
}

#menu li a:hover {
color:#0e0b34;
}

/* Links
--------------------------------------------------------- */

a {
	color: #0e0b34;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #0e0b34;
	text-decoration: none;
}

a:hover {
	color: #6600B7;
	text-decoration: underline;
}

/* Headlines
--------------------------------------------------------- */
h1 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: right;
	color: #abacd5;
	padding: 2px 5px;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e0b34;
}

h3 {
	font: bold 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: right;
	color: #abacd5;
	padding: 2px 5px;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0e0b34;
}


#out #content p {
	padding: 5px;
}
