body {
        margin		: 0;
        padding		: 0;
        background	: url("pattern.gif");
	background-repeat: repeat;	     	
}

h1 { 
        display         : none; 
}

#header {
	position	: absolute;
	top		: 10px;
	left 		: 200px;
	width		: 562px;
	height		: 163px;
        z-index         : 2; 
        background	: url("banner.gif");
	background-repeat: no-repeat;	     
}

#content {
	position	: absolute;
	border-width	: 1px;
	border-style	: solid;
	border-color	: #ec0a8b;
	top		: 170px;
	left 		: 210px;
	width		: 531px;
	height		: 400px;
	overflow        : auto;
        z-index         : 1; 
        color           : #373737;
	padding-right	: 5px;
	padding-left	: 5px;
	background-color: #ffffff;
}

#content a { 
	font		: normal 12px arial; 
        color           : #79abb4; 
        text-decoration : none; 
}

#content a:hover { 
	font		: normal 12px arial; 
        color           : #99c6cb;
        text-decoration : none; 
}

#content p {
	font		: normal 12px arial;
        color		: #323232;
}

#navi { 
        position	: absolute; 
        top		: 240px;
        left 		: 40px;
        width		: 125px;
	height		: 290px;
	border-width	: 1px;
	border-style	: solid;
	border-color	: #ec0a8b;
        z-index		: 2;  
	margin		: 0;
	padding		: 0;  
	font		: normal 12px arial;
	color		: #437490;
	padding-right	: 5px;
	padding-left	: 5px;
	background-color: #ffffff;
}

#navi a { 
	font		: normal 12px arial; 
	color		: #ff9a50;
        text-decoration : none; 
}
#navi a:hover { 
	font		: normal 12px arial; 
        color           : #ffb750;
        text-decoration : none; 
}

#footer {
        position	: absolute; 
	top		: 580px;
	left 		: 210px;
	width		: 531px;
	border 		: 0;
        z-index		: 3;  
	color		: #437490; 
	font		: normal 12px arial; 
}
