/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#e3decc;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#000;
}

h1 {
	font-size:1.8em;
	margin:0 0 8px 0;
}

h2 {
	font-size:1.4em;
	margin:0 0 8px 0;
}

p {
	margin:0 0 8px 0;
}

/* ---- class settings ----------------------- */

.column {
	float:left;
	width:47%;
	height:auto;
	padding:5px 5px 5px 10px;
}

.column-sm {
	float:left;
	width:50%;
	height:auto;
}

.comments {
	width:250px;
	height:100px;
}

.thumb {
	float: left;
	width: 80px;
	height: 73px;
	border: 2px solid #fff;
	margin: 10px;
}

.thumb2 {
	float: left;
	margin: 10px;
}

/* ---- layout settings ----------------------- */

#bg_footprints {
	position:relative;
	margin:0 auto;
	width:783px;
	height:auto;
	padding:0 109px 0 108px;
	background-image:url(images/bg_footprints.gif);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:775px;
	height:auto;
	padding:0 4px 0 4px;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.gif);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:775px;
	height:158px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:775px;
	height:auto;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:775px;
	height:auto;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url(images/bg_starfish.gif);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:755px;
	height:auto;
	padding:0 10px 15px 10px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	clear:both;
	width:775px;
	height:27px;
	padding-top:8px;
	background-color:#4461aa;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	float:left;
	height:47px;
	cursor:pointer;
	position: relative;
	background-repeat: no-repeat;
}

a:hover#nav_01 {
	background-position:0 -47px;
}

a#nav_01 {
	width:86px;
	background-position:0 0;
	background-image: url(images/nav/nav.gif);
}

a:hover#nav_02 {
	background-position:-86px -47px;
}

a#nav_02 {
	width:129px;
	background-position:-86px 0;
	background-image: url(images/nav/nav.gif);
}

a:hover#nav_03 {
	background-position:-215px -47px;
}

a#nav_03 {
	width:99px;
	background-position:-215px 0;
	background-image: url(images/nav/nav.gif);
}

#logo {
	float:left;
	width:154px;
	height:47px;
	background-position:-314px 0;
	background-image: url(images/nav/nav.gif);
}

a:hover#nav_04 {
	background-position:-468px -47px;
}

a#nav_04 {
	width:182px;
	background-position:-468px 0;
	background-image: url(images/nav/nav.gif);
}

a:hover#nav_05 {
	background-position:-650px -47px;
}

a#nav_05 {
	width:125px;
	background-position:-650px 0;
	background-image: url(images/nav/nav.gif);
}








