body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 900px;
	background-image: url(graphics/balls.jpg);
	font-family: Arial, helvetica, sans-serif;
	margin-bottom: 30px;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width: 900px;
	text-align: left;
	padding: 0px;
	background-color: #ffffcc;
}

/**********************************************************/
/*                       Header                           */
/**********************************************************/

#header {
	float: left;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 900px;
	height: 200px;
}

#header2 {
	float: left;
	margin: 0px;
	width: 900px;
	height: 45px;
	background-image: url(graphics/header2.jpg);
}




/**********************************************************/
/*                    COnTENT HOLDER                      */
/**********************************************************/
#content {
	width: 900px;
	float: left;
	background-color: #ffffcc;
	padding-bottom: 20px;
}


/**********************************************************/
/*                      LEFT hand Side                    */
/**********************************************************/

#left {
	float: left;
	width: 130px;
	font-size: 10px;
	text-align: center;
	margin-left: 10px;
}


#sidebar ul {
	float: left;
	width: 130px;
	list-style: none;
	font-weight: bolder;
	padding: 0px;
	background-image: url(graphics/sideballs.jpg);
	background-repeat: no-repeat;
	margin: 13px 0px 20px 5px;
}


#sidebar li {
	color: blue;
	float: left;
	font-size: 14px;
	width: 100px;
	height: 26px;
	padding-left: 45px;
	margin-top: 6px;
	text-align: left;
}

#sidebar a:link {
	text-decoration: none;
	font-weight: bolder;
	color: blue;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	color: red;
}


#logos {
	float: left;
	width: 130px;
	margin-top: 30px;
}

#logos img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	border: none;
}

/**********************************************************/
/*                   RIGHT hand side (content)            */
/**********************************************************/

#right {
	float: right;
	width: 720px;
	text-align: center;
	color: red;
}

#right h4 {
	color: blue;
	font-style: italic;
	font-weight: bolder;
}

.content_left {
	float: left;
	width: 470px;
	font-size: 12px;
	text-align: justify;
	color: #363a69;
}

.content_left img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.content_left h3 {
	text-align: center;
	color: red;
}

.ital {
	font-style: italic;
	font-weight: bolder;
}

.content_right {
	float: right;
	width: 210px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	text-align: center;
	color: blue;
	font-style: bold;
}


.clearall {
	clear: both;
}



/********************************************************/
/*                      Footer                          */
/********************************************************/


.footer {
	width: 900px;
	float: left;	
	color: blue;
	font-size 16px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffcc;
}


/*********ADVERT*********/
.adwrap {
	margin-top: 10px;
	float: right;
	background-color: #ffffcc;
}

.adtext {
	float: left;
	color: #cc6600;
	margin-top: 10px;
	height: 50px;
}

.adtext a {
	color: #cc6600;
}

.adimg img {
	float: left;
	border: 0px;
	display: inline;
	margin-left: 10px;
}