@charset "UTF-8";
/* CSS Document */

body {background-color:#FFF;
	background-repeat:repeat;
	margin: 0px; 
	padding: 0px; 
	}
	
#container {
	background-color:#FFF;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-15px;
	padding-top:10px;
	}
	
#header {
	background-image:url(sw_head.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	width:auto;
	height:306px;
	margin-top:0px;
	margin-left:25px;
	}
	
.line {
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-bottom-color:#333333;
	width:auto;
	margin:auto;
	}

#main {
	background-color:#FFF;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	padding-left:25px;
	}
	
.chunk {
	margin: 25px 0 50px 25px;
	}
	
#footer {
	height:25px;
	width:1000px;
	background-color:#FFF;
	}
	
p {
	color:#000;
	text-align:left;
	font-weight:100;
	letter-spacing: 2px;
	font-size:11px;
	}
	
h1 {
	color:#000;
	text-align:left;
	letter-spacing:3px;
	font-size:12px;
	}

a:link {
	text-decoration:none;
	color:#000;
	}

a:hover {
	text-decoration:none;
	color:#333;
	}
	
a:visited {
	text-decoration:none;
	color:#666;
	}