body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 1024px;
	font-family: Arial, helvetica, sans-serif;
	margin-bottom: 30px;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width: 1024px;
	text-align: left;
	padding: 0px;
	background-color: #32004b;   
}

/**********************************************************/
/*                       Header                           */
/**********************************************************/

#header {
	float: left;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 1024px;
	height: 170px;
	background-color: #32004b;
}

#menu {
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 1024px;
	background-color: #32004b;
}

#menu ul {
	float: left;
	display: block;
	list-style: none;
	font-weight: bolder;
	align: center;
	background-color: #32004b;
	height: 35px;
	width: 944px;
}


#menu li {
	color: white;
	float: left;
	font-size: 13px;
	width: 130px;
	height: 35px;
	margin: 0px;
	text-align: left;
	background-color: #32004b;
}

#menu a:link {
	text-decoration: none;
	font-weight: bolder;
	color: white;
	background-color: #32004b;
}

#menu a:visited {
	text-decoration: none;
	background-color: #32004b;
	color: white;
}

#menu a:hover {
	color: red;
	background-color: #32004b;
}

#menu img {
	border: none;
	vertical-align: middle;
}



/**********************************************************/
/*                    COnTENT HOLDER                      */
/**********************************************************/
#content {
	width: 1024px;
	float: left;
	background-color: #32004b;
	padding-top: 10px;
	font-size: 16px;
	color: white;
}

.red {
	color: red;
	font-style: bold;
}

.big {
	font-size: 22px;
	font-style: bold;
	color: #FFCCF4;
}

/**********************************************************/
/*                      LEFT hand Side                    */
/**********************************************************/

#left {
	float: left;
	width: 190px;
	font-size: 10px;
	text-align: center;
	margin-left: 3px;
	padding-top: 10px;
	color: white;
}


/**********************************************************/
/*                   RIGHT hand side                      */
/**********************************************************/

#right {
	float: right;
	width: 180px;
	text-align: center;
	margin-left: 3px;
	padding-top: 25px;
	font-style: italic;
	color: #cce5ff;
	padding-right: 30px;
}

/**********************************************************/
/*                   MIDDLE                               */
/**********************************************************/


.middle {
	float: left;
	width: 590px;
	text-align: center;
	color: white;
	padding-top: 25px;
}

.middle img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.middle h4 {
	text-align: center;
}

.middle h1 {
	text-align: center;
	color: red;
	margin-bottom: -55px;
	margin-top: -20px;
	font-size: 44px;
}


.clearall {
	clear: both;
}



/********************************************************/
/*                      Footer                          */
/********************************************************/


.footer {
	width: 1024px;
	height: 78px;
	float: left;	
	color: #32004b;
	font-size 22px;
	font-weight: bold;
	text-align: center;
	background-image: url(graphics/footer.jpg);
}


/*********ADVERT*********/
.adwrap {
	float: right;
	background-color: #32004b;
	width: 1024px;
}

.adtext {
	float: right;
	color: #cc6600;
	margin-top: 10px;
	height: 50px;
}

.adtext a {
	color: #cc6600;
}

.adimg img {
	float: right;
	border: 0px;
	display: inline;
	margin-left: 10px;
}