body {
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Verdana, serif;
	font-size: 13px;
	color: #535353;
}

.backgroundover {
	background: #FFFFFF url(../img/bg_over.jpg) repeat-x center top;
}
.backgroundhome {
	background: #FFFFFF url(../img/bg.jpg) repeat-x center top;
}
.backgroundfotos {
	background: #FFFFFF url(../img/bg_fotos.jpg) repeat-x center top;
}
.backgroundcontact {
	background: #FFFFFF url(../img/bg_contact.jpg) repeat-x center top;
}

a {
	color: #929292;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 780px;
	height: 699px;
	background: url(../img/mainimg.jpg) no-repeat 0 0;
	position: relative;
}

#containercontact {
	margin: 0 auto;
	width: 780px;
	height: 699px;
	background: url(../img/contactimg.jpg) no-repeat 0 0;
	position: relative;
}

#containerfotos {
	margin: 0 auto;
	width: 780px;
	height: 699px;
	background: url(../img/fotosimg.jpg) no-repeat 0 0;
	position: relative;
}

#containerover {
	margin: 0 auto;
	width: 780px;
	height: 699px;
	background: url(../img/overimg.jpg) no-repeat 0 0;
	position: relative;
}

#header {
	width: 100%;
	height: 64px;
}

h1 {
	width: 405px;
	height: 64px;
	background: url(../img/logo.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
	display: block;
	width: 405px;
	height: 64px;
}

h1 a:hover {
	text-decoration: none;
}

h1 a span {
	position: relative;
	left: -9999px;
	font-size: 1px;
	line-height: 1px;
}

/* ----- Navigation ----- */

#navigation {
	width: 365px;
	height: 64px;
	margin: 0;
	background: url(../img/menu.gif) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

#navigatin li, #navigation a {
	height: 64px;
	display: block;
}

#navigation li {
	display: inline;
	list-style: none;
	float: left;
}

#navigation span {
	display: none;
}

#nav-home {
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}

#nav-over {
	width: 110px;
	position: absolute;
	left: 90px;
	top: 0;
}

#nav-fotos {
	width: 74px;
	position: absolute;
	left: 200px;
	top: 0;
}

#nav-contact {
	width: 91px;
	position: absolute;
	left: 274px;
	top: 0;
}

#nav-home a:hover {
	background:url(../img/home.gif) no-repeat 0 0;
}

#nav-over a:hover {
	background:url(../img/over.gif) no-repeat 0 0;
}

#nav-fotos a:hover {
	background:url(../img/fotos.gif) no-repeat 0 0;
}

#nav-contact a:hover {
	background:url(../img/contact.gif) no-repeat 0 0;
}

/* ----- end of Navigation ----- */

/*
#payoff {
	width: 280px;
	height: 130px;
	position: absolute;
	background: url(../img/payoff.gif) no-repeat 0 0;
	top: 105px;
	left: 45px;
	margin: 0;
}
*/

#payoffnocss {
	display: none;
}

#content {
	width: 410px;
	float: right;
	margin: 16px 6px 0 0;
}

.txtbg {
	width: 370px;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.photobg {
	width: 410px;
}

.photobg img {
	border: 0;
}

.photo {
	margin: 0 17px 17px 0;
	width: 68px;
	height: 75px;
	float: left;
	background: #FFFFFF;
}

.photolast {
	margin: 0 0 17px 0;
	width: 68px;
	height: 75px;
	float: left;
	background: #FFFFFF;
}

.orangetxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #e05c05;
}

.orangetxtlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: #e05c05;
}

.purpleredtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #cf3847;
}

.pinktxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #d535c2;
}

.largebtn {
	width: 410px;
	height: 87px;
	float: right;
	margin-bottom: 20px;
}

.largebtn img {
	border: 0;
}

#copyright {
	width: 350px;
	height: 60px;
	position: absolute;
	top: 705px;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9f9f9f;
}

#copyright a{
	text-decoration: underline;
}

#copyright a:hover{
	color: #3d2a3e;
}