body {
	font-family: "Century Gothic", Verdana, Arial;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size:12px;
	}

#container {
position: relative;
margin: 0 auto;
width: 800px;
height: 600px;
text-align: center;
padding: 0 0 25px 0;
/*border: thin red solid;*/
}

#header {
width: 800px;
height: 140px;
text-align: center;
margin-bottom: 35px;
/*border: 1px blue solid;*/
}

#menu {
position: absolute;
right: 5px;
top: 67px;
width: 480px;
height: 40px;
z-index: 1;
/*border: thin blue solid;*/
}

#boxes {
/* float: left; */
position: absolute; /*no need to float if you are using absolute positioning */ /* Laith added */
left: 25px; /* Laith added */
height: 378px;
width: 160px;
/*border: solid green thin;*/
}

#boxes .img {
margin-bottom: 17px;
border: 1px none #666666;
}

#content {
	position: absolute;
	left: 208px;
	width: 339px;
	height: 378px;
	text-align: left;
	top: 223px;
}

#content p {
	font: "Century Gothic", Verdana, Arial;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
}


#content .center {
text-align:center;
line-height: 1.25em;
}

#content h1 {
font-size: 13px;
color:#993300;
margin: 0 0 8px 0;
}

#content h2 {
font-size: 14px;
color:#006666;
margin: 0 0 8px 0;
}

#content h3 {
font: "Century Gothic", Verdana, Arial;
	font-size: 1.1em;
	line-height: 1.25em;
	text-align: center;
	font-weight: normal;
	color: #006666;
}

#rotator {
/* float: right; */
position: absolute; /* Laith added */
right: 5px; /* Laith added */
/* width: 254px; */
width: 224px; /* Laith added */
height: 378px;
z-index: 0;
}


#footer {
margin: 0 auto;
font-size: 10px;
color: #ffffff;
width: 800px;
}

#footer a {
color: #ffffff;
text-decoration: none;
line-height: 1.5em;
}

#footer a:hover {text-decoration: underline;}

#footer .img {
float:right;
}

#footerlogos {
margin: 0 auto;
font-size: 10px;
color: #ffffff;
width: 800px;
padding-bottom: 10px;
text-align: center;
line-height: 12px;
}

#footerlogos p {
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

#footerlogos img {
border: 1px #666666 solid;
}
