* {
	margin: 0;
	padding: 0;
	border: 0;
} 
body {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	background: #fff url(../img/bg-body.jpg) center top no-repeat;
} 
h1 { 
	font-size: 36px;
	font-style: italic;
	height: 44px;
	padding: 20px;
	color: #fff;
	background: #000 url(../img/bg-h1.jpg) no-repeat;
	text-align: left;
}
h2 { 
	font-size: 16px;
	color: #444;
	text-align: left;
} 
p {
	font-size: 12px;
	color: #fff;
} 
a {
 	color: #fff;
	text-decoration: none;
} 	
a:hover {
 	color: #fff;
	text-decoration: underline;
} 
#outer-wrapper { 
 	width: 700px;
	margin: 100px auto 30px auto;
} 
#inner-wrapper { 
 	width: 698px;
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	text-align: left;
} 
#left { 
 	width: 470px;
	float: left;
	padding: 5px 0 0 20px;
} 
#left a {
	float: left;
	margin: 15px 40px 0 0;
	height: 143px;
	line-height: 0px;
	text-decoration: none;
}
#left a img {
	margin: 0 20px 0 0;
	float: left;
}
#left a strong { 
	color: #333;
	display: block;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: -1px;
}
#left a em { 
	color: #246084;
	display: block;
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
	line-height: 40px;
	letter-spacing: -1px;
}
#left a small { 
    text-decoration: none;
	color: #777;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#left a:hover  strong, #left a:hover em, #left a:hover small { 
	color: #999999;
}
#right { 
 	width: 198px;
	float: right;
	padding: 10px 10px 0 0;
}
#right img {
	margin: 10px 0 0 0;
	padding: 3px;
	border: 1px solid #aaa;
} 
#clearer { 
	clear: both;
	padding: 15px 0 0 0;
}	