﻿html
{
	background-color:#FFFFFF;
	overflow: scroll;
}

body 
{
	font-size: 10px;
	font-family: Verdana;
	color: #969696;
	
	/*background-image: url(Images/BackTexture.png);
	background-repeat:no-repeat;*/
}

#Home
{
	width:512px;
	text-align:center;
	margin:64px auto;
	padding:0px;
}

#Navigation
{
	width:512px;
	/*text-align:center;*/
	margin:64px auto;
	padding:0px;
}

#Profile 
{
	width:512px;
	/*text-align:center;*/
	margin:64px auto;
	padding:0px;
}

#Item 
{
	width:512px;
	/*text-align:center;*/
	/*margin:64px auto;
	padding:0px;*/
	background-color:#858585;
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF;
	/*background-image: url(Images/RustyBackGround.png)*/
}

#BBS 
{
	width:512px;
	/*text-align:center;*/
	margin:64px auto;
	padding:0px;
}

#Links
{
	width:512px;
	/*text-align:center;*/
	margin:64px auto;
	padding:0px;
}

#Junk
{
	width:512px;
	/*text-align:center;*/
	margin:64px auto;
	padding:0px;
}

#Timeline
{
	width: 2500px;
}

#RustyBackground
{
	background-image: url(Images/RustyBackground.png);
	height: 64px;
}

a:link 
{ 
	color: #969696;
	font-weight:bold;	
}

a:visited
{
	color: #969696;
	font-weight:bold;
}

iframe {
/*overflow: hidden;*/
/*overflow: auto;*/
overflow-x: hidden;
} 

/*Modal Popup*/
.modalBackground {
	background-color:#FFFFFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;

}

.modalPopup {
	background-color:#858585;
}