* { 
    margin: 0; 
    padding: 0;
}

html {
	height: 100%
}


body {
    background: #FFF url(images/bg_pattern.jpg) repeat top left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    height: 100%;
}

img {
	border: none;
}

.empty {
	clear: both;
}

/*#outerwrapper{
	background-image: url(images/hover.png);
	background-repeat: repeat-y;
	margin-right: 0 auto;
}
*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
	width: 760px;
	background-color: #FFF;
	text-align: center;
}

.hidden {
	display: none;
}

#header {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}

#navigation {
	padding-left: 30px;
	margin: 5px auto;
	text-align: center;
}

#navigation ul {
	display: inline;
	list-style: none;
}

#navigation a {
	color: black;
	text-decoration: none;
	padding: 4px 25px;
	border-right: 2px solid #EEE;
	float: left;
}

#navigation a.last {
	padding: 4px 25px;
	border-right: none;
	float: left;
}

#navigation a:hover{
	color: grey;
}

#footer, .push {
	height: 2em;
}

#footer p{
	margin-top: 1em;
	font-size: 10px;
}