* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Georgia, Verdana, Helvetica;
	color: #666666;

}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 399px;
	width: 900px;
	
}
#header #headercontent {
	padding-top: 325px;
	padding-left: 210px;
}

#header #headercontent h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px 5px;
}
#header #headercontent h2 {
	font-size: 20px;
	padding: 5px 10px 5px;
}
#header #headercontent li {
	padding-left: 5px;
	list-style-type: none;
	display: inline;
	font-size: 1.3em;
}
#header #headercontent ul a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header #headercontent ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header #headercontent ul a:hover {
	color: #333300;
	text-decoration: underline;
}







#container {
	float: left;
	height: auto;
	width: 600px;
	margin-left: 0px;
	background-image: url(images/containerback.jpg);
	background-repeat: repeat-y;
	border: 0px;
	
}
html>body #container {
	float: left;
	height: auto;
	/* Hide from IE-Mac \*/
	width: 600px;
	 /* End hide */
	margin-left: 40px;
	background-image: url(images/containerback.jpg);
	background-repeat: repeat-y;
	border: 0px;
	
}
#containertop {
	background-image: url(images/containertop.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
}
#containerbot {
	background-image: url(images/containerbot.jpg);
	height: 39px;
	width: 600px;
}
#container p {
	width: 560px;
	padding-left: 10px;
	padding-right: 5px;
}
#container img {
	margin: 0px 10px 10px 5px;
	border: 1px solid #666666;
}
#containercontent {
	width: 580px;
}

#container a:link {
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;

}

#container a:visited {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
	
}

#container a:hover {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
	
}


.post h2{
	font-size: 20px;
	color: #666666;
	padding: 5px 10px 5px 20px;
}
.entry {
	font-size: 16px;
	color: #333333;
	padding: 10px;
	width: 600px;
}
.entry p {
	padding-top: 5px;
	padding-bottom: 5px;
}
p.postmetadata {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}
.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: left;	
}




.sidebar {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 250px;
	font-family: Helvetica, Verdana;
}
.sidebar ul {
	
	margin: 0px;
	padding: 0px 10px;
	list-style-type: none;
	width: 200px;
}

.sidebar ul li  {
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}
#search {
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

.sidebar a:link {
	color: #333333;
	font-weight: bold;
}
.sidebar a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.sidebar a:hover {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}

li.search {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar h2 {
	color: #FFFFFF;
	background-image: url(images/pagenav_back.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 197px;
	padding-top: 20px;
	padding-left: 33px;
	font-size: 17px;
}

.comments-template{
	margin: 10px 0 0 10px;
	
	padding: 10px 0 0 0px;
	
}



.comments-template ol{

	margin: 0;

	padding: 0 0 15px 10px;

	list-style: none;

}



.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	width: 550px;
}



.comments-template h2, .comments-template h3{

	font-family: Georgia, Sans-serif;

	font-size: 16px;
	padding-left: 10px;

}



.commentmetadata{
	
	font-size: 12px;
	padding-left: 0px;

}






.comments-template p.nocomments{

	padding: 0px;

}



.comments-template textarea{

	font-family: Arial, Hevletica, Georgia, Sans-seriff;

	font-size: 12px;

}

#footer {
	clear: left;
	color: #333333;
	font-size: 12px;
	background-image: url(images/footer.jpg);
	height: auto;
	width: 900px;
	background-repeat: no-repeat;
	padding-left: 42px;
}
#footercontent {
	padding-top: 35px;
	padding-left: 20px;
}

#footer ul {
	padding-top: 10px;
	padding-left: 25px;	
}
#footer li {
	display: inline;
	font-size: 15px;
	padding-left: 10px;
}
#footer h3 {
	margin: 0px;
	padding-top: 45px;
	padding-left: 10px;
	font-size: 1em;
	color: #666666;
	
}
#footer #footercontent a:link {
	color: #999999;
	text-decoration: none;
}
#footer #footercontent a:visited {
	color: #666666;
	text-decoration: none;
}
#footer #footercontent a:hover {
	color: #666600;
	text-decoration: underline;
}

#wall {
	clear: left;
	height: 25px;
	width: 900px;
}