@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border: 0px;
}

body {
	margin: 0 auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color: #fff;
	position: relative;
}

p {
	text-align: left;
	font-size: 12px;
	color: #b5792e;
	line-height: 1.2;
}

h1 {
	text-align: left;
	font-size: 15px;
	color: #b5792e;
}
h3 {
	text-align: left;
	font-size: 14px;
	color: #5b320b;
}

a:link, a:visited {
	color: #5b320b;
}

a:hover, a:active {
		color: #b5792e;
}	



/*--------------------------------------------------*/

#wrapper {
	width: 800px;
	height: 900px;
	margin: 0 auto;
	background-color: #FFFFE7;
}

#rightText {
	width: 430px;
	position: absolute;
	top: 250px;
	left: 310px;
}

.darkText {
	color: #5b320b;
	font-weight: bolder;
}

#list {
	width: 200px;
	position: absolute;
	top: 220px;
	;
	left: 80px;
}

#list img{
	padding-top: 25px;
}

#email {
	width: 200px;
	position: absolute;
	top: 614px;
	left: 80px;
	font-size: 14px;
	font-weight: bolder;
	color: #5b320b;

}

#phone {
	width: 230px;
	position: absolute;
	top: 765px;
	left: 514px;
	color: #5b320b;
	font-size: 14px;
	text-align: right;
}
#phone p {
	color: #5b320b;
	font-weight: bolder;
		text-align: right;
	}

