/* CSS Document */

body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 10px;
	}
	
h1 {
	font-size: 15px;
	font-weight: bolder;
}	
	
p, td, div, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: left;
	} 
	
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
	} 
	
	
#container {
	width: 800px;
	height: 608px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
	background-color: #000000;
	}	
	#title {
		position: relative;
		left: 70px;
		top: 5px;
		width: 700px;		
		background-image: url(../img/spi_logo.gif);
		background-position: right;
		background-repeat: no-repeat;
		color:#FFFFFF;
		font-size: 65px;
		height: 100px;
		vertical-align: top;
		}

.bar {
	position: relative;
	left: 0px;
	top: 0px;
	height: 9px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	background-image: url(../img/bar.gif);
}

#main {
	position: relative; 
	left: 0px;
	top: 0px;
	height: 440px;
	width: 800px;	
	background-color: black;
}

#main_nav {
	float: left;
	height: 440px;
	width: 130px;
	background-color: #999999;
}

#main_pic_container {
	float: left;
	height: 440px;
	width: 297px;
	border-right: #999999 solid 3px;
	background-image: url(../img/21.jpg);
}

#main_text {
	float: left;
	height: 440px;
	width: 370px;
}

#main_text_top{
	height: 320px;
	padding: 10px;
	overflow: auto;
}
#main_text_bottom{
	height: 100px;
	text-align: center;
	background-image: url(../img/logos.gif);
	background-position:center;
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	left: 0px;
	top: 0px;
	height: 50px;	
	background-color: #000000;
}
#footer2{
	position: absolute;
	left: 15px;
	top: 17px;
	width: 300px;
	height: 15px;
}
#footer3{
	position: absolute;
	right: 9px;
	top: 12px;
	width: 300px;
	height: 15px;
	text-align: right;
}


a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: underline;
}

.linkbox {
	width: 116px;
	margin: 1px;
	border: #CCCCCC solid 1px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.linkbox:hover {
	background-color: #CCCCCC;
}

