/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	background: #ffffff url(../images/background.jpg) repeat-x top left;
	}
	
a { 
	color: #FF0000;
	padding-left: 5px;
	}
	
a:hover {
	color: #666666;
	text-decoration: none;
	}
	
#holder {
	width: 600px;
	margin: 0 auto;
	border: 1px #ffffff solid;
	}
	
#holder div.top {
	width: 600px;
	height: 85px;
	background: url(../images/top.jpg) no-repeat top left;
	}
	
#holder div.middle {
	width: 600px;
	height: 242px;
	background: url(../images/middle.jpg) no-repeat top left;
	}
	
#holder div.middle p {
	width: 250px;
	margin: 0px 0px 0px 330px;
	padding-top: 17px;
	height: 20px;
	text-align: right;
	display: block;
	font-weight: bolder;
	font-size: 14px;
	}
	
#holder div.middle ul{
	text-align: right;
	margin: 5px 20px 0px 0px;
	}
	
#holder div.middle li{
	display: block;
	width: 200px;
	height: 13px;
	border-bottom: 1px #ffffff solid;
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 375px;
	list-style-type: none;
	text-align: right;
	}
	
#holder div.middle li.addy{
	height: 26px;
	}
	
#holder div.bottom {
	width: 600px;
	height: 73px;
	background: url(../images/bottom.jpg) no-repeat top left;
	}
	
#holder div.bottom h1{
	display: block;
	color: #464646;
	width: 600px;
	height: 20px;
	padding: 15px 0px 15px 0px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	text-align: center;
	font-size: 20px;
	background: #f1f1f1;
	}
	
div.footer {
	font-size: 10px;
	color: #666666;
	margin: 0 auto;
	width: 600px;
	}
	
div.footer table{
	width: 600px;
	}
	
div.footer table td{
	width: 300px;
	}
	
div.footer table td a{
	color: #7a7a7a;
	padding: 0px;
	}
	
div.footer table td a:hover{
	color: #FF0000;
	}
	
div.footer table td.left{
	text-align: left;
	}
	
div.footer table td.right{
	text-align: right;
	}
	
	
	
