/* Scot Sloan photography and geneology webpage css*/
body.main{
	background-color: black;
	margin:0px 5px 0px 1px;
}
/* Background Images*/
div.banner{
	width:99.%;
	/*border:1px solid yellow;*/
	position: absolute;
	top:2px;
	right: 0.01%;
	left:0.01%;
	
}
img.bann{
	Top: 2px;
	width:98.90%;
	/*height:99.60%;*/
}
div.centercontent{
	position:absolute;
	top: 30%;
	left: 19.5%;
	text-align:center;
	/*border:1px solid blue;*/
	width:60%;
	color: white;
	font-weight: 400;
	padding: 10px 10px 10px 10px;
}
div.footer{
	/*position:absolute;*/
	/*top: px;
	/*border:1px solid blue;*/
	/*width: 99%;*/
	color: white;
	text-align: center;
	font-weight: 200;
	font-size: 15px;
	}
div.leftframe{
	/*border: 1px solid green;*/
	position:absolute;
	top:25%;
	bottom:0.5%;
	left:2px;
	width: 13%;
	height:100%;
}
div.rightframe{
	/*border: 1px solid blue;*/
	position:absolute;
	top:25%;
	bottom:0.5%;
	left: 85%;
	width: 13%;
	height:100%;
}
/*img.inuska{
	position: absolute; 
	left:1px;
}
img.geneaology{
	position: absolute; 
	right:3px;
}*/
/* Hyperlink: formatting mainbody of the page*/
a:link{
		color: #1d35ea;
		font-weight: 600;
		font-size: 1em;
		/*font-family: Verdana, Helvetica;*/
		text-decoration: underline;
}
a:visited {
		color: #1d35ea; 
		font-weight: 600;
		font-size: 1em;
		/*font-family: Verdana, Helvetica;*/
		text-decoration: underline;
}
a:hover {
		color: #1d35ea; 
		font-weight: 600;
		font-size: 1em;
		/*font-family: Verdana, Helvetica;*/
		text-decoration: underline;
}
a:active {
		color: Yellow;
		font-weight: 600;
		font-size: 1em;
		/*font-family: Verdana, Helvetica;*/
		text-decoration: underline;
}
/* Hyperlink: navigation section of the page*/
/*a.n:link{
		color: white; 
		font-size: 10px; 
		letter-spacing: 1px; 
		word-spacing: 1px; 
		font-weight: 600;
}
a.n:visited {
		color: white; 
		font-size: 10px;
		text-decoration: none;
		letter-spacing: 1px;
		word-spacing: 1px;
		font-weight: 400;
}
a.n:hover {
		color:#FF00CC; 
		background-color: #000000;
		font-size: 10px;
		text-decoration: underline;
		letter-spacing: 1px;
		word-spacing: 1px;
		font-weight: 400;
}
a.n:active {
		color: Yellow; 
		font-size: 10px;
		letter-spacing: 1px;
		word-spacing: 1px;
		font-weight: 400;
}
/* Hyperlink: copyright section of the page*/
/*a.crlink:link {
		color: #FFA500; 
		font-size: 9px;
		letter-spacing: 1px;
		word-spacing: 1px;
}
a.crlink:visited {
		color: #FFA500; 
		font-size: 9px;
		letter-spacing: 1px;
		word-spacing: 1px;
}
a.crlink:hover {
		color: #FF00CC; 
		font-size: 9px;
		text-decoration: underline;
		letter-spacing: 1px;
		word-spacing: 1px;
}
a.crlink:active {
		color: Yellow; 
		font-size: 9px;
		letter-spacing: 1px;
		word-spacing: 1px;
}
/*Copyright and bottom info */
/*.copyright	{
		color: #FF00CC; 
		font-size: 9px;
		font-family: Verdana, Helvetica; 
		letter-spacing: 1px;
		word-spacing: 1px;
		font-weight: normal;
}*/