* {padding:0;margin:0;}
html,body{margin:0;
padding:0;
font: normal 0.9em verdana;}
body {
	padding:20px 0;
	margin:0;
	background:#fff;
	color: #000000;
	text-align:center;
}
p {margin:0 0 .5em 0;padding:0 5px}


.right-blog a {color: #0000ff}
.right-blog a:visited { color: #800080}
.right-blog a:hover {
	color: #ff0000;
	background: #ffffff;
	text-decoration: none
}
.left-blog-footer a {color: #0000ff}
.left-blog-footer a:visited { color: #800080}
.left-blog-footer a:hover {
	color: #ff0000;
	background: #ffffff;
	text-decoration: none
}
.left-blog a {color: #0000ff}
.left-blog a:visited { color: #800080}
.left-blog a:hover {
	color: #ff0000;
	background: #ffffff;
	text-decoration: none
}
/* START OF MENU ITEMS */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:152px;
}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc;
	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to green */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   background-color: #446257;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #777;
   background-color: #fff;
}
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */
/* END OF MENU ITEMS */

#outer{
	width:760px;
	background:#f2f2f2 url(../images/rightbg.gif) repeat-y right top;
	color: #000000;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	position:relative;
	border:1px solid #000;
}
#header {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:;
	height:100px;
	background:#446257;
	color:#fff;
}
#sub-header{
	border-bottom:1px solid #000;
	background:#446257;
	height:2em;
	line-height:1.5em;
	color:#fff;
}

#left{
	float:left;
	width:558px;
}
#right{
	float:right;
	width:190px
}

.left-blog,.right-blog{
	border:1px solid #000;
	background:#d8d7be;
	margin:15px
}
.right-blog{background:#ffffdf;margin:15px 13px 15px 0}
.left-blog-header {
	padding:5px	;
	color:#fff;
	background:#ccccad;
	border-bottom:1px solid #000;
	font-weight:bold;
}
.right-blog-header{
	padding:5px	;
	color:#446257;
	background:#ccccad;
	border-bottom:1px solid #000;
	font-weight:bold;
}
.right-blog-header{height:auto;padding:2px}
.left-blog-footer{
	border-top:1px solid #000;
	height:1.5em;
	background:#fff;
}
#footer {
	clear:both;	
	height:40px;
	border-top:1px solid #000;
	background:#446257;
}

.style2 {color: #fff}
.style4 {color: #f00}
.style6 {font-size: 0.8em}
.style7 {color: #000}
.bold {font-weight:bold;}
.highlight {background:#ffffdf;}