body
{
	margin: 20px;
	padding: 0px;
	background-color: #660000;
	font-family: Georgia;
	font-size: medium;
	color: #CCCCCC;
	text-align: justify;
	/* width: 60%; */
	float: left;
	display: block;
}

h1
{
	margin: 0px;
	font-family: Georgia;
	font-size: xx-large;
	color: #CCCCCC;
	padding-bottom: 63px;
	text-align: left;
}

/* .h1 { text-align: left; } */
/* .h2 { text-align: left; } */

.sidebar
{
	/*width: 30%;*/
	/*top: 10px;*/
	/*position: absolute;*/
	/*left: 63%;*/
	visibility: visible;
	font-family: Georgia;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0 20 20 20;
	line-height: 17px;
	float: right;
	display: block;
}


#picturebox.sidebar
			{
			border-color: #000000;
			border-style: solid;
			border-width: 3px;			
			}


#topbar.sidebar
			{
			text-align: justify;
			width: 30%
			font-family: Georgia;
			font-style: bold;
			font-size: small;
			color: #CCCCCC;
			padding-top: 10px;
			}

.footer
{
	margin: 20px;
	font-family: Georgia;
	font-style: bold;
	font-size: x-small;
	color: #CCCCCC;
	text-align: center;
	width: 100%;
}

.footer2
{
	font-style: bold;
	font-size: small;
}

/* Links Below */

a:link {
	color: #969696;
	background: inherit;
	text-decoration : none; 
	padding : 0;
	margin : 0;
}

a:visited {
	color: #646464;
	background : inherit; 
	text-decoration : none; 
}

a:hover {
	color: #FFFFFF;
	background : none; 
	/*text-decoration : blink;*/ 
}

a:active {
	color: #4B4B4B;
	background : inherit; 
	text-decoration : none; 
}

/* Links Above */
	
	

	
	
	
	
