body, table, div, span, tr, td {
	font-size: 18px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 18px;
	color: #243238;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 18px;
}

a:link,
a:visited {
	color: #56828b;
	text-decoration: none;
}
a:hover,
a:active {
	color: #bd892d;
	text-decoration: underline;
}

body {
	background-color: #000000;
	background-repeat: repeat-x;
	
	margin: 0px;
	padding: 0px; 	
	}

#page {
	text-align: left;
	background-repeat: repeat-x;
	margin: auto;
	width: 900px;
	heigth: 100%;
	}
	
#headerimg h1,
#headerimg .description {
	display: none;
}

#navmenu {
	background-image: url('/images/menu_bg.jpg');
	background-repeat: no-repeat;
	margin-left: 165px;
	margin-right: 165px;
	clear: both;
	margin-top: 25px;
	_margin-top: -100px;
	height: 22px;
	background-color: #;
	padding: 0px;
	border-left: 0px solid #000000;
}
#navmenu ul{	
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#navmenu li {
	float: left;
	padding: 0px 10px 0px 10px;
	list-style-type: none;
	margin: 0px;
	margin-top: 2px;
	border-right: 2px solid #000000;
}
#navmenu a:link,
#navmenu a:visited {
	color: #f6eedd;
	font-size: #16px;	
	text-transform: UPPERCASE;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#navmenu a:hover,
#navmenu a:active {
	color: #000000;
}

#navmenu .current_page_item {
	color: #FFFFFF;
	background-color: #bd892d;
}

#content {
	margin-left: 165px;
	}
	
.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 18px 0px 0px 0px;
	width: 500px;
	}
	
.post {
	padding-bottom: 9px;
	margin: 0px 0px 18px 0px;
	border-bottom: 1px dotted #56828b;
}

.head h2{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

.date_line {
	float: left;
	clear: right;
	font-size: 9px;
	margin-top: 3px;
	color: #4a616a;
	font-style: italic;
}

.entry {
	clear: both;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	}
#wp-calendar th {
	}

#footer {
	color: #f6eedd;
	padding-left: 17px;
	padding-top: 7px;
	margin-left: 165px;
	margin-bottom: 18px;
	width: 600px;
	height: 37px;
	clear: both;
	background-image: url('/images/footer.jpg');
	background-repeat: no-repeat;
	}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #f6eedd;
	text-decoration: none;
}
#footer a:hover {
	color: #f6eedd;
	text-decoration: underline;
}


/*	Begin Headers */
h1 {
	}

h2 {
	font-size: 18px;
	color:  #bd892d;
	margin:  0px;
	padding: 0px;
	margin-bottom: 3px;
	}
h4 {
	font-size: 14px;
	color:  #f5eedc;
	margin:  0px;
	padding: 0px;
	margin-bottom: 3px;
	}
h5 {
	font-size: 11px;
	color:  #f5eedc;
	margin:  0px;
	padding: 0px;
	margin-bottom: 3px;
	}

h2.widgettitle {
	margin-bottom: 3px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 0px;
	} 

html>body .entry li {
	margin: 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0px;
	margin: 0px;
	}

.entry ol li {
	margin: 0px;
	padding: 0px;
	}

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

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 9px;
	margin: 0px 0px 18px 0px;
	border-bottom: 1px dotted #56828b;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px;
	}

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
	}
/* End Entry Lists */


/* Begin Sidebar */
#sidebar {
	margin-right: 165px;
	margin-top: 18px;
	width: 190px;
	float: right; 
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 14px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: none; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	}
.today {
	font-weight:600;
	color:  #bd892d;
	}
/* End Various Tags & Classes*/