/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*GLOBAL ELEMENTS***********/
html, body {
	background:#e5e5e5;
	color: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	min-width: 1024px;
	padding: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
}
h1 {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
h3 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
	
}
p {
	margin: 5.5px 0 21px 0;
	padding:0;
}

/*END GLOBAL ELEMENTS**********/

/*DIVS****/
#container {
	width: 1024px;
	border-right:1px #000000 solid;	
	border-bottom:1px #000000 solid;	
}
#header {
	height:63px;
	width:1024px;
	background:#680001;
}
#header #logo{
	float:left;
	width:135px;
	height:63px;

}
#header #nav {
	background:#7c0000;
	float:left;
	clear:right;
	width:889px;
	height:35px;
	margin-top:25px;
	border-top:1px #5b0101 solid;
	border-bottom:1px #FFFFFF solid;
		
}
	#header #nav  ul{
		margin: 8px 0 0 21px;
		padding: 0;
	}
	#header #nav  li {
		display: inline; 
		float: left;
		list-style: none;
		padding: 0;
		margin: 0 25px 0 0;
	}
	#header #nav  a {
		text-decoration: none;
		margin:0;
		padding:0;
	}
	#header #nav  a:hover {
		text-decoration:underline;
	}
	
#iframe_site{
	height:520px;
	width:1024px;
}
#iframe_site object{
	width:1024px;
	height:520px;
}	
#iframe_site iframe{
	width:1024px;
	height:520px;
}	
#footer{
	background:#680001;
	text-align:center;
	padding:30px 0;
	height:90px;
}
