/*

( CRABCRAFT ) v3.5 2010

GET SOME

Black, Grey, White, #eaff05

*/


/* Structure */

body {
	background: #333333;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	margin:0px 0px 0px 0px;
	overflow-x:hidden;
	font-family:'Baskerville', Georgia, Times New Roman, Serif;
	font-size:13px;
}

p{height:10px;}
br{height:5px;}

#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -140px;
margin-top:0px;
border:0px solid white;
left:0;
overflow:auto;
}

#header{
position:absolute;
top:0;
left:0;
height:120px;
width:100%;
padding-top:20px;
}

#header_img {float:left;position:relative;width:277px; background: url('headers/header.png'); height:96px; cursor:pointer;}
#header_nav {float:left;position:relative;font-family:'Baskerville-Italic', serif; font-style:italic; font-size:18px; font-weight:normal; color:#fff;padding-left:10px;padding-top:40px;}
#header_nav a {text-decoration:none; color:white;font-family:'Baskerville-Italic', serif; font-style: italic;}
#header_nav a:hover {text-decoration:none; color:#eaff05;}
#header_nav ul {list-style:none;}
#header_nav ul li {display:inline; padding:10px;}


#main{position:relative;left:0;margin-top:140px;padding:30px 10px 50px 10px;*padding-top:160px;overflow:auto;height:600px;overflow-x:hidden;font-family: 'Baskerville', serif;font-size:13px;color:#fff;}

#nav{position:absolute;left:0;float:left;width:130px;padding-left:20px;font-weight:normal; height:inherit;font-size:13px;}
#content{position:absolute;float:left;margin-left:130px;width:100%;height:inherit;}
#info {width:650px;}

.clearboth{clear:both;}

/* Style */

#nav a {color:white;text-decoration:none; outline:none;}
#nav a:hover{color:#eaff05;text-decoration:none;} 

#info a {color:#eaff05;text-decoration:none;}
#info a:hover {color:white;text-decoration:underline;}

#content img {
border:1px solid white;
-moz-box-shadow: black 0px 0px 30px;
-webkit-box-shadow: black 0px 0px 30px;
z-index:20;
}
#content object {
display:block;
width:650px;
border:1px solid white;
-moz-box-shadow: black 0px 0px 30px;
-webkit-box-shadow: black 0px 0px 30px;
z-index:20;}

h1 {font-family:'Baskerville-Italic', serif;
	font-size:23px;
	font-style: italic;
	font-weight:100;}
	
#top_line{position:absolute;bottom:0;background: url(headers/line.png);background-repeat:repeat;height:1px;width:1000%;}
#bottom_line{position:absolute;top:0;background: url(headers/line.png);background-repeat:repeat;height:1px;width:1000%;}
	
	
/* Type */

@font-face {
	font-family: 'Baskerville';
	src: url('fonts/Baskerville.ttf') format("truetype");
	font-weight:normal;
	advancedAntiAliasing: true;
}

<!--[if IE]>

@font-face{
font-family:'Baskerville';
src: url('fonts/Baskerville.eot');
	font-weight:normal;
advancedAntiAliasing: true;
}

<![endif]-->

@font-face {
	font-family: 'Baskerville-Italic';
	src: url('fonts/Baskerville-Italic.ttf') format("truetype");
		font-weight:normal;
		font-style: italic;
	advancedAntiAliasing: true;
}

<!--[if IE]>

@font-face{
font-family:'Baskerville-Italic';
src: url('fonts/Baskerville-Italic.eot');
	font-weight:normal;
	font-style: italic;
advancedAntiAliasing: true;
}

<![endif]-->
	
