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

body  {
	margin: 0;
	padding: 0px;
	text-align: center;
	color: #000000;
}

.sw #container { 
	height: 657px;
	width: 1161px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/bg.png);
} 

.sw #titleblock {
	float:right;
	text-align:right;
	position:relative;
	top: 230px;
	right: 50px;
	height: 100px;
	width: 450px;
	background: url(../images/headerbg.png) no-repeat;
}

.sw #links {
	float: left;
	position: relative;
	top: 230px;
	left: 50px;
}

.sw #links img {
	margin: 0 20px 0 0;
	border: none;
}

.sw #about {
	float: left;
	position: relative;
	top: 350px;
	left: -115px;
	text-align: center;
	width: 600px;
	
}

.sw #photo {
	float: right;
	position: relative;
	top: 210px;
	left: -40px;
}

h1 {
	font-family: "Gill Sans Light", "Gill Sans", "Lucida Grande";
	color: #303030;
	font-size: 36pt;
	display: none;
}

h2 {
	font-family: "Gill Sans Light", "Gill Sans", "Lucida Grande";
	font-size: 14pt;
	color: #303030;
	display: none;
}

p {
	font-family: "Verdana";
	font-size: 10pt;
	color: #303030;
}

A:link {text-decoration: none;
}

A:visited {text-decoration: none;
}

A:active {text-decoration: none;
}

A:hover {text-decoration: none;
}

