body {
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat;
}

#header h1 {
	float: left;
	padding: 25px 0 0 20px;
	letter-spacing: -3px;
	font-size: 3.4em;
}

#header h2 {
	float: right;
	padding: 43px 20px 0 0;
	letter-spacing: -1px;
	font-size: 2em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#left {
	float : left;
	width : 110px;
	color : #ffffff;
	background : #000000;
	text-align : left;
	font-size: 0.8em;
	margin-left : 3px;
	margin-right : 5px;
	margin-top : 0;
}



#center {
	float: center;
	witdh: 700px;
	color : #ffffff;
	background : #000000;
	text-align : left;
	margin-left : 128px;
	margin-right : 125px;
	margin-top : 0;
}

#right {
	float: right;
	witdh: 125px;
	color : #ffffff;
	background : #000000;
	text-align : center;
	font-size: 0.9em;
	margin-left : 0px;
	margin-right : 6px;
	margin-top : 0;
}


/* Footer */

#footer {
	width: 1004px;
	font-size: 1em;
	color: #FFFFFF;
}
#footer a {
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.7em;
	
}
