/* CSS Document */

body {
	background-image: url(images/bg_1px.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#wrap {
	width: 700px;
	border: 1px solid #333333;
	margin: auto;
	background-color: #FFFFFF;
	padding: 30px;
	}

#contact_top {
	width: 760px;
	margin: auto;
	margin-top: 30px;
	padding: 0 0 5px 0;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
	}

#contact_bottom {
	width: 760px;
	margin: auto;
	padding: 5px 0 0 0;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	color: #CCCCCC;
	}

#contact_bottom a{ color: #FFFFFF; text-decoration: none; }
#contact_bottom a:hover { text-decoration: underline; }

#login {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	}

#login a {
	text-decoration: none;
	color: #000000;
	}

#login a:hover {
	text-decoration: underline;
	}

.logo {
	background-image: url(images/duethosting_logo.gif);
	display: block;
	width: 256px;
	height: 57px;
	}

#banner {
	margin: 30px 0 30px 0;
	}

#content { font-size: 12px; width: 480px; float: left;}
#content h2 { font-size: 12px; margin: 0; text-transform: uppercase;}
#content a { color: #333333; text-decoration: none; border-bottom: 1px dotted #333333; }

#content-child { font-size: 12px; width: 700px; }
#content-child h2 { font-size: 12px; margin: 0; text-transform: uppercase;}

.alignright { float: right; }

.testimonial { width: 190px; background-color: #F8D98C; float: right; font-size: 12px;}
.testimonial p { padding: 10px; margin: 0;}
.client-testimonial { font-weight: bold; }

