/* CSS Document */
body {
	background-color: #25495B;
	margin: 0px;
}

h1{
background-color:#9c2105;

}

#content{
margin:10px 10px 10px 10px;
}
#left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}
#right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A1A4A5;
	padding-right: 20px;
	padding-left: 20px;
}
.footer a:visited {
	color: #A1A4A5;
	text-decoration: none;
}
.footer a:active {
	color: #A1A4A5;
	text-decoration: none;
}
.footer a:link {
	color: #A1A4A5;
	text-decoration: none;
}
.footer a:hover {
	color: #61614E;
	text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	line-height:25px;
	text-align:center;
	background: #282828;

}
.menu a:visited {
	color: #A1A4A5;
	text-decoration: none;
}
.menu a:active {
	color: #A1A4A5;
	text-decoration: none;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #B2B29F;
	text-decoration: none;
}
