body {
	margin: 0px;
	padding: 0;
	background: #485e76 repeat-x left top;  
	text-align: justify;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #24486e;
	text-align: center;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
  text-align: center;
  color: #24486e; 
	font-size: 1.4em;
	font-weight: normal;
}

h1 a {
  color: #ff0000;
  font-size: 1.1em;
  text-decoration: underline;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

ul {
}

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

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

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

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

#header-wrapper {
	width: 100%;
	height: 130px;
}

#header {
	width: 760px;
	margin: 0 auto;
	height: 170px;
}

/* Header */

#logo {
	width: 760px;
	height: 150px;
	margin: 0 auto;
}

#logo h1, #logo p {
	text-align: center;
	margin: 0px auto 0px auto;
	padding-left: 100px;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 70px 0 0 0;
  font-size: 2.4em;
  font-family: "Trebuchet MS"; 
	text-shadow: #111111 1px 1px 1px;
}

#logo p {
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

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

/* Client Info */

#client_info h1{
  margin: 20px 0px 0px 0px;
  color: #24486e;
  text-align: left;
}
#showPrimaryLinks a{
  color: #24486e;
  font-size: 1.0em;
  text-decoration: none;
}
#showPrimaryLinks {
  color: #24486e;
  font-size: 0.8em;
}


/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
		 

}

/* Page */

#page {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	-moz-box-shadow: 1px 1px 10px #000000;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 0px 20px;
}

/* Latest Post */

#latest-post {
	padding: 20px 0px 20px 0px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 620px;
 	margin: 10px 30px 20px 50px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	/* background: url(images/img04.gif) repeat-x left bottom;  */
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #696969;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 6px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.byline a {
	color: #666666;
}

.tag {`
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}
	
.small_entry {
	padding: 40px 0px 0px 0px;
	color: #24486e;
  font-size: 0.8em;
}

.small_entry a {
	color: #24486e;
  font-size: 0.8em;
}

.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
	color: #222222;
}

.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	text-align: left;
	color: #222222;
}

.links a:hover {
}


#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC; 
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186; 
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	height: 100px;
}

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	padding: 0 20px;
	background: #3a5878;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}

#menu {
  text-align: center;
  padding-bottom: 10px;
}                                     
#contact {                                                    
  background: #fff;
  border: 1px solid #888;
  padding: 10px;
  margin: 10px;
}

