body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg1.jpg) repeat-x;
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited {
color: black;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #848e97;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	margin-top: 0;
}



#page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border: green 0px dashed;
}

/* Content */
#homecontent {
	width: 760px;
	float: left;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
}

#header {
height: 320px;
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#headerleft {
float: left;
width: 380px;
background: redx;
height: 160px;
padding-top: 140px;
background-image:url(images/headerleft.jpg);
line-height: 22px;
color: white;
}

#header h2 {
color: white;
}

#header a {
color: #000000;
}

#headerright {
float: left;
width: 380px;
padding-top: 0px;
background-image:url(images/bg1.jpg);


background: bluex;
height: 320px;
}



#logo {
	float: left;
	padding: 90px 0 0 0;
}


	#main {
	clear: both;
	width: 760px;
	background-color: pinkx;
	border: 0px orange dotted;
			margin-top: 25px;

	}
			
	#mainleft {
		width:285px;
		float:left;
		background:orangex;
		padding-bottom:10px;
		padding-left: 10px;
		padding-right: 5px;
		background-image:url(images/mainside.jpg);
		background-repeat: no-repeat;
			font-size: 11px;

		}
		
	#maincenter {

		width:185px;
		float:left;
		background:redx;
		padding-bottom:10px;
			padding-left: 10px;
			padding-right: 5px;
		background-image:url(images/mainside.jpg);
		background-repeat: no-repeat;
		font-size: 11px;
		}
	
	#mainright {
		width:245px;
		float:left;
		background:yellowx;
		padding-bottom:10px;
			padding-left: 10px;
			padding-right: 5px;
		background-image:url(images/mainside.jpg);
		background-repeat: no-repeat;
		font-size: 11px;
		}
	


		
ul {
list-style: square;
}

li {
margin-left: -25px;
margin-bottom: 7px;

}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gifx) repeat-x;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
}

.clearfooter {
height: 40px;
clear: both;
}

