
body {
	margin: 0;
	padding: 0;
	background: #003052;
	text-align: justify;
	font: 13px Helvetica, Arial, sans-serif;
	color: #444444;

}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 1.4em;
	color:#660000;
}

h2 {
	font-size: 1.8em;
	
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 1000px;
	background: #003052 url("../images/csm_logo.jpg") no-repeat;
	
	margin: 0 auto;
}

/* Header */

#header {

	width: 736px;
	height: 100px;
	margin: 10px auto;


}

#header a {
	text-decoration: none;
	color: #ffffff;
}


/* Menu */

#menu {
	float: right;
	margin:90px 0 0 0;
	
}

#menu ul {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
	line-height: 15px;
}

#menu li {
	float: left;
	margin: 0;
}

#menu a {
	display: block;
	width: auto;
	padding: 5px 10px;
	font-size: large;
	
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background:#cccccc;
}

#menu .active a {
	color:#660033;
}

/* Page */

#page {
	width: 1000px;
	margin: 300px auto 0;
	padding: 0;
	background: #444444 url(../images/csm_bg.jpg) repeat-y;

}

#header-pic {
	visibility:hidden;
	width: 736px;
	height: 300px;
}

/* Content */
.listfloat{
	float:left;
	width:300px;
}
#content {
	width: 1000px;
	margin:0 auto;
	padding:0;
	background: url(../images/csm_footer.jpg) no-repeat bottom left;
}

.gallery {
	
	width: 1000px;
	text-align:center;
	background: url(../images/csm_footer.jpg) no-repeat bottom left;
}
.gallery h1{
	
	text-align:left;
}

.gallery table{
	
	margin: 0 auto;
	width:600px;

}

.gallery  td{

	width:150px;
	height:150px;
	background:#ffffff;
	border:1px dotted #444444;

}

.post {
	width:710px;
	margin: 0 auto;
	padding-bottom: 10px;
	
	
}

.post h1{
	margin:20px 0;
}
.header2 {

	width:290px;
	font-size:12px;

}
.entry h2{
	color:#333333;
	margin:20px 0 5px 0;
	display:block;
}
.entry a{
	color:#333333;
	margin:5px 0 5px 0;
	display:block;
}
.float{float:right;padding:0 0 0 0; border:3px #999999 solid;

}

.float2{

	float:right;
	margin:0 50px 0 0;	

}

.scruggslogo{

margin:0 0 215px 0; 

}

.entryimg{

	float:left;

}

.post .entry {

	padding: 0 20px;
	border:none;
	
}
.entry li{

	padding: 0;
	list-style: square;
	
}
.post .meta {

	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {

	width: 725px;
	margin:0 auto;
	text-align:center;
}

#sidebar-content {
	border:none;
	
}
#sidebar-content img{
	padding-left:5px;
	
}

#sidebar ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
}

#sidebar li {
	
	margin:5px 0;
	padding: 0 5px;
	border-right: 1px dashed #BDBDBD;
	display:inline;
}

#sidebar h2 {
	padding: 7px 25px;
	font-size: 1.4em;
	color:#660000;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
.sidebar_active a {
	text-decoration: underline;
	background:#cccccc;
	color:#660000;
}

.sidebar_inactive {
	text-decoration: none;
}


/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0 0 0;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

.title {
	margin: 0;
	background:#CCCCCC url("../images/icons/gray_corner_left.jpg") no-repeat top left;
	padding:0;
	
}
.stitle {
	padding: 7px 25px;
	background:url("../images/icons/gray_corner_right.jpg") no-repeat top right;
}
.stitle h1, h2 {
	display:inline;
}
.post .title h1 {
	 color:#660000;

}