@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #32240C;
	line-height: 1.5em;
}
a:link {
	color:#C42617;
}
a:hover {
	color: #687ABB;
}
a:visited {
	color:#C42617;
}
a:active {
	color: #687ABB;
}
h2 {
	font-size: 1.2em;
	line-height: 2.3em;
	color: #34260b;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #34260b;
	text-indent: 10px;
	background-image: url(header2/tablebgSummer.jpg);
	background-repeat: no-repeat;
	}
	
#wrapper {
	position: relative;
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	border: thin dotted #CCCC99;
	padding-bottom: 15px;
}
#clear {
	clear: both;
}
#header {
	position: relative;
	height:198px;
}
#header table {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 780px;
	height:198px;
}
#welcome {
	float: left;
	width: 490px;

}
#welcome h2 {	
	padding-left: 2px;
}
#welcome p {
	padding-left: 2px;

}
input {
width: 185px;
}
/* reset width for non-text inputs */
input.radio, input.checkbox, input.submit, input.dropdown {
width:auto;
}
/* display labels next to form elements add a class for when you want them to stack */
label {
	float: left;
	margin-right: 1em;
	}
label.top {
	display: block;
	float: none;
	}
#contact {
	float: right;
	width: 270px;
	margin-right: 10px;	

}
#contact h2 {
	padding-left: 0px;
}
#samples {
	float: right;
	width: 270px;
	margin-right: 10px;	

}
#samples h2 {
	padding-left: 0px;
}
#design {
	float: left;
	width: 490px;

}
#design h2 {	
	padding-left: 2px;
}
#design p {
	padding-left: 2px;

}
#updates {
	float: left;
	width: 490px;

}
#updates h2 {	
	padding-left: 2px;
}
#updates p {
	padding-left: 2px;

}
#hosting {
	float:left;
	width: 490px;
	}
#hosting h2 {	
	padding-left: 2px;
}
#hosting p {
	padding-left: 2px;

}
#hosting table {
	font-size: .7em;
	font-family:Arial, Helvetica, sans-serif;
	}

#footer {
	font-size: 0.6em;
	line-height: 2em;
	color: #0006;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;	
}

