﻿/* CSS Document */

body
	{
	margin: 0;
	padding: 0;
	position:relative;
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	min-width:692px;
	font-size:13.5px;
	letter-spacing:-0.1px;
	font-family:"Courier New", Courier, monospace;
	line-height:25px;
	font-weight:200;
	height:100%; overflow-y:auto;
	}
	
.home { 
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.contentb {
		background-image:url(images/background2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

a {
   outline: none;
}

a:link {
	color: #000000;
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border:none;
}
a:hover {
	text-decoration:line-through;
	color: #000;
	border:none;
}
a:active {
	text-decoration: none;
	color: #971C34;
  outline: none;
  border:none;

}

object {
outline:none;
}	
	
.navigation
	{
	width:269px;
	overflow:hidden;
	position:fixed;
	left: 17px;
	top: 111px;
	margin: 0px;
	padding: 0px;
	}
	
.content
	{
	width:353px;
	overflow:hidden;
	position: absolute;
	left: 759px;
	top: 111px;
	margin: 0px;
	padding: 0px;
	
	}
.abouttext1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
	text-align:justify;
}
.abouttext2 {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	text-align:justify;
}

