html, body{margin:0;padding:0}
body
	{
	background-color: #FFCC00;
	text-align:center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:76%;
	font-family:arial, sans-serif;
	background-image:url('images/bckground-2.jpg')
	}
	
p
	{
	margin:0 10px 10px
	}
	
div#header h1
	{
	font-size: 250%;
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #FF6600
	}
	
div#container
	{
	background: #FFFFFF;
	border:6px solid #FF6600;
	text-align:left
	}
	
div#content p
	{
	line-height:1.4
	}
	
div#navigation
	{
	background:#FFFFCC;
	}
	
div#navigation h1
	{
	margin-top:0;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align:center;
	font-size:small;
	}
	
div#navigation h1 a
	{
	color: #FFFFFF;
	background-color: #FF6600;
	text-align:center;
	font-size:small;
	text-decoration:none
	}

div#navigation a
	{
	text-decoration:none
	}

#navigation a:hover { color: #000; background: red; border-color: #227; }

div#footer
	{
	text-align:center;
	background: #333;
	color: #FFF
	}

div#footer a
	{color:#00FF00}
	
div#footer p
	{
	margin:0;
	padding:5px 10px
	}

div#container
	{
	background-color: #FFFFCC;
	width:701px;
	margin:0 auto
	}
	
div#wrapper
	{
	background-color: #FFFFCC;
	float:left;
	width:100%
	}
	
div#content
	{
	background:#FFFFCC;
	margin-left: 300px;	
	}
	
div#content h1
	{
	color: #FFFFFF;
	background-color: #FF6600;
	text-align:center;
	font-size:small;
	text-decoration:none
	}

div#navigation
	{
	float:left;
	width:150px;
	margin-left:-700px;
	}

div#navigation p
	{
	text-align: center; font-size:8pt
	
	}
	
div#extra
	{
	float:left;
	width:150px;
	margin-left:-550px
	}

div#footer
	{
	clear:left;
	width:100%
	}


div#content hr
	{
	width:50%;
	color:#FF0000;
	text-align:center
	}

.center
	{
	text-align:center
	}

.left
	{
	text-align:left
	}

.right 
	{
	text-align:right
	}
	
ul
	{
	list-style-type: square;
	color:#FF6600;
	}
	
div#extra
	{
	background:#FFFFCC;
	}
	
div#header
	{
	background: #FC0 url('images/write002.jpg');
	}

#navigation p a:link { color: #000; }
#navigation p a:visited { color: #000; }
#navigation p a:hover { color: #000; background: red; border-color: #227; }
#navigation p a#current { background: white; border-bottom: 1px solid red; }		