/* CSS Document for Adventure Down Under */
/* Design by RYPE Media (www.rypemedia.com.au) */



/* General */

a:link{color:#1a2ba1; }
a:visited{color:#1a2ba1; }
a:hover{color:#8888CC; }

a:link img{border:none; }
a:visited img{border:none; }
a:hover img{border:none; }

body
{
	background:#17289c; 
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px; 
	padding:0px;
}

h1{font-size:22px; color:#1a2ba1; margin-top:0px; padding-top:20px; padding-bottom:5px;}
h2{font-size:18px; color:#1a2ba1; font-weight:normal;}
h3{font-size:16px; color:#000000; }

#thumbs {
	height:550px !important;
}




/* Layout */

#main
{
	background:url('corner_right.gif') right repeat-y;
	height:auto; 
	margin:auto; 	
	width:1000px; 
}



/* Head */

#head
{
	background:#17289c;
	height:255px; 
	width:100%; 

}

#title
{
	height:255px; 
	padding-top:35px; 
	padding-left:0px;
	position:absolute;
	width:230px; 
}

#title_image
{
	background:url('header.jpg') right no-repeat;
	float:right; 
	height:100%; 
	width:775px; 
}



/* Body */

#body
{
	background:#FFFFFF url('corner_topleft.gif') no-repeat; 
	height:auto; 
	margin:0px; 
	min-height:300px; 
	padding:0px; 
	position:relative;
	text-align:left; 
	width:100%; 
}


/* Body Left - Menu */

#body_left
{
	height:auto; 
	left:0px; 
	margin-left:0px;
	min-height:300px; 
	position:absolute; 
	top:0px; 
	width:276px; 
}

#menu
{
	height:auto; 
	margin-left:25px; 
	margin-top:23px; 
	Xposition:absolute;
	width:220px; 
}

#menu ul
{
	list-style:url('list_arrow.gif');
	margin:0px; 
	margin-left:20px;
	padding:0px; 
}

#menu ul li a
{
	font-size:22px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
}


/* Body Right - Content*/

#body_right
{
	background:url('swirl.gif') no-repeat;
	height:auto; 
	min-height:300px; 
	Xposition:absolute; 
	margin-left:235px; 
	width:767px; 
}

#content_holder
{
	background:url('corner_right.gif') repeat-y right;
	height:auto; 
}

#content_holdercorner
{
	height:auto; background:url('corner_topright.gif') no-repeat top right;
}

#content
{
	padding-bottom:10px;
	Xmargin-bottom:-60px; 
	padding-left:85px; 
	padding-right:20px; 
	padding-top:10px; 
	min-height:450px;
	height:auto !important;
	height:450px;
}




/* Foot */

#foot
{
	background:url('footer.jpg') no-repeat;
	width:100%; 
	height:370px; 
}

#foot_text
{
	font-size:12px;
	padding-top:57px; 
	text-align:center;
	width:297px; 

}