#container {
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	background-color: #EEF1F5;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EEF1F5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #939074;
	border-bottom-color: #939074;
	font-size: 10px;
	border-bottom-style: solid;
	text-align: center;
	width: 100%;
}
.onecol {
	width: 247px;
	padding: 5px;
	margin: 5px;
}

/*Horizontal Rules*/
hr { 
	border: none; 
	/* For Internet Explorer */ 
	color: #939074; 
	height: 1px; 
	text-align: right; 
	width: 100%; 
}
.hr {
	position: relative;
	width: 100%;
	clear: both;
}


html { 
	background: #FFFFFF; 
	margin: 0; 
	padding: 0; 
}

html>body hr { 
	background-color: #939074; 
	border: none; /* For Gecko-based browsers */ 
	height: 1px; 
	margin-right: 0; 
	width: 100%; 
}

html>body hr { 
	background-color: #939074; 
	border: 0px solid #939074; /* For Opera and Gecko-based browsers */ 
	height: 1px; 
	margin-right: 0; 
	width: 100%; 
}

body, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav ul {
	color: #939074;
	font-size: 9px;
	margin: 0px;
	padding: 10px 0px;
}
#container #nav a {
	font-size: 10px;
	color: #7891BF;
	text-decoration: none;
}

#container .post h1 a {
	color: #7891BF;
	text-decoration: none;
}

a {
	color: #7891BF;
}

#nav li {
	display: inline;
	background-image: url(http://www.mahseh.org/site/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	padding-right: 5px;
}

h1, #container h1 {
	font-size: 18px;
	color: #7891BF;
	margin-top: 0px;
	padding-top: 0px;
}

#dotsleft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	float: left;
	width: 100%;
	position: relative;
	display:block;
}
#dotsright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	float: left;
	width: 100%;
	position: relative;
}
#dotsboth {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	float: left;
	width: 100%;
	position: relative;
	margin: 8px;
	padding: 8px;
}
#bluebar {
	background-color: #7891BF;
	clear: both;
	height: 20px;
	width: 100%;
	position: relative;
	float: none;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bluebar a{
	color: #FFFFFF;
}

#logo {
	background-color:#FFFFFF;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939074;
	position: relative;
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
}

/* 
clear		
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
