/* CSS Document */

@import url("textformat.css");
@import url("mainzone.css");


body {
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
}

/*  Position of the webpage  */
#wrap {
	position: relative;
	margin: auto;
	width: 770px;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#wrapper {
	width: 770px;
	height: auto;
	position: relative;
	background-color: white;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ################ DIV that contains the logo the quick menu and the hosting add ###############*/
#banner {
	background: white url(../images/ehoster_logo.jpg) left no-repeat;
	width: 770px;
	height: 219px;
	float: left;
}

#topTXT {
	width: 620px;
	height: auto;
	position: relative;
	float: right;
	padding: 15px 0 0 0;
}

#txtwelcome {
	width: 410px;
	position: relative;
	float: left;
	padding: 50px 0 0 0;
}

#addHosting {
	background: white url(../images/add_hosting.jpg) no-repeat;
	width: 210px;
	height: 146px;
	position: relative;
	float: left;
}

/* ################ DIV that contains the menu and the changing content ###############*/
#centerPage {
	width: 770px;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#wrapMenu {
	width: 140px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	float: left;
}
/* ###### DIV changing content ######*/
#mainZone {
	width: 621px;
	height: 100%;
	position: relative;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}


#wrapFooter {
	width: 770px;
	height: 100%;
	position: relative;
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
	border-top: 1px #336699 solid;
}

#footLeft {
	width: 385px;
	position: relative;
	float: left;
}

#footRight {
	width: 385px;
	position: relative;
	float: left;
}
