/* CSS Document */

* {
text-decoration : none;
}



/* main page body */

body {
font-family : Arial, Helvetica, sans-serif;
margin : 0;
text-align : center;
}

	p#spiders, #content-right, #navigation {
	display : none;
	}



/* header */

#header {
background : #000 url(../graphics/layout/header.gif) 50% 0 no-repeat;
}

	#header h3 {
	background : url(../graphics/layout/logo.gif) no-repeat;
	margin : 0 auto;
	text-align : right;
	text-indent : -1000em;
	width : 760px;
	}
	
		#header h3 span {
		display : none;
		}



/* content area */

#content {
padding : 50px 0;
text-align : justify;
}
	
		#content-main h1 {
		background : #000;
		color : #fff;
		font-size : 1.4em;
		margin : 0;
		padding : 6px 20px;
		}
		
		#content p {
		font-size : 1.2em;
		margin : 0;
		padding : 15px 17px 0 17px;
		}



/* spider links */