* {				/* resets all margins, borders, paddings */
	margin:0;
	border:0;
	padding:0;
	}

/* links */
a:link {
	font-weight:bold;
	text-decoration:none;
	color:#CFE498;
	}
a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#CFE498;
	}
a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#E7F4C3;
	}

/* page layout */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	text-align:center;
	color:black;
	background:#343233;
        background-image:url('images/pattern.jpg');
        background-repeat:repeat;
	margin: 0;
	border: 0;
	padding: 0;
	}
#main {
	text-align:left;
	margin:50px auto;
	width:800px;
	}
#header {

	}
	#header h1{
		float:left;
		width:50%;
		margin:0 0 -10px 0;
		padding:0 0 0 10px;
		color:#ffffff;
	}	
	#navcontainer{
		float:right;
		width:800px;
		margin:0;
		border-bottom:8px solid #689000;
		font-size:1.2em;
		}
		ul#navlist{
			text-align:right;
			padding:0;
			}
		ul#navlist li{
			list-style: none;
			display: inline;
			margin:0 0 0 3px;
			padding:0 0.5em;
			background: #517000;
			}
		ul#navlist li a{
			text-decoration: none;
			}
		ul#navlist li a:link { color: #CFE498; }
		ul#navlist li a:visited { color: #CFE498; }
		ul#navlist li a:hover{ color: #FFF6DC; }
		ul#navlist li#active, ul#navlist li#active a { color:#ffffff; background:#689000;}	

/* content */
div#content{
	font-size:1.2em;
	clear:both;
	}
	div#content img.headimg {
		margin:0;
		border-bottom:3px solid #689000;
		}

	div#sidebar {
		float:right;
		width:240px;
		padding:1em 2em;
		color:#777777;
		background:#ffffff;
		}
		div#sidebar h2 {
			color:#9D6C3C;
			}
		div#sidebar ul {
			margin:0 0 0 2em;
			}
		div#sidebar a:link,
		div#sidebar a:visited,
		div#sidebar a:active {
		    text-decoration: none;
		    color: #689000;
		    border-bottom: 1px solid #e7f4c3;
		    }      
		div#sidebar a:hover {
		    background-color: #e7f4c3; 
		    }

	div#homepage { background:#cfe498; padding:2em 2em;}
		div#homepage h2 {
			color:#9D6C3C;
			font-weight:bold;
			font-size:1.3em;
			}
		div#homepage ul {
			margin:0 0 0 2em;
			}
		div#homepage a:link,
		div#homepage a:visited,
		div#homepage a:active {
			text-decoration: none;
			color: #517000;
			border-bottom: 1px solid #e7f4c3;
			}      
		div#homepage a:hover {
			color: #76B900; 
			}

	div#bodytext { background:#535250; padding:2em 2em;}
		div#bodytext h2 {color:#FFFFFF;}
		div#bodytext ul {
			margin:0 0 0 2em;
			}
		div#bodytext a:link,
		div#bodytext a:visited,
		div#bodytext a:active {
			text-decoration: none;
			color: #689000;
			border-bottom: 1px solid #e7f4c3;
			}      
		div#bodytext a:hover {
			background-color: #e7f4c3; 
			}
		div#bodytext h4 {
			margin-top:1em;
			}

	ul#photos {

		}
		ul#photos { 
			text-align:center;
			list-style-type:none;
			margin:0;
			padding:1em 0 2em 0;
			}
			ul#photos li {
				margin:1em auto;
				}
			ul#photos img {
				}
			ul#photos .photo {
				border:8px solid #FFFFFF; 
				margin:5px auto 20px auto;
				}
			ul#photos .photo p {
				padding:5px;
				background:#FFFFFF;
				color:#000000;
				}

/* footer */	
div#footer {
	clear:both;
	border-top:8px solid #689000;
	background:#343233;
	color:#bbbbbb;
	text-align:center;
	font-size:1em;
	}	

/* other */
.center {
	text-align:center;
}

