#navigation ul {
		list-style-type:none;
		height:			20px;
		padding:		0px 0px;
		margin:			0px;
}
#navigation li {
		float:			left;
}
#navigation a {
		display:		block;
		margin:			0px;
		padding:		10px 0px;
		width:			198px;
		height:			20px;
		background-color: #444;
		color:			white;
		border:			1px solid #555;
		
		text-align:		center;
		text-decoration:none;
}
#navigation a:hover {
		background-color: #111;
}

#page {
		width:  		800px;
		padding:        0px;
		padding-bottom: 5px;
		margin:			20px;
		margin-left:	auto;
		margin-right:	auto;
		background-color: #fff;
}

#intro {
		clear:			both;
		margin:			0px;
		padding: 		0px;
		height:			180px;
		background-color: #444;
}
#intro img {
		position:		relative;
		left:			80px;
		top:			30px;
		width:			120px;
		height:			120px;
}
#intro div {
		display:		inline;
		position:		relative;
		left:			100px;
		top:			-60px;
		color:			white;
		font-size:		36px;
		font-weight:	normal;
		width:			440px;
		height:			110px;
		padding:		20px 20px;
}
#intro ul {
		color:			#444;
		position:		relative;
		left:			350px;
		top:			-55px;
		height:			35px;
		width:			220px;
		padding:		5px;
		font-size:		14px;
		list-style-type:none;
}
#intro div div {
		position:		absolute;
		left:			20px;
		top:			80px;
		height:			35px;
		width:			440px;
		padding:		0;
		font-size:		32px;
}

#content {
		padding: 		0px 0px;
		margin: 		20px 80px;
/*		background-color: #BBB;*/
}

#left {
		float:  		left;
		width:  		315px;
		padding:        0px;
		padding-right: 	5px;
		margin:			0px;
/*		background-color: #AAA;*/
}
#right {        
		float:  		left;
		width:  		315px;
		padding:        0px;
		padding-left: 	5px;
		margin:			0px;
/*		background-color: #AAA;*/
}

#footer {
        clear:			both;
		font-size: 		12px;
		text-align:		center;
		margin: 		20px 80px;
}
#footer div {
		vertical-align:	middle;
		line-height:	16px;
}
#footer a {
		text-decoration:none;
		color: 			#000;
}

body    {
		font-family:	arial, sans-serif;
		line-height:	120%;
		margin: 		0px;
		padding:		0px;
		background-color:#EEE;
}
a img {
		border-style:	none; 
}