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

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}

h1 {
	margin: 0;
	margin-bottom: 5px;
	text-decoration: none;
	font-size:22px;
	font-weight: bold;
	color: #666666;
}

a {
	color: #13455c;
	text-decoration: none;}

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

img {
	border: none;
}


/* Header */

#wrapper {
}

#header {
	width: 1044px;
	height: 344px;
	margin: 0;
	background-image:url(../images/main-deck.jpg);
}

/* Menu */

#menu {
	width: 900px;
	height: 60px;
	margin-left: 35px;
	padding-top:280px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #13455c;
}

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

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 25px 2px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #13455c;
}

#menu a:hover {
	color: #0000CC;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1044px;
	margin: 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 30px 0;
}


.post .title h2 {
	color: #666666;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #666666;
}

.post .title p a {
	color: #006699;
	font-weight: bold;
}

.post .entry {
	padding-top: 30px;
	padding-left: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}

.post .links a:hover {
	text-decoration: underline;
	color: #003399;
}

/* Sidebar */

#sidebar {
	margin: 0;
	float: right;
	width: 240px;
}
/* Footer */

#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 30px 0;
}
/*menu*/
#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:23px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #74bc03;
}