* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000000 url(images/nightsparkle.jpg) no-repeat center left fixed;
	font-family: georgia;
	}
	
#wrap {
	width: 731px;
	margin: 5% auto 50px auto;
	background: url(images/white.png);
	padding: 20px 20px 40px 20px;
	border-top: 2px solid #E2DCD0;
	border-bottom: 2px solid #E2DCD0;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-width: thick;
	border-right-style: inset;
	border-top-style: inset;
	border-top-width: thick;
	border-bottom-style: inset;
	border-bottom-width: thick;
	border-left-color: #FFFFFF;
	border-left-style: inset;
	border-left-width: thick;
	}
.main_nav{
	margin-top:5px;
	margin-left:0px;
	height:61px;
}

.main_nav ul li{
	float:left;
	list-style:none;
	width:121px;
	height:61px;
	background:url(images/tab.png) top left no-repeat;
	text-align:center;
	line-height:87px;
	border-bottom:1px solid #383838;
	margin-right:3px;
	font: georgia,times,serif;
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}
.main_nav ul li a:hover {
	float:left;
	list-style:none;
	width:121px;
	height:61px;
	background:url(images/tab2.png) top left no-repeat;
	text-align:center;
	line-height:87px;
	border-bottom:1px solid #383838;
	margin-right:3px;
	font: georgia,times,serif;
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}

.main_nav a{
	color:d9e0e9;
	text-decoration:none;
	font-variant:x-small-caps;
	font-family: georgia,times,serif;
	color: #CCCCFF
}

.main_nav a:hover, a:active{
	text-decoration:underline;
	color: #ffffff;
	background: url(images/tab2.png);	
}

.main_nav ul li.current{
	border-bottom:3px solid #757575;
	color: #9088c1
}
	
#menu {
	float:right;
	width: 161px;
	margin-right: 15px;
	background: url(images/menubg.jpg) no-repeat top center;
	padding: 15px 20px;
	height: 255px;
	}
	
#menu ul {
	list-style-type: none;
	text-align: center;
	}
	
#menu ul li a {
	display: block;
	font: 800 1.0em georgia,times,serif;
	font-style: italic;
	text-decoration: none;
	color: #FFF;
	background: url(images/menuline.jpg) no-repeat bottom center;
	padding: 0 0 9px 0;
	margin-top: 7px;
	}
	
#menu ul li a.last {
	background: url('null.gif') no-repeat;
	}
	
#menu ul li a:hover {
	color: #003366;
	}
	
.title {
	width: 494px;
	height: 265px;
	padding: 10px;
	background: url(images/title.png) no-repeat top left;
	}
	
	
.title a {
	font: 600 2.4em 'book antiqua',georgia,times,serif;
	text-decoration: none;
	color: #4E547C;
	font-style: italic;
	}
	
	
#right {
	float: right;
	width: 213px;
	}
	
#sidebar {
	float: right;
	width: 193px;
	margin: 15px 11px 0 0;
	background: url(images/catline.gif) no-repeat top center;
	border-bottom: 1px solid #622467;
	padding: 50px 10px 20px 10px;
	font: 400 1.0em georgia,'times new roman',serif;
	color: #162563;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 5px 0 15px 0;
	}
	
#sidebar ul li a {
	padding-left: 25px;
	background: url(images/catbullet.gif) no-repeat center left;
	color: #162563;
	text-decoration: none;
	padding-left: 25px;
	margin: 0 0 8px 5px;
	font-size: 0.9em;
	}
	
#sidebar ul li a:hover {
	padding-left: 25px;
	background: url(images/catbullethover.gif) no-repeat center left;
	color: #ffffff
	}
	#sidebar ul li A:link {
	COLOR: #0b274d 
}
#sidebar ul li  A:visited {
	COLOR: #0c418a; text-decoration: underline
}
#sidebar ul li  A:active {
	COLOR: #ffffff; text-decoration: underline
}

#sidebar h1, #sidebar h3 {
	color: #494342;
	}
	
#sidebar h2 {
	color: 0b274d;
	font-style: italic;
	font-size: 1.2em;
	}
	
#sidebar h3 {
	font-size: 1.1em;
	}
	
