* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(../images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #6B6B6B;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EBEBEB;
	color: #37404C;
}

h2, h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #DB0000; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

.tables {
   width: 600px;
   border: 0px;
}   

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/wrapper.jpg) repeat-y;
}

#wrapper2 {
	background: url(../images/wrapper2.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #00438A url(../images/header.jpg)  no-repeat;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* Content */
#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

.post {
	padding-top: 25px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
    text-decoration: none;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 0 10px 10px 10px;
	background: url(../images/img07.jpg) repeat-x left bottom;
}

.post .meta .posted {
	display: block;
	float: left;
	color: #DB0000;
}	

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(../images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(../images/img08.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 25px 76px 0 0;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(../images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}	

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

#widebar #text {
	float: left;
	width: 186px;
	padding-left: 45px;
	text-align: center;
}
/* Footer */

#footer {
	height: 54px;
	background: url(../images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

/*photogallery*/
#gallery { 
    position: absolute; 
    width: 606px;
    padding-top: 1px;
}

#thumbs { 
    width: 155px; 
    float: left;
}

#thumbs a { 
    display: block; 
    float: left; 
    margin: 1px 10px 3px 0px; 
    width: 50px; 
    height: 50px; 
    border: 2px solid #EBEBEB;
}

#thumbs a img { 
    width: 50px; 
    height: 50px; 
    border: 0;
}

#thumbs a:hover {border-color: #DDD;}

#thumbs a:hover img { 
    position: absolute;    
    width: auto;
    height: auto; 
    left: 136px;
    top: 1px;
    padding: 2px;
    border: 2px solid #929280;
}  	
