/* design copyright 2009 malloreigh.com
PALETTE
dark yellow: #e3b535;
light yellow: #ffebb3;
white: #fff;
blue: #2d6482;
purple: #7d79b1;
*/

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #f3d88a url(/images/background.gif);
	color: #2d6482;
	font: 11.5px 'trebuchet ms',trebuchet,tahoma,sans-serif;
	}
a:link {
	color: #7d79b1;
	}
a:hover {
	color: #e3b535;
	text-decoration: none;
	}
a:visited {
	color: #7d79b1;
	}
img {
	border: 0;
	}
	
h1 {
	color: #2d6482;
	font-size: 18px;
	padding-bottom: 10px;
	}
h1 a:link {
	color: #e3b535;
	font-size: 18px;
	text-decoration: none;
	}
h2 {
	color: #e3b535;
	font-size: 14px;
	}
h3 {
	color: #e3b535;
	}
h4 {
	font-size: 14px;
	text-align: center;
	}
p {
	margin-bottom: 10px;
	clear: both;
	}
#content ul {
	margin: 0 0 10px 20px;
	}

#holder {
	width: 1000px;
	display: table;
	margin: 0 auto;
	}
	
#container {
	width: 750px;
	display: table-cell;
	background-color: #fff;
	}
	
#header {
	height: 180px;
	}
	
#navigation {
	height: 30px;
	}
#navigation li {
	float: left;
	margin-left: 10px;
	list-style: none;
	width: 150px;
	}
	
#content {
	clear: both;
	margin: 10px;
	width: 730px;
	background-color: #fff;
	}

#text {
	width: 515px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	}
.imgnav {
	text-align: center;
	}

#sidebar {
	width: 200px;
	margin-left: 5px;
	text-align: center;
	float: left;
	}
#sidebar img {
	border: 1px solid;
	}
	
#footer {
	clear: both;
	padding-top: 10px;
	color: #ffebb3;
	background: #2d6482 url(/images/footer.jpg);
	height: 50px;
	text-align: center;
	}
	
#testimonials {
	display: table-cell;
	vertical-align: top;
	}
	
.testimonial {
	width: 250px;
	margin: 20px 0;
	font-family: book antiqua, georgia, times new roman, serif;
	font-size: 14px;
	}
.testimonial p {
	width: 230px;
	padding: 0 10px;
	margin: 0;
	font-style: italic;
	background-color: #fff2ce;
	}
	
#testimonials blockquote {
	margin: 20px;
	border: 1px solid #e3b535;
	padding: 5px;
	background-color: #ffebb3;
	text-align: justify;
	font-family: book antiqua, georgia, times new roman, serif;
	font-size: 14px;
	font-style: italic;
	}

#articles blockquote {
	margin: 10px;
	border: 0;
	color: #7d79b1;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	}
#articles blockquote a {
	color: #2d6482;
	}
#articles ol {
	list-style: inside;
	}
#articles .breadcrumb ol li {
	float: left;
	margin-right: 15px;
	}
	
.rule {
	border-bottom: 1px #e3b535 dotted;
	height: 0px;
	margin: 10px 10%;
	}