.info {
	float: right;
	margin: 15px 11px 15px 0;
	width: 193px;
	background: url(images/catline.gif) no-repeat top center;
	border-bottom: 1px solid #C5BBA5;
	padding: 50px 10px 20px 10px;
	line-height: 0.8em;
	font: 400 0.8em 'book antiqua','times new roman',serif;
	color: #494342;
	text-align: center;
	}
	
.info p {
	margin-bottom: 10px;
	}
	
.info span {
	font: 800 1.2em georgia,'times new roman',serif;
	color: #999999;
	font-style: italic;
	}
	
.clearer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	}
	
#content {
	margin: 20px 237px 0 0;
	}
	
#content p {
	line-height: 1.5em;
	color: #333333;
	font-family: georgia,'times new roman',times,serif;
	margin-bottom: 10px;
	}
	
#content a {
	color: #330;
	border-bottom: 1px dotted #888a66;
	text-decoration: none;
	}
	
#content a:hover {
	color: #330;
	border-bottom: none;
	}
	
#content img {
	padding: 3px;
	border: 1px solid #608954;
	}
	
img.right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	
img.left {
	float: left;
	margin: 10px 10px 10px 0;
	}

#content h1 {
	font: 800 1.4em georgia,times,serif;
	color: 091d38;
	font-style: italic;
	margin-bottom: 15px;
	}
	
#content h1 a{
	color: 938bc4;
	border-bottom: none;
	}
	
#content h1 a:hover {
	color: 0b274d;
	}
	
	
.top_meta, .bottom_meta {
	font: 400 0.8em 'book antiqua','times new roman',times,serif;
	color: #C5BBA5;
	text-transform: uppercase;
	}
	
.top_meta a:hover, .bottom_meta a:hover {
	color: 0b274d;
	}
	
.top_meta {
	margin: -18px 0 15px 0;
	}
	
.bottom_meta {
	margin: 10px 0;
	}
	
#content h2, #content h2 a {
	font-size: 1.3em;
	color: 061a35;
	font-weight: 800;
	margin-bottom: 5px;
	}
	
#content h3, #content h3 a {
	color: 3d4b5e;
	font-size: 1.2em;
	margin-bottom: 5px;
	}
	
#content h4, #content h4 a {
	color: #666666;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: -5px;
	}

#content h5, #content h5 a {
	color: #C5BBA5;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: -5px;
	}
	
	
#content ul, #content ol {
	color: #999999;
	font-style: italic;
	margin: 10px 0 15px 30px;
	}
	
.post {
	border-bottom: 1px solid #C5BBA5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
.post img {
	float: right;
	margin: 0 0 10px 10px;
	padding:2px;
	border: 1px solid #669966;
	}
	
.postimgleft {
border-bottom: 1px solid #C5BBA5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.postimgleft img {
float: left;
	margin: 0 0 10px 10px;
	padding:2px;
	border: 1px solid #669966;
}

form {
	padding: 10px 0;
	margin-bottom: 20px;
	}
	
fieldset {
	border: none;
	line-height: 2.0em;
	}
	
input {
	color: #9999CC;
	border: 1px solid #C5BBA5;
	padding: 5px;
	margin-bottom: 5px;
	}
	
input.button {
	background-color: 3d4b5e;
	padding: 4px;
	border: none;
	margin: 5px 0;
	color: #FFF;
	}
	
table {
	margin-bottom: 15px;
	color: #888a66;
	}
	
table th {
	background: #608954;
	color: #FFF;
	font-style: italic;
	margin: 0px;
	font-weight: 600;
	padding: 8px 30px;
	border-top: 2px solid #833B1E;
	}
	
table td {
	padding: 8px;
	}
	
.odd td {
	background-color: #eee;
	}
	
hr {
	color: #423C2F;
	border: none;
	margin: 20px 0;
	}
	
blockquote {
	padding: 10px;
	background: #eee;
	}
	
cite {
	font-family: georgia,times,serif;
	font-style: italic;
	color: 091d38;
	}
	
dt {
	color: 484653;
	font-style: italic;
	}
	
dd {
	margin-left: 20px;
	color: 838a94;
	}
	
#foot {
  height: 70px;
  background: #515230 url(images/footbg.jpg) top left no-repeat;
}  

#page_footer A:link {
	COLOR: #0b274d; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #0b274d; text-decoration: underline
}
#page_footer A:active {
	COLOR: #0b274d; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #0b274d; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}