/* CSS Document */

body {
	background-image: url(imagefiles/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #DABC8A;
	margin: 0px;
	padding: 0px;
}

#frame {
	border: 5px double #BF9157;
	margin: 0px;
	padding: 0px;
	width: 810px;
}

#header {
	background-image: url(imagefiles/logo.jpg);
	height: 250px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#host {
	background-image: url(imagefiles/hosting.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 420px;
	width: 270px;
	margin: 0px;
	padding: 0px;
}

#service {
	background-image: url(imagefiles/services.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 420px;
	width: 270px;
	margin: 0px;
	padding: 0px;
}

#design {
	background-image: url(imagefiles/web.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 420px;
	width: 270px;
}

#hostingframecenter {
	width: 100%;
}

#hostingcenter {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

#menu {
	padding: 0px;
	text-align: center;
	vertical-align: center;
}

