body {
	margin: 0px;
}
#container {
	position:absolute;
	width:780px;
	left:50%;
	top:0px;
	margin-left:-390px;
}
#header {
	position:relative;
	width:780px;
	height:250px;
	
}

#main {
	position:relative;
	width:780px;
	font-size:12px;
	font-family:verdana;
}

.hide {
	display:none;
}
.show {
	display:block;
}

#main #content {
	background-color:white;
	position:relative;
	width:780px;
	color: rgb(120, 120, 120);
}
#main #content #logoText {
	position:relative;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
#main #content #mainLogo {
	position: relative;
	text-align: center;
}

a {
	text-decoration: none;
	color: rgb(120, 120, 120);
	font-weight: bold;
}

a:visited {
	color:rgb(120,120,120);
}
a:hover {
	color:black;
}
a:active {
	color:black;
}
#main #content p {
	line-height: 1.25em;
}

#footer {
	font-family:verdana;
	font-size:10px;
	color:rgb(120,120,120);
	text-align:center;
	width:780px; 
	padding-bottom: 10px;
	padding-top: 30px;
	clear: both;
}
p {
	margin:0px;
}
