@font-face {
    font-family: 'bellotalight';
    src: url('fonts/bellota-light-webfont.eot');
    src: url('fonts/bellota-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bellota-light-webfont.woff') format('woff'),
         url('fonts/bellota-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bellotabold';
    src: url('fonts/bellota-bold-webfont.eot');
    src: url('fonts/bellota-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bellota-bold-webfont.woff') format('woff'),
         url('fonts/bellota-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
	margin:0 auto;
	font-family: 'bellotabold', sans-serif !important;
	font-size:15px;
	color:#2e445e;
}

.light {
	font-family: 'bellotalight', sans-serif !important;
}
#page {
	height:800px;
	width:1000px;
	margin:5px auto;
}

#header {
	margin:0;
	height:155px;
	width:1024px;
}
	
#logo {	
	position:absolute;
	left:70px;
	top:45px;
	width:189px;
	height:210px;
	background:transparent url(../images/turtle_logo.png);
	border:0px dotted #2e445e;
	z-index:1010;
}

#nav {
	position:relative;
	top:110px;
	left:103px;
	z-index:1000;	
	
}

#nav ul {
	list-style:none;
}

#nav a {
	color:#098bb4;
	text-decoration:none !important;
}
#nav a:hover {
	color:#2e445e;
}

#nav a:active {
	color:#2e445e;
}

#content {
	position:relative;
	top:0px;
	width:1024px;
	min-height:800px;
}
#part_1, #part_2,#part_3,#part_4,#part_5,#part_6,#part_7 {
	position:absolute;
	top:267px;
	left:310px;
	width:680px;
	z-index:999;
}

#link a {
	color:#098bb4;
	text-decoration:none !important;
}
#link a:hover {
	color:#2e445e !important;
}

#link a:active {
	color:#2e445e !important;
}
