html{
height:100%;
}
body{
	background-color:#f4f4f4;
	height:100%;
	margin-top:0px;
}

a:link { color: #694f78 ; text-decoration: none }
a:active { color: #694f78; text-decoration: none }
a:visited { color: #694f78; text-decoration: none }
a:hover { color: #000000; text-decoration: underline }

.content {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size:12px;}
.copyright {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size:10px;}


#wrapper {
	width: 950px;
	height: 879px;
	margin:auto;
}
#maincontainer {
	width: 950px;
	margin: auto;
	height: 879px;
}
#header { 
	width: 950px;
	height: 186px;
	margin: auto;
}
#content {
	width: 950px;
	height: 577px;
	margin: auto;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
}
#slideshow {
	width: 950px;
	height: 577px;
	margin: auto;
}
#text {
	width: 504px;
	height: 577px;
	margin-left: 63px;
}
#nav {
	width: 950px;
	height: 116px;
	margin: auto;
}
#footer {
	width:950px;
	height:auto; 
	margin:auto;
	clear: both;
	padding-top:15px;
}
