@charset "UTF-8";
/* CSS Document */



/* STRUCTURES FIRST */
/* ================ */

body
{
	margin:0px;
	padding:0px;
}

#biggie
{
	width:800px;
	padding:0px 25px 33px;
	margin: 0px auto;
/*	border-left: 1px solid black;
	border-right: 1px solid black;*/
	background: #999 url(/gfx/outer-shadow.gif) no-repeat bottom;
}

#header
{
	width:418px;
	height:100px;
	border:1px solid black;
	background: #fff url(/gfx/header.jpg) no-repeat top;
	padding-right:380px;
	text-align:right;
}

#body
{
	width:758px;
	padding:20px;
	margin:0px;	
	border:1px solid black;
	border-top:none;
	min-height:300px;
	
}

#footer
{
	width:800px;
	padding: 0px 25px 0px;
	text-align:center; 
	margin: 0px auto;
	font: 1.1em/1.1em Verdana, Arial, Helvetica, sans-serif;

}


#navBar
{
	width:798px;
	height:27px;
	border:1px solid black;
	border-top:none;
	

}

#navBar img
{
	margin:0px;
	padding:0px;
	border:0px;
}




/* FORMATTING SECOND */
/* ================= */


body
{
	background-color:#999999;
	font-size:62.5%;
}

a
{
	outline:none;
}

#body
{
	background-color:#FFFFFF;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	overflow:auto;
}


#header h1
{
	font: 4em Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 50px;
	margin:10px 0px 0px;
}

#header	p
{
	margin:0px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left:55px;

}



.smallcaps
{
	font-size:90%;
}


a:link, a:visited
{
	color:#333;
	border-bottom: 1px dotted #333;
	text-decoration:none;

}


a:hover, a:active
{
	color:#999;
	border-bottom: 1px dotted #999;
	text-decoration:none;
}

#footer a:hover
{
	color:#333;
	border-bottom: 1px dotted #333;
	text-decoration:none;

}



.spaced
{
	line-height:130%;
}


#navBar a:link, #navBar a:visited, #navBar a:hover, #navBar a:active
{
	border-bottom:none;
}
