@charset "utf-8";
body {
	background-color: #666666;
	height: expression( this.scrollHeight > 500 ? "501" : "auto" ); /* sets max-height for IE */
	max-height:501px;
	
}


#layout {
	height: auto;
	width: 900px;
	border: thin solid #000000;
	background-color: #FFFFFF;
}
#powered_by {
	height: 64px;
	width: 98px;
	padding: 10px;
}
#layout #header {
	height: 251px;
	overflow: hidden;
	background-image: url(images/layout1/backgrounds/header.png);
	background-repeat: no-repeat;
}

#layout #header #effects {
	position: relative;
	top: 0px;
	z-index: -1;
}




#layout #content {
	position: relative;
	background-image: url(images/layout1/backgrounds/content.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	top: 0px;
}


#layout #content #left_pic {
	position: relative;
	height: 550px;
	width: 384px;
	background-image: url(images/layout1/misc/pool1.png);
	background-repeat: no-repeat;
}
#layout #content #right_title {
	height: 65px;
	width: 500px;
	position: relative;
	top: -550px;
	left: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	font-weight: bolder;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#layout #content #right_text {
	height: auto;
	width: 400px;
	position: relative;
	top: -540px;
	left: 425px;
	border: thin groove #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 10px;
}
#layout #content #left_pic #tools {
	position: relative;
	height: 192px;
	width: 283px;
	top: 60px;
	left: 0px;
}

#layout #content #left_pic #dvd {
	position: relative;
	height: 192px;
	width: 283px;
	top: 90px;
	left: 0px;
}
#layout #content #right_text #vid {
	overflow: hidden;
	height: 238px;
	width: 315px;
	position: relative;
	left: 40px;
	top: -5px;
	border: thick thick #000000;
}

#layout #logo {
	position: relative;
	top: 200px;
	height: 200px;
	width: 150px;
}
#logo {
	position: relative;
	height: 200px;
	width: 150px;
	top: -1300px;
	z-index: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}