/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

body{
	margin:0;
	background:#FFF url(../../images/bg.jpg) repeat-x;
}

.wrapper{
	margin:0 auto;
	padding:0;
	width:806px;
	text-align:left;
	background:url(../../images/middle.jpg) repeat-y;
}

.header{
	margin:0;
	padding:0;
	width:806px;
	height:135px;
	background:url(../../images/header.jpg) no-repeat;
}

.copy{
	margin:0 60px;
	text-align:left;
	font:normal 16px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height:25px;
}

.footer{
	margin:0;
	padding:0;
	width:806px;
	height:101px;
	background:url(../../images/footer.jpg) no-repeat;
}

.footnote{
	margin:0 auto;
	padding:10px 0;
	color:#666;
	width:806px;
	font:normal 11px verdana;
	text-align:center;
}

.footnote a:link, .footnote a:visited, .footnote a:active{
	color:#0000FF;
	text-decoration:none;
	font:normal 11px verdana;
}

.footnote a:hover{
	text-decoration:underline;
}

.small{
	font:normal 12px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height:16px;
}

a:link, a:visited, a:active{
	color:#0000FF;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.copy h2{
	margin:25px 0;
	text-align:center;
	color:#cc0000;
	font:bold 24px georgia;
	line-height:36px;
}

.copy h3{
	margin:25px 0;
	text-align:left;
	color:#1a1a1a;
	font:normal 18px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height:25px;
}

.copy h4{	
	margin:25px 0;
	text-align:center;
	color:#1a1a1a;
	font:bold 22px georgia;
	line-height:25px;
}

.copy h4 span{
	font:normal 18px georgia;
	line-height:25px;
}

.copy ul{
	list-style:square;
}

.copy p{
	margin:20px 0;
	font:normal 16px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height:25px;
}

.copy p.left{
	text-align:left;
	margin:20px 0;
	font:normal 16px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height:25px;
}
