/* CSS Document */

Body {
	background-image:url(images/bg_color.gif);
	background-repeat: repeat;
	font-family:Verdana;
}

#body {
	color: #330033;
	font-family:Verdana;
	width: 760px;
}

#page {
width: 760px;
border-top: 5px solid #cc9933;
border-bottom: 5px solid #cc9933;
text-align: left;
font-family:Verdana;
}

#header {
width: 760px;
height: 172px;
border-bottom: 2px solid #330099;
}

h2 {
	color: #330099;
	font-size: 24px;
	font-style: oblique;
	letter-spacing: 2px;
}

h3, h5, h6 {
	color: #330099;
}

a {
  color: #990033;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
color: #3399FF;
}

#footer{
width: 760px;
height: 45px;
border-top: 2px solid #330099;
}
