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

a:hover
{
text-decoration:underline;
}

img
{
border: 0px;
}

h1
{
font-size:larger;
}

body
{
	background-image:url('./images/topbanner.png');
	background-repeat:repeat-x;
	background-color:#e1edcf;
	margin:0px;
	border:0px;

	font-family:arial,sans-serif;
	color:#111111;
	font-size: 16px;
}

.centercontainer
{
	width:1024px;
	height:700px;
	background-image:url('./images/background.jpg');
	background-repeat:no-repeat;
	margin-left: auto;
    margin-right: auto;
}

.buttonbar
{
	padding:0px;
	margin-top:314px;
	margin-right:70px;
	float:right;
	height:74px;
}

.sidebar
{
	margin-top:380px;
	float:left;
	background-color:#fcfcfc;
	width:170px;
	padding:20px;
	border: 2px solid #d7e2c6;
}

.content
{
	float:right;
	width:770px;
	margin-top:-8px;
	margin-bottom:20px;
	padding:0px;
        font-size: 15px;
}

.footer
{
	clear:both;
	background-color:#fcfcfc;
	width:100%;
	padding:20px;
	border: 2px solid #d7e2c6;
	margin:20px;
	font-size:12px;
	text-align:center;
}

/* Stuff for generated wordpress style */


.archives
{
	font-size:normal;
}

#comment
{
	width:95%;
}

#searchform
{
	float:right;
}

.divider
{
	width:100%;
	margin:auto;
	margin-bottom:7px;
	margin-top:7px;
	border-top:1px solid #bdc7ae;
	padding:0px;
	height:1px;
	background-color:#ffffff;
	clear:both;
}

.post
{
	margin-bottom:0px;
}

.posttitle
{
	border-bottom:1px solid #bdc7ae;
	margin:0px;
}

.posttitle a
{
	text-decoration:none;
}
