body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#banner {
	height: 150px;
	width: 100%;
	position: relative;
	background-image: url(../assets/image/tile4.gif);
	background-position: center;
	top: 30px;
}
#content {
	position: absolute;
	width: 76%;
	left: 23%;
	top: 304px;
	height: 4899px;
	background-color: #CCCCCC;
}
#tile1 {
	position: absolute;
	height: 50px;
	width: 76%;
	top: 252px;
	left: 23%;
	background-image: url(../assets/image/tile2.gif);
	background-position: center;
}
#menu {
	position: absolute;
	height: 227px;
	width: 20%;
	top: 277px;
	background-color: #999999;
	left: 1%;
	text-align: center;
}
#tile2 {
	position: absolute;
	height: 25px;
	width: 20%;
	left: 1%;
	top: 252px;
	background-image: url(../assets/image/tile1.gif);
	background-position: center;
}
#side {
	position: absolute;
	height: 100px;
	width: 20%;
	top: 542px;
	background-color: #999999;
	left: 1%;
}
#tile3 {
	background-image: url(../assets/image/tile1.gif);
	position: absolute;
	height: 25px;
	width: 20%;
	top: 516px;	
	left: 1%;
	background-position: center;
}
#foot {
	position: absolute;
	height: 80px;
	width: 100%;
	clear: both;
	top: 5194px;
	background-image: url(../assets/image/tile3.gif);
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
#bookmark {
	position: absolute;
	height: 20px;
	width: 49%;
	top: 0px;
	color: #FFFFFF;
}
#nav {
	position: absolute;
	height: 69px;
	width: 100%;
	top: 180px;
	text-align: center;
}
#foot #css {
	position: absolute;
	height: 15px;
	width: 84px;
	left: 12px;
	top: 20px;
}
#foot #xhtml {
	position: absolute;
	height: 35px;
	width: 90px;
	left: 94px;
	top: 21px;
}
