@charset "utf-8";
/* CSS Document */
    body {margin:0; padding:0; font-family:etc;
    background: #fff url('images/bg.jpg') center repeat-y;
    margin-left:1px} <= for IE

    html>body {margin:0} <= for other browsers

A.copy:link {text-decoration: none;color: #111111}
A.copy:visited {text-decoration: none;color: #111111}
A.copy:active {text-decoration: none;color: #111111}
A.copy:hover {text-decoration: none;color: #111111}

A:link {text-decoration: none;color: #f2671d}
A:visited {text-decoration: none;color: #f2671d}
A:active {text-decoration: none;color: #f2671d}
A:hover {text-decoration: none;color: #f2671d}

p {margin: 0;}

#wrap{width:960px; margin:0 auto}
#space{height:20px;width:960px}
#header{background:url(images/head.png);height:116px;width:962px}
#links{background:url(images/content.png);background-repeat:repeat-y;height:22px;width:962px; padding-left:1px}
#content{background:url(images/content.png);background-repeat:repeat-y;height:375px;width:950px;padding: 10px 7px 0px 7px}
#footer{background:url(images/foot.png);width:962px;height:34px}

.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	font-size: 40px;
}
.style3 {
	color: #111111;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
