body {
	background: url(../images/sitebg.jpg) center fixed repeat-y;
	background-color: #50699B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #646F83;
	font-weight: bold;
}

a:hover {
	color: #000;
}

#wrapper {
	margin: auto auto;
	width: 798px;
	min-height: 96px;
	background: url(../images/header.jpg) no-repeat;
}

#left {
	float: left;
	width: 350px;
	margin-top: 15px;
	background-color: transparent;
}

#left img {
	margin-left: 32px;
	border: 1px solid #555;
}

#right {
	float: left;
	width: 447px;
	margin-top: 40px;
}

#maheadertext {
	width: 447px;
}

#nav {
	width: 420px;
	height: 30px;
	margin: 8px 0 0 0px;
	font-size: 14px;
	text-align: center;
}

#nav a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#nav a:hover {
	color: #646F83;
	text-decoration: underline;
}

#header {
	width: 798px;
	height: 96px;
	
}

#content {
	width: 425px;
	line-height: 18px;
	/* border-bottom: 1px dotted #646F83; */
	padding-bottom: 5px;
}

#content h1 {
	width: 418px;
	color: #000;
	background: #E2FFCB;
	border-bottom: 1px dotted #646F83;
	padding: 5px;
	font-size: 15px;
	margin: 3px 0 5px 0;
}

#blog {
	margin: 10px 0 0 32px;
	font-size: 12px;
	line-height: 15px;
	width: 279px;
}

#blog h1,
#social-links h1 {
	width: 279px;
	color: #000;
	background: #E2FFCB;
	border-bottom: 1px dotted #646F83;
	padding: 5px;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#blog h2 {
	color: #777;
	font-size: 11px;
}

#social-links {
	margin-top: 20px;
	padding-left: 25px;
}

#left #social-links img {
	border: 0;
	margin-left: 0;
}

#social-links h1 {
	margin-left: 5px;
}

#social-links #facebook {
	margin-bottom: 8px;
}

#social-links #twitter {
	margin-left: 10px;
	margin-bottom: 15px;
}

#social-links #linkedin {
	margin-left: 10px;
}

.clear {
	clear: both;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dotted #D67821;
}

.quotegray {
	padding: 7px;
	background: #EEE;
	border: 1px dotted #646F83;
	margin: 10px 0 10px 0;
	font-size: 10px;
	line-height: 16px;
}

.quotegreen {
	padding: 7px;
	background: #E2FFCB;
	border: 2px dotted #EEE;
	margin: 10px 0 10px 0;
	font-size: 10px;
	line-height: 16px;
}

.quoter {
	text-align: right;
	font-weight: bold;
	margin-top: 6px;
	line-height: 12px;
}

#footer {
	width: 750px;
	margin: auto auto;
	margin-top: 10px;
	padding: 10px;
	text-align: right;
	border-top: 1px dotted #646F83;
	color: #777;
	font-size: 11px;
	line-height: 14px;
}
