
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(images/bg.png);
}
#container {
	width:902px;
	margin:0 auto;
}
#header_holder {
	background-image:url(images/ribbon.png);
	background-repeat:repeat-x;
	height:175px;
}
#header {
	background-image:url(images/header.png);
	width:902px;
	height:175px;
	margin:0 auto;
}
#middle {
	width:862px;
	padding: 0 20px;
	background-image:url(images/plate.png);

}
#main {
	width:902px;
	margin-bottom:20px;
}
img{
	border:0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:20px;
	padding:10px;
}
h1{
		font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333;
	padding:0 10px;
}
h2{
		font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	padding:0 10px;
	font-weight:normal;
	padding-bottom:20px;
}
#footer_holder{
	background-image:url(images/footer_ribbon.png);
	height:376px;
}
a{
	color:#333;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
#footer{
	background: url(images/footer.png) no-repeat scroll 50% 0;
	margin:0 auto;
	height:376px;
}
.right{
	float:right;
	clear:both;
}
.walker p{
	line-height:12px;
}
.walker{
	width:142px;
	display:inline;
	text-align:center;
	float:left;
	clear:right;
}
.walker img{
	padding:10px;
	background-color:#FCF;
	border:#333 solid 1px;
}
.walker img:hover{
	background-color:#F9C;
}
.clear{
	clear:both;
}
.center{
text-align:center;
}
