#layout {
	background-image: url(images/bg5.jpg);
	background-repeat: repeat-x;
}


#body {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: ##EEEADC ;
}

h1, h2, h3, p {
	font: Arial;
	color: #595959;
	padding: 10px 6px 5px 4px;
	align: justify;
	margin: 0;
}
h1 {
	font-size: 14px;
	style: strong;	
	font-weight: normal;
	letter-spacing: -1px;
		color: #666666;
}
h2 {
	font-size: 11px;
	color: #CCCCCC;
}
p{
	font-size: 12px;
	font-weight: normal;	
}
.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	 
	text-decoration:none;
	font-size:14px;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

