/* screen.css
-----------------------------------------------------------------------*/


/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #FFF;

}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;			
}

h1 {
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

iframe.myiframe {
	width:605px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}




/* general site containers 
--------------------------------------------------------------------- */

#site {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	width: 800px;
	overflow: hidden;
	margin: 100px 0 0 0;
}


/* header
--------------------------------------------------------------- */

#header {
	width: 722px;
	height: 400px;
	overflow: hidden;
	padding: 0 39px;
	margin: 0 0 50px 0;
}

#header img {
	behavior: url(static/js/iepngfix.htc);
}


/* Footer
--------------------------------------------------------------- */
#footer {
	width: 800px;
	height: 14px;
	overflow: hidden;
	padding: 5px 0px;
	margin: 10px 0 0 0;
	color: #000;
	text-align: center;
}

