@charset "utf-8";
/* CSS Document */
a:link {
	color: #73BFE3;
	text-decoration: none;
}
a:visited {
	color: #C92626;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

body{
	text-align: center;
	min-width: 900px;
	min-height: 800px;
	background-color: #7F7364;
	font-family: "Trebuchet";
	color: #403029;
}

#container_vertical {
	float:left;
	height:50%;
	margin-top: -450px;/* half vertical height*/
	width:100%;
	z-index: -2;
}

#container_horizontal {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height: 850px;
	overflow: hidden;
	text-align:left;
	clear:both;
	z-index: -2;
}

	
#mainframe {
	width: 850px;
	height: 650px;
}
#mainframe_background {
	background-image: url(images/mainframe.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 650px;
	z-index: ;
}
#mainframe_background2 {
	background-image: url(images/mainframe2.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 600px;
	z-index: ;
}
#mainframe_background3 {
	width: 850px;
	height: 600px;
	z-index: ;
}

#titlebar {
	width: 600px;
	height: 150px;
	position: relative;
	left: 150px;
	top: 20px;
	z-index: 1;
}

#maincontent {
	width: 700px;
	position: relative;
	left: 100px;
	top: 75px;
}

#maincontent_contact {
	text-align: center;
	width: 700px;
	position: relative;
	left: 100px;
	top: 75px;
}

#footer_topcontent {
	position: relative;
	top: -15px;
}

#photos {
	position: relative;
	top: 150px;
	left: 110px;
}
#photos2 {
	position: relative;
	top: 165px;
	left: 110px;
}
#photos3 {
	position: relative;
	top: 180px;
	left: 110px;
}

