/*
		Author	:	Tom Hutton from a template of Christopher Robinson
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#eeb;

	color:#000;
	
}

/* header */
#header {
   
	height:109px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	width:800px;
}


/* navigation */
#navigation {
	background:#b88;
	border-right:1px solid #999;
	margin:0 auto;
	
	font:.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation1 {
	background:#88b;
	border-right:1px solid #999;
	margin:0 auto;
	
	font:.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation2 {
	background:#6a6;
	border-right:1px solid #999;
	margin:0 auto;
	
	font:.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation3 {
	background:#a86;
	border-right:1px solid #999;
	margin:0 auto;
	
	font:.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation4 {
	background:#765;
	border-right:1px solid #999;
	margin:0 auto;
	
	font:.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation5 {
	background:#9a7;
	border-right:1px solid #999;
	margin:0 auto;
	
	font:.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation6 {
	background:#aa6;
	border-right:1px solid #999;
	margin:0 auto;
	
	font:.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
	width:800px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #966;
	float:left;
	height:40px;
	width:99px;
	list-style:none;
}
#navigation1 li {
	border-left:1px solid #966;
	float:left;
	width:99px;
	list-style:none;
}
#navigation2 li {
	border-left:1px solid #966;
	float:left;
	width:99px;
	list-style:none;
}
#navigation3 li {
	border-left:1px solid #966;
	float:left;
	width:99px;
	list-style:none;
}
#navigation4 li {
	border-left:1px solid #966;
	float:left;
	width:99px;
	list-style:none;
}
#navigation5 li {
	border-left:1px solid #966;
	float:left;
	width:99px;
	list-style:none;
}
#navigation6 li {
	border-left:1px solid #966;
	float:left;
	width:99px;
	list-style:none;
}
#navigation1 a {
	color:yellow;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation2 a {
	color:yellow;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation3 a {
	color:yellow;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation4 a {
	color:yellow;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation5 a {
	color:yellow;
	display:block;
	line-height:40px;
	text-align:center;
}#navigation6 a {
	color:yellow;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a {
	color:yellow;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#aaf;
	color:#555;
}
#navigation .active {
	background:#aaf;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:800px;
	color:black;/*#500;*/
	background-color:#fff;/*#eeb;#daa*/
	font:1em Arial, Helvetica, "bitstream vera sans", sans-serif;

}
#content ul{
    list-style:none;
    margin-left:20px;
}
#content  li {
    padding:7px;
    padding-left:0px;
    list-style-type: none;
    font-size:1.0em;
    color:#555;
}

    
#content h6 {
   
    color:green;
	margin-top:2px;
	margin-bottom:2px;
    border-top:2px solid #999;
    border-bottom: 2px solid #999;
	font-size:1.8em;
	padding:10px 0 10px 0;
	text-align:center;
	
}

#content a {
    color:blue;
}
#content h1{
   font-size:1.6em;  
    font-weight:normal;
    text-align:center;
    margin-top:10px;
}

#content h2 {
    margin-top:10px;
    margin-bottom: 4px;
    margin-left:20px;
    font-weight:normal;
    font-size:1.2em;
    text-align:left;
}

#content p {
	padding:5px 20px 0 20px;
	}

#diary {
    width:800px;
   padding-top:10px;
   margin-bottom:15px;

}


/* footer */
#footer {
	border-top:1px solid #999; 
	width:800px;
	height:auto;
	text-align:center;
	margin-top:5px;
	padding-top:5px;
	
}



