* {
	margin: 0;
	padding: 0;
	}

article, aside, figure, footer, header, nav, section {
	display: block;
	}

body {
	background: url(../images/background.png) repeat;
	overflow: hidden;
	}

a {
	border: 0;
	outline: 0;
	}

a:active, a:visited {
	text-decoration: none;
	}

nav {
	position: absolute;
	top: 82px;
	left: 98px;
	z-index: 2;
}

#home-wrap {
	position: relative;
	padding-top: 200px;
	margin: 0px auto;
	width: 400px;
	height: auto;
}

#nav-home {
	position: relative;
	float:left;
	padding-left: 33px;
	z-index: 3;
}

nav ul, #nav-home ul {
	list-style-type: none;
	font: 14px Georgia, Times New Roman, Times, serif;
	margin: 0;
}

nav ul li, #nav-home ul li {
	display:inline;
}

nav ul li a, #nav-home ul li a {
	text-decoration:none;
	color:#666;
	margin-right: 19px;
}
nav ul li a:hover, #nav-home ul li a:hover {
	text-decoration:underline;
	color: #333;
}

h1 {
	font: 16px Georgia, Times New Roman, Times, serif;
}

.bodyCopy {
	font: 13px Georgia, Times New Roman, Times, serif;
	line-height: 16pt;
	color:#333;
}

.whiteBorder {
	border: 10px solid white;
}

#drape {
	position: absolute;
	top: 0;
	right: 0;
	width: 760px;
	height: 100%;
	z-index: 1;
}

.fill {
	width: 100%;
	height: 100%;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	position:absolute;
	width:345px;
	height:45px;
	top:35px;
	left:65px;
}

#logo-home {
	background: url(../images/logo.png) no-repeat;
	position:relative;
	width:345px;
	height:45px;
	margin:0px auto;
}

#sideBar {
	float:left;
	width:280px;
}

#sideBar a:link, #sidebar a:active, #sidebar a:visited {
	text-decoration: none;
}

#sideBar a:hover {
	text-decoration: underline;
}

.shadow {
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
  
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
}

#mainContent {
	position: relative;
	width:500px;
	float: left;
	z-index: 2;
}

#mainContent a:link,
#mainContent a:visited {
	color:inherit;
}

#wrapper {
	position: relative;
	margin: 135px auto;
	width: 860px;
	padding-left: 100px;
}

#sv-container {
	position: absolute;
	width: 100%;
	height: 600px;
	top: 75px;
	left: 87px;
	z-index: 1;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

footer .copyright {
	padding-top: 75px;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
}

#figures {
	background: url(../images/figures.png) no-repeat;
	position: fixed;
	bottom: 0;
	right: 75px;
	width: 400px;
	height: 300px;
	z-index: 1;
}

#base {
	position: relative;
	left: 0;
	bottom: 0;
	padding: 0px 100px;
	height: 100px;
}

#base .column {
	position: relative;
	float: left;
}

#base-fill {
	background: url(../images/footer-fill.png) repeat-x;
	width: 100%;
	height: 100px;
}

#base-left {
	background: url(../images/footer-left.png) no-repeat;
	width: 100px;
	height: 100px;
	right: 100px;
	margin-left: -100%;
}

#base-right {
	background: url(../images/footer-right.png) no-repeat;
	width: 100px;
	height: 100px;
	margin-right: -100%;
}
