* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #5c88c7;
	text-align: center;
	padding-top: 20px;
}

body div	{
	text-align: justify;
	}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333366;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 0.8em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #333366;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 1px; /* NOTE: this draws the thin black border around the layout */
	border:5px solid #fff; /* NOTE: this is the thick white border */
	background-color: #000; /* this colors the thin border */
	width: 960px; /* NOTE: sets the layout width */
	margin: 0px auto -1px auto
}


/* Header */

#header {
	width: 100%;
	margin: 0 auto;
	background-color: #fff
}

#header h1, #header h2 {
	margin: 0;
	padding-left: 30px;
}

#header h1 {
	padding-top: 80px;
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #333366;
}

/* Content */

#content {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

/* Site News */

#news {
	float: left;
	width: 600px;
	padding: 50px 16px 0px 30px;
	background-color: #fff
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(http://www.cosfu.net/siteimages/image8.gif) no-repeat center bottom;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.8em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 254px;
	padding: 50px 30px 0px 16px;
	/* background: url(http://www.cosfu.net/siteimages/image6.jpg) no-repeat; */
}

#sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(http://www.cosfu.net/siteimages/image7.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Site RSS Feed */

#rss {
}

/* Site Photography */

#photography {
}

/* Site Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 60px;
	background-color: #fff
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.bl {background: url(http://www.cosfu.net/siteimages/bl.gif) 0 100% no-repeat #76adee; width: 20em}
.br {background: url(http://www.cosfu.net/siteimages/br.gif) 100% 100% no-repeat}
.tl {background: url(http://www.cosfu.net/siteimages/tl.gif) 0 0 no-repeat}
.tr {background: url(http://www.cosfu.net/siteimages/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

#wrapper1 {
	margin: 0px;
	text-align: left;
	padding: 0px;

	/* editable */
	}

#containerNav	{
	margin-left: 0px;
	float: left;

	/* editable */
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}

#navTop	{
	padding: 0px;
	margin: 0px;
	float: left;

	 /* editable */
	background-image: url(http://www.cosfu.net/siteimages/navBg.gif);
	border:1px solid #fff;
	font-weight: bold; 
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	}

#navTop li	{
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#navTop a	{
	float: left;
	width: auto;

	 /* editable */
	border-right: 1px solid #fff;
	text-decoration: none;
	padding: 8px 20px;
	}

#navTop li.navLast	{

	 /* editable */
	float:right;
	}

#navTop li.navLast a {

	 /* editable */
	border-right: none;
	}

#navTop a:hover	{

	 /* editable */
	background-color: #76adee;
	color: #333366;
	}
