
#page-container {
	width: 800px;
	margin: auto;
	background: white;
	background-image: url("images/background.jpg");
	background-repeat: repeat-y;
}

/* Set html, body padding to zero, as defaults to 9px in most browsers */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #326432;
}


a {
	color: #548654;
	text-decoration: none;
}

a:hover {
	color: #555555;
}

img {
	border: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 129px;
	background-image: url("images/header.jpg");
}

#header h1 {
	text-align: center;
	line-height:60px;
	font-size: 50px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 187px;
	}
	
#header h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	line-height:40px;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	margin-left: 187px;
	}

h4 {
	margin-top: 10px;
	}
	
#sidebar {
	float: left;
	width: 177px;
	line-height: 18px;
	color: white;
	padding: 5px;
}

#sidebar ul {
	font-size:14px;
	line-height:50px;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.small{
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
}

.diary_item {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
	color: #222222;
	background: #edffed;
}

.item_description {
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 0;
	color: #333333;
	background: #edffed;
}

#sidebar a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #cccccc;
}

hr {
	width: 80%;
	}

#content {
	line-height: 18px;
	padding: 10px;
	margin-left: 187px;
}

#box {
	border-style: solid;
	border-color: #326432;
	border-width: thin;
	padding: 10px
     }

#boxlight {
	border-style: dotted;
	border-color: #326432;
	border-width: thin;
	padding: 10px
     }
	 
#footer {
	clear: both;
	font-size: 10px;
	color: #326432;
	border-top: 1px solid #326432;
	padding: 3px 5px;
	background: white;
}

#footer p {
	margin: 0;
	padding-bottom: 10px;
}
	 
	 
	 table.coll {border-collapse: collapse}

