body { 
	font-size: 12px;
	font-weight: 100;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url("images/bg_tile.gif");
	background-repeat: repeat;
	margin: 0px 0px 0px 0px; 
}
h1 { 
	font-size: 18px; 
	font-family:Georgia, "Times New Roman", Times, serif;	
	color: #6CAEDF;
	margin-bottom: 0px;
	border: 0px solid #ffff00;
}
h2 { 
	font-size: 14px; 
	font-family:Arial, Helvetica, sans-serif;
	color: #6CAEDF;
	margin-bottom: 8px;
	border-bottom: 1px dotted #6CAEDF;
}
img { border: 0px solid #ff0000; margin: 0px 0px 0px 0px;}
input { font-size: 12px; }
select { font-size: 12px; }
p { margin: 12px 0px 0px 0px; }
div {margin-bottom: 0px; display: block;}

.center { text-align: center; }

.center_img { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear_left { clear: left; }
.clear_right { clear: right; }
.float_left {float: left; }
.float_right{float:right; }
.right_small_column {float: left; width: 220px;}
.half_column {width: 50%; float: left; display: block; padding-right: 8px; }
.half_column_center {width: 50%; float: left; display: block; padding-right: 8px; text-align:center;}
.align_right {text-align: right; }
.thumb { padding: 2px 2px 2px 2px; margin: 4px 6px 4px 6px; border: 1px solid #B1D4EE;}
.small { font-size:11px; color:#666666; }
.superscript {vertical-align:top; font-size:8px; color:#666666; }
.italic { font-style:italic; }
.bold { font-weight: 700; }
.underline { text-decoration: underline; }
.free { font-weight: 700; color: #6CAEDF; font-size: 14px;}
.quote { font-style:italic; font-size: 14px; color: #6CAEDF; text-align: center; }
.update { font-style: italic; font-size: 12px; } 

#root_container { 
	width: 968px;
	height: 912px;
	background-image: url("images/bg_frame.gif");
	background-repeat: no-repeat;
	
	border: 0px solid #ffff00;
}
#header_container {
	position: absolute;
	left: 40px;
	top: 64px;
}
#button_container {
	position: absolute;
	left: 40px;
	top: 172px;
}
#left_container {
	position: absolute;
	top: 244px;
	left: 50px;
	width: 420px;
	height: 600px;
	border: 0px solid #ffff00;
	overflow: hide;
}
#right_container {
	position: absolute;
	top: 244px;
	left: 504px;
	width: 400px;
	height: 600px;
	border: 0px solid #ffff00;
	overflow: hide;
}
#copyright_container {
	position: absolute;
	top: 890px;
	left: 0px;
	width: 968px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
#availability_form {
	text-align: center;
}

#half_container {
	position: relative;
	top: 0px;
	left: 90px;
	width: 240px;
	border: 0px solid #ffff00;
	overflow: hidden;
}

#thumb_container {
border: 0px solid #B1D4EE;
position: relative;
left: 5px;
top: 20px;
width: 376px;
}

#gallery_container {
	position: relative;
	top: 20px;
	border: 0px solid red;
	background-repeat: no-repeat;
}

#new_gallery {
	position: relative;
	top: 255px;
	left: 50px;
	width: 850px;
	height: 570px;
	border: 0px solid #C4E0F3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#gallery_header {
	position: relative;
	top: 250px;
	left: 50px;
	width: 850px;
	overflow: hidden;
	color: #6DAFDF;
	
}

#package_container {
border: 1px solid #B1D4EE;
padding: 10px 10px 10px 10px;
}

a:link    { color:#6699CC; text-decoration:underline; font-weight: 700;}
a:visited { color:#6699CC; text-decoration:underline; font-weight: 700;}
a:active  { color:#6699CC; text-decoration:underline; font-weight: 700;}
a:hover   { color:#6699CC; text-decoration:underline; font-weight: 700;}

