/*page1 css used for pages right after index*/

body {	
	background-color:black;
	align:center; 	
}


#container {
	background-color: black;
	align: center;
	margin: 15px auto;
	padding: 0px;
	width: 798px;
}


#main {
	text-align: center;
	font-size: 10pt; 
	font-family: georgia, serif; 
	color: rgb(255,255,255);
	letter-spacing: 2; 
	width: 798px;
}

#title {
	font-family: Georgia, serif; 
	font-size: 25pt;
	color: rgb(255,255,255);
	line-height: 50px;
	text-align: center;
	width: 798px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

#picture {
	position: absolute;
	width: 200px;
	left: 20px;
	padding:0px;
	margin:0px
}


#words {
	valign: top;
}




#address{
	font-family: Georgia, serif;
	font-size: 10pt;
	color: rgb(255,255,255);
	line-height: 30px;
	text-align: center;
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	width: 798;
}
#site {
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: rgb(255,255,255);
	margin-left: 300px;
}
#in {
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: rgb(255,255,255);
	margin-left: 50px;
}
#in2 {
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: rgb(255,255,255);
	margin-left: 85px;
}


a:link {color: rgb(255,255,255); text-decoration: underline}
a:visited {color: rgb(255,255,255); text-decoration: underline;}
a:hover {color: rgb(12,12,255);}
a:active {color: white; text-decoration: underline;}


