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

body {
	background-image: url(images/image_bg.jpg);
	background-repeat: repeat-x;
	background-color: #981732;
}

#container {
	width: 640px;
	height: auto;
	margin: 0 auto;
	background-color: transparent;
}

/*---HEADER---*/

#header {
	background-color: #ffffff;
	width: auto;
	height: auto;
}

/*---CONTENT--*/

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 630px;
	height: 600px;
	position: relative;
}



/*---NAVIGATION--*/

#nav {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 570px;
	height: 35px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav img {border: none;}

/*---COPY--*/

#copy {
	position: absolute;
	top: 100px;
	left: 55px;
	width: 545px;
}

.regcopy {
	font-size: .85em;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.copyimage {
	float: right;
	padding: 5px;
}

.sidepic {
	width: 366px;
	height: 350px;
	position: absolute;
	top: 50px;
	left: 175px;
	font-size: .65em;
}

.imggallery {
	width: 250px;
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

.imggallery2 {
	width: 250px;
	padding-left: 140px;
}

.imgcaption {
	width: 250px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: center;
}

h2 {
	color: #981732;
}

.return {
	color: #981732;
	font-size: .75em;
}

/*---FOOTER--*/

#footer {
	width: 500px;
	height: 67px;
	font-size: .65em;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer ul {
	padding-right: 30px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	color: #981732;
}

/******************** CONTACT *******************/


.form {
	font-size: .80em;
}

/******************/

.anylinkcss{
position: fixed;
visibility: hidden;
border:1px solid #981732;
border-bottom-width: 0;
font-size: .60em;
line-height: 18px;
z-index: 1000;
background-color: #ffffff;
width: 102px;
margin-left: 0px;
margin-top: 0px;
}

.anylinkcss a{
color: #000000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

