/*
Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund and stylishtemplate.com.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* General tags */
* {margin:0; padding:0;}
body {
	color:#CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 76%;
	background-color: #495D76;
	background-image: url(../assets/wavesbg1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}
a {
	background-color:inherit;
	font-weight:bold;
	text-decoration:none;
	color: #286EA0;
}
a:hover {
	text-decoration:none;
}
p {margin:0 0 16px 0;}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
img {

}

/* Headers */
h1 {
	color:#D6D6D6;
	font-size:3.6em;
	letter-spacing:-3px;
	margin:0;
	text-align:center;
}
h2 {font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}

/* IDs */
#title {
	margin:20px auto -9px;
	width:700px;
}


#container {
	border:20px solid #FFF;
	color:#FFF;
	margin:0 auto 15px;
	padding:10px;
	width:700px;
	line-height:1.3em;
	background-color: #2F4050;
	background-image: url(../assets/Australia.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#button
  {
    display: block;
    width: 107px;
    height: 23px;
    background: url("assets/images/button_03_03.png") no-repeat 0 0;

  }

  #button:hover
  { 
    background: url("assets/images/button_03_03_03.png") no-repeat 0 0;
  }



#sidebar {
	float:left;
	padding-left:80px;
	width:110px;
	padding-top: 300px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../assets/surflean_06.gif);
}
#sidebar p {margin:10px 0 5px 10px; text-align:left; font-size:0.8em;}
#sidebar p a {font-weight:400;}
#main {
	float:right;
	width:385px;
	background-repeat: repeat;
	background-image: url(../assets/images/bg1_08.jpg);
}
#footer {clear:both; color:#aaa;}

/* Menu */
.menu {
	border:0px solid #ffffff;
	color:#E8EDF1;
	display:block;
	font-size:1.3em;
	font-weight:bolder;
	padding:4px 2px 4px 10px;
	width:110px;
	text-decoration: underline;
}
.menu:hover {background-color:#f8f8f8; border:1px solid #cccccc; color:#333333; text-decoration:none;}

/* Various classes */
.credits {
	color:#399;
	font-size:0.9em;
	margin-bottom:0;
}
.credits a {color:#777;}
.smalltxt {
	color:#06C;
	font-size:0.9em;
	margin-bottom:0;
}
.headers {
}
.imagescent {
	margin-left: 35%;
}
.imagebord {
	border: thick solid #FFF;
}

