* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background-color: #efefef;
	
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

h1 {
margin-bottom: 15px;
padding-top: 15px; 	
}

h2 {
margin-bottom: 15px;
padding-top: 15px;
color: #333333;
font-size: 1.2em;
}

#wrapper {
	width: 79.2%;
	min-height: 100%;
	
	margin: 0 auto;
	box-shadow: 0 0 15px 5px #888;
	background-color: #fff;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: #ffffff;
	padding-top: 30px;
	padding-right: 10px;
	background-color: #fff;
}

#header img {
	float: right;
	padding-right: 30px;	
}

/* Menu
-----------------------------------------------------------------------------*/







/* Middle
-----------------------------------------------------------------------------*/
#content {
	margin-top: 30px !important;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 60px;
	}

#pageupdated {
margin-bottom: 10px;
font-style:italic;
padding-top: 80px !important;	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer img 
{
padding: 10px 20px 10px 20px;
}

#footer {
	margin: 0 auto;
	height: 50px;
	position: relative;
	left: -60px;
	bottom: 0 !important;
	width: 100%;
	float: left;
	padding: 30px 60px 30px 60px;
}

@-moz-document url-prefix() {
    #footer {
    margin: 0 auto;
	height: 100px;
	position: relative;
	left: -80px;
	bottom: 0px !important;
	width: 100%;
	float: left;
	padding: 30px 60px 30px 60px;
    }
}

#searchBox {
float: right;

}


#frame
{

}
