/* General CSS styles */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

a {
	color:#a97a78;
}

a img .button {
	border:1px;
	border:#000000;
}

.border {
	border:1px #000000 solid;
}


a:hover {
	color:#cb9694;
	text-decoration:underline;
}

a:active {
	color:#cb9694;
}


/* Home Page CSS styles */

#background_home {
	background:url(images/homepage.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:602px;
	height:469px;
	margin-left:auto;
	margin-right:auto;
}	

#text_home {
	padding-top:250px;
	padding-left:30px;
	padding-right:370px;
}

/* Main Page CSS styles */

Body {
	padding: 0px;
	margin: 0px;
}

#Container {
	background:url(images/body-background.jpg);
	background-repeat:repeat-y;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	width: 824px;
}

#Content {
	background:url(images/container-background.jpg);
	background-repeat:no-repeat;
	padding-top: 100px;
	padding-bottom: 10px;
	margin-left:12px;
	margin-right:12px;
	min-height: 400px;
	height: 100%;
}


.float-l {
	float: left;
}

.float-r {
	float: right;
}

#Navlinks {
	text-align:center;
	padding-top: 30px;
	width:auto;
}

#Buttons {
margin-right: 10px;
}

#Page {
	padding: 10px;
	padding-right: 0px;
	width: 640px;
}

#Photo {
	padding: 10px;
	width:auto;
	text-align:center;
	padding-left:auto;
	padding-right:auto;
	width:600px;
	max-width: 600px;
}

#Footer {
	text-align:center;
	background:url(images/footer-background.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 39px;
	position:relative;
	bottom: 0px;	
	margin-left:12px;
	margin-right:12px;
	color:#000000;
}

#Footer a, #Footer a:active {
	color:#000000;
}
	

#Navlinks UL {
	margin-left: 0px;
	padding:0px;
}

#Navlinks LI {
	list-style: none;
}

.subtext {
	font-size: small;
}