@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}

#header {
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	z-index: 2;
}

#title {
	height: 70px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -25px;
	padding-top: 25px;
}

#buttons {
	height:25px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../buttons/buttons_gradient.jpg);
	background-repeat: repeat-x;
}

.button {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
}

.button ul {
	margin: 0px;
	padding: 0px;
}

.button li {
	color:#333333;
	list-style-type: none;
	display: none;
	padding: 0 10px 0 10px;
	margin: 0 -10px 0 -10px;
}

.button:hover ul li {
	visibility: visible;
	display: block;
	background-image: url(../buttons/button_gradient.jpg);
	background-repeat: repeat-x;
}

#sidebar{
	position:fixed;
	left: 0px;
	top: 95px;
	bottom: 25px;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1;
}

#sidebar_align{
	width: 888px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar_content {
	width: 144px;
	margin: 4px;
}

#contents {
	width: 888px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#main {
	height: auto;
	width: 744px;
	margin-top: 95px;
	margin-bottom: 25px;
	padding-left: 144px;
	background-image:url(../buttons/column_color.jpg);
	background-repeat: repeat-y;
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 25px;
	filter:alpha(opacity=80);
	-moz-opacity: .8;
	opacity: 0.8;
}

#footer_inset {
	width: 888px;
	height:50em;
	margin: auto;
}

#footer1 {
	float: left;
	padding-right: 30px;
	padding-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 25px;
}

#footer2 {
	float: right;
	padding-right: 0px;
	padding-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 25px;
}

a:link {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

a:visited {
	text-decoration: none;
	color:#333333;
}

a:link img {
    border: none;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: 0.5;
}

a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a:visited img{
	border: none;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: 0.5;
}

h1 {font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-left: 0px;
}

p {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	align:justify;
	margin-left:10px;
	margin-right:10px;
}