/*
css for Dels Web design co
*/

body {
	background-color:#FFF;
	background-image:url(images/bg.jpg);
}



#container1 {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}

#nav {
	
	margin-left:10px;
	position:absolute;
	top:170px;
}

#nav {
	list-style:none;
}

#form {
	position:absolute;
	top:150px;
}

#header {
	width:860px;
	height:100px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	color:#990;
	border-left:;
	border-right:;
	border-color:#000;
	padding:25px;
}

h2 {
	color:#990;
	text-align:left;
}

#phone {
	
}
	

#title {
	float:left;
}

.logo {
	text-align:center;
	position:absolute;
	top:10px;
	right:0px;
}

hr {
	width:85%;
	text-align:center;
}

#wrapper {
	background-color:#FFF;
	width:980px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-left:;
	border-right:;
	border-color:#000;
	padding:5px;
}

.contentleft {
	width:330px;
	margin-left:120px;
	text-align:justify;
	border-right:solid 1px;
	padding-right:20px;
}

.contentcenter {
	width:610px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.contentright {
	width:450px;
	position:absolute;
	top:0px;
	left:500px;
	text-align:left;
}

#greet {
	color:#000;
	font-size:large;
}

img {
	border:none;
}

