/* Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #6c6c6c;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 960px;
}
.wrapper {
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
div.darkbg {
	background-color: #444444;
}
#header {
	background-color: #6c6c6c;
}
#header #logo {
	width: 359px;
	margin: 0;
	padding: 0;
}
#header #links {
	width: 571px;
	float:right;
	margin: 0;
	padding: 0;
}
#maincontent {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px;
}
div.darkborder {
	height: 20px;
	background-color: #414141;
	width: 100%:
}
#copy {
	width: 682px;
}
#sidebar {
	float: right;
	width: 218px;
	color: #FFFFFF;
}
.clearing {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}
#footer {
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	text-align: center;
	background-color: #6c6c6c;
}
#footer p {
	margin: 0;
}
p {
	margin-top: 0px;
}

/* Links */
a {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;;
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#000066;
	text-decoration: none;
}

#sidebar a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

/* Text Styling */
.padded16 {
	padding: 16px;
}

h1 {
	margin-top: 0px;
	font-size: 20px;
}

h2 {
	margin-top: 0px;
	font-size: 16px;
	border-bottom: 1px dotted #444444;
}
#sidebar h2 {
	display: block;
	background: #888888;
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 8px;
	font-size: small;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.red {
	color: #CC0000;
}

/* Portfolio Page */
.portfoliotext {
	padding: 0px 16px 16px 16px;
}
.portfoliotext h2 {
	margin-bottom: 0;
	padding-top: 10px;
}
.portfoliotext .subheading {
	margin: 0 0 1em 0;
	padding: 0;
}
div.portfolioitem {
	background-color: #cfcba9;
	border: 1px dotted #000;
	padding: 12px;
	margin-bottom: 16px;
}
div.portfolioitem img {
	border: 0;
}

/* Testimonials Page */
div.testimonial {
	background-color: #cfcba9;
	border: 1px dotted #000;
	padding: 12px;
	margin-bottom: 16px;
}
div.testimonial p.customer {
	text-align: right;
	font-style: italic;
	margin-right: 50px;
	margin-bottom: 0;
}
img.testimonialimage {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

/* Images */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.marginbottom {
	margin-bottom: 16px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centertext {
	text-align: center;
}