@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #CCC;
	background-image:url(../Images/Background/rotate.php);
	background-repeat: repeat;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
	color: #666;
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
	color: #666;
}

h6 {
	font-size: 10px;
}


#Side_Bar {
	position:fixed;
	margin-left:-400px;
	left:50%;
	top:0px;
	width:200px;
	height:100%;
	z-index:2;
	background-color: #800040;
}
#Navigation {
	position:fixed;
	margin-left:-400px;
	left:50%;
	top:124px;
	width:200px;
	z-index:3;
}
#Page {
	position:absolute;
	margin-left:-200px;
	left:50%;
	top:0px;
	z-index:1;
	height: 100%;
	background-color: #FFF;
}

.page {
	background-color: #FFF;
	padding: 20px;
}
.bottom {
	text-align: center;
	background-color: #FFF;
	padding-bottom: 40px;
}
#Home {
	position:fixed;
	margin-left:-400px;
	left:50%;
	top:0px;
	width:800px;
	height:100%;
	overflow:hidden;
	z-index:1;
	background-color: #800040;
}