/* resets */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* Generic Selectors */

body {
	font-family: verdana, tahoma, Arial;
	font-size: .85em;
	color: #333333;
	background-color:#fff;
	margin: 0px;

	/*background-position:center;*/
}

h1 {

font-family: Verdana, arial;
font-size: 1.5em;
font-weight:normal;
color:#333333;

}


h4 {
	font-family: Verdana, Arial;
	font-size: .75em;
	font-weight: bold;
	color: #333333;
	border-bottom:1px solid #cccccc;
	padding:5px 0 5px 0;

}
p {
	font-family: Verdana, Arial;
	font-size: .75em;
	color:#333333;
	text-decoration: none;
	line-height:1.5;

}

/************************* ID's *************************/

#container {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width:1045px;
	border:1px solid #000;
	height:700px; 

}

#header {
	background-attachment: scroll;
	background-image: url(../../Images/header.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	width:1045px;
	height:79px;

}

#main {
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
	padding:40px 0 0 45px;
	height:500px;

} 

#main p {
	color:#333333;
	padding: 30px 0px 30px 50px;
	font-size:.88em;
	border-bottom:solid 1px #333;

}

#main p a{
	color:#990000;
	text-decoration:none;
	}
	
#buttons{
	float:left;
	width:300px;
	height:70px;
	border:0px solid gray;
	padding:30px 0 0 40px;
}


#footerwrap{
    position: relative;	
	height: 80px;
	
} 

#footerwrap #footer DIV
{
	float:left;
	display:inline;
	width:800px;
	padding:0 10px 0 10px;
}

#footerwrap #footer SPAN
{	
	display:inline;	
} 



#footer1 {
	width: 160px;
	height:70px;
	border-top:1px solid gray;
	border-right:1px dotted gray;
	float:left;
	padding-top:10px;

}
#footer2 {
	padding:10px 10px 0 10px;
	width: 863px;
	height:70px;
	border-top:1px solid gray;
	float:left;

}
