body {
        margin		: 0;
        padding	: 0;
        background-color: #000000;
}

#content {
	overflow	: auto;
	position	: absolute;
	top		: 247px;
	left		: 167px;
	width		: 450px;
        z-index         : 3; 
        color           : #ffffff;
	padding-right: 5px;
}

#content h2 {
        font		: bold 12px arial;
        color           : #aa8c82;     
}

#content a { 
	font		: normal 12px arial; 
        color           : #28a900; 
        text-decoration : none; 
}

#content a:hover { 
	font		: normal 12px arial; 
        color           : #deff00;
        text-decoration : none; 
}

#content p {
	font		: normal 12px arial;
        color		: #ffffff;
}

#navi { 
        position	: absolute; 
        top		: 270px;
        left		: 625px;
        width		: 100px;
	height		: 200px;
	border 	: 0;
        z-index	: 3;  
	margin		: 0;
	padding	: 0;  
	font		: normal 13px arial; 
}

#navi a { 
	font		: normal 13px arial; 
	color		:#28a900;
        text-decoration : none; 
}
#navi a:hover { 
	font		: normal 13px arial; 
        color           : #deff00;
        text-decoration : none; 
}

#header {
	position	: absolute;
        height		: 240px;
        width		: 442px;
        top		: 0px;
        left           : 0px;
	border		: 0;
        z-index	: 2;     
        background	: url("layout2_ae.gif");
	background-repeat: no-repeat;
}