html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background: #e8e8e8;
	text-align:center;
	min-width:1024;
	min-height:600px;
	font-family: Palatino Linotype, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

#vertical{
	float:left;
	height:50%;
	margin-top:-298px;/* half vertical height*/
	width:100%;
}

#hoz {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	background-image: url("../images/background.gif");
	clear:both;
}

#header {
 width: 1000px;
 color: #333;
 height: 80px;
 text-align:center;
 font-family: "Times New Roman,Georgia,Serif";
}

ul {
	list-style-type: none;
	margin: 5px;
	padding-right: 0px;
	float: right;
}

li {
	float: left;
}

ul a {
	background-image:  url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-family: Palatino Linotype, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	position: relative; top: 20px;
	color: #000000;
}

ul a:hover {
	color: red;
}

#flashcontent {
	width:1024px;
	color: #333;
	height: 490px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:center;
	font-family: Palatino Linotype, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}
#prices {
	width:1000px;
	color: #333;
	height: 490px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:center;
	font-family: Palatino Linotype, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}	

#content {
	padding-right: 60px;
	padding-left: 60px;

}	

h1 { font-size: 8px;
}

h2 { font-size: 8px;
}

#copyright {
	font-size: 8px;
	color: black;
}
