/* basic page setup */
*{padding:0; margin:0;}
body
{
	font-size:78%;
	font-family: Helvetica, "trebuchet ms", sans-serif;
	background: #EEEEEE;
	color: #333333;
}

/* create the "business card" look */
#page_container
{
	width: 780px;
	height: 480px;
	border:1px solid #000000;
	margin:2em auto 0 auto;
}

/* top of business card */
#header
{
	height: 350px;
	width: 780px;
	background: #ffffff;
	position: relative;
	overflow: auto;
}

/* bottom of business card */
#footer
{
	height: 130px;
	width: 780;
	background: #3F3F3F;
}

/* The logo formating */
#dlogo {width: 250px;}

/* universal format code */
a { text-decoration: none;}
h1 { padding: 20px 0 0 30px; font-size: 120%;}
h2 { padding: 0 0 0 30px; font-size: 110%;}
img { border: 0; }

/* Remove Firefox border around clicked links */
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
