* {margin: 0px; padding: 0px;}
body  {
	font: 100% "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	background: #dceaff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #202020;
}

#page { 
	width: 880px;
	margin: 15px auto 15px auto; /* the auto margins (in conjunction with a width) center the page */
	background: #fff;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	background: #DDDDDD; 
	padding: 0;
	margin: 0;
} 

#menu {
	padding: 10px 20px;
}

#menu a {
	text-decoration: none;
	color: #fff;
	margin-right: 15px;
}

#menu a:hover {
	text-decoration:underline;
}

#nav {
	height: 47px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: transparent;
	background-image: url("images/replacement_grad_6.png");
	text-align: left;
}

#nav ul li {
	color : #fff;
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#container {
	background: url(images/col.gif) top left repeat-y;
	width: 880px;
	min-height:40em;
}
#column1 {
	width: 610px;
	float: left;
	padding: 0;
}

#column1 h2 {
	margin-bottom: 1em;
}

#column1 p {
	margin-bottom: 1em;
}

#page .content {
	margin: 5px;
}

#column1 .content {
	margin: 5px 15px;
	text-align: left;
}

.content ul {
	margin-left: 20px;
}

.bold {
	font-weight:bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

#sidebar {
	top: 0px;
	width: 270px;
	float: left;
	padding: 0px;
}

#sidebar h3 {
	padding: 5px; 
	background:#1a354e; 
	color: #fff;
	margin: 5px 0px 0px 0px;
}
.widget {
	background:#3ff;
	color:#222;
	border:1px solid #000;
	font-size: 85%;
	overflow:hidden;
	padding: 0px 5px 5px 5px;
}

#sidebar div {
	background:#fff;
}

#footer {
	background:#1a354e;
	color: #fff;
	text-align: center;
	padding: 4px 3px 1px 3px;
	height: 30px;
} 
#footer a {
	color:#6CF;
	text-decoration:underline;
}

