/* CSS Document */

body{
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
}

table{
	width:100%;
	}
th{
	border-bottom:1px solid white;
	}




#flashcontent {
		margin-top:0px;
		margin-bottom:50px;
		width:600px;
		height:750px;
	}

#content_container{
	width:775px;
	padding-bottom:1px;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid white;
	}
	
#banner-home{
	width:773px;
	height:486px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	background-image:url(images/ScriverHome.jpg);
	background-repeat:no-repeat;
	border-top:1px solid rgb(15, 17, 48);
	border-left:1px solid rgb(15, 17, 48);
	border-right:1px solid rgb(15, 17, 48);	
}

#banner{
	width:773px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid white;
}

#logo{
	float:left;
	margin-top:400px;
	margin-left:30px;
}

#logo-main{
	float:left;
	margin-top:115px;
	margin-left:30px;
}
	
#nav{
	width:760px;
	height:20px;
	margin-top:10px;
	text-align:right;
}

#content{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#footer {
	clear: both;
	padding:;
	margin-top:;

}

#copyright{
	width:750px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	}
	
#picture-left{
	float:left;
	width:200px;
	padding:4px;
	margin-right:10px;
	border:1px solid white;
}
#picture-right{
	float:right;
	width:200px;
	padding:4px;
	margin-left:10px;
	border:1px solid white;
}

#small-photo {
	padding:5px;
	margin-bottom:5px;
	border:1px solid black;
}

/* Text Styles */

.logo{
font-family:Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: white;
}

.nav{
font-family:Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: white;
text-align:right;
}
.nav a:link {color: white;text-decoration:none;}
.nav a:visited {color: white; text-decoration:none;}
.nav a:active {color: white}
.nav a:hover {color: black;text-decoration:underline;}

.content{
	font-family:Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: white;
	text-align:right;
	line-height: 15px;
}
.content a:link {color: white;text-decoration:none;}
.content a:visited {color: white; text-decoration:none;}
.content a:active {color: white}
.content a:hover {color: white;text-decoration:underline;}


.copyright{
font-family:Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
color: white;
text-align:right;
}

.h1{
	font-family:Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: white;
}	
.h2{
	font-family:Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: white;
}	

.hsuper{
	font-family:Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: rgb(185,102,36);
}		
