
body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #242323;
	background-image: url(../images/design/Card.jpg);
	background-repeat: repeat;
	background-position: left top;
}


h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

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

a {
	color: #286EA0;
}

a:hover {
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	background-image:url(../images/design/belmar-beach.jpg)
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background-image: url(../images/design/belmar-fishing-pier2.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	border: thin solid #D6D6D6;
}

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

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logoimg {
	float: right;
	padding-left: 20px;
	padding-top: 2px;
}

#tb
{padding-top:4px;}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}



/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(../images/design/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

.post {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

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

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}


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

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: url(../images/design/img093.jpg) no-repeat left top;
	font-size: 1.2em;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-bottom:0.5em;	
}


/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0px auto 30px auto;
	background: url(../images/design/img082.jpg) no-repeat left top;
	color: #858585;
}

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

#footer a {
	color: #FFFFFF;
}