@charset "UTF-8";
body {
    background: url('images_2/background.jpg')
}
#content_top {
    background: url('images_2/top_white_background.png');
    background-repeat: no-repeat;
}
.content {
    background: url('images_2/content_background.png');
    background-repeat: repeat-y;
}
.content p {
    color:#442612;
    padding-left:65px;
    font-family:Arial;
    font-size:14px;
}
.content h1 {
    font-family: georgia;
    color: #ba0306;
    padding-left:65px;
    padding-right:65px;
    font-size:30px;
}
.content h3 {
    font-family: Arial, Verdana, Sans-Serif;
    color: #cc9e66;
    padding-left:65px;
    padding-right:65px;
    font-size:16px;
    font-weight:lighter;
    line-height:1px;
}
.content h4 {
    font-family: georgia;
    color: #442612;
    padding-left:65px;
    padding-right:65px;
    font-size:24px;
    line-height:12px;
}
.content h4 a {
    font-family: georgia;
    color: #442612;
    padding-left:65px;
    font-size:24px;
    line-height:12px;
}
.content h5 {
    color:#442612;
    padding-left:65px;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
.footer {
    background: url('images_2/footer.png');
}
#navigation {
    background: url('images_2/navigation_background.png') ;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 800px;
}
#menu {
	height:3.0em;
}

#menu ul {
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
	bottom: 0;
	left: 0;
	list-style: none;
}

#menu ul li {
	float: right;
	padding-left: 1em;
}

#menu .page_item a {
    font-family: Verdana, Arial, Sans-Serif;
    color: #4c2212;
	display: block;
	line-height: 1.0em;
	text-decoration: none;
	padding-top:10px;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #e7dbb5;
	line-height: 1.0em;
}

#menu .current_page_item a, #menu .page_item a:active {
	color: #e7dbb5;
	background: #4c2212;
	line-height: 1.0em;
}

/*sidebar begin*/
#sidebar h2 {
	margin: 5px 0 0;
	padding: 5px 5px 5px 10px;
	background:url('images_2/widget_title_background.jpg');
	font-family:Helvetica, Arial, Sans-Serif;
	color:#442612;
	font-size:15px;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 20px 10px 25px 15px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12;
	font-weight:bold;
	}

#sidebar ul ul, #sidebar ul ol {
    font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	margin: 0px 0 0 10px;
	}
	
#sidebar ul ul a, #sidebar ul ol a{
    color:#442612;
    text-decoration:none;
    font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	margin: 0 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/*sidebar end*/

/*Comment Bar*/
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
.postmetadata {
	clear: both;
    background:url('images_2/widget_title_background.jpg');

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/*Comment Bar*/

/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

    

