body {

	background-color: #e3e3e3;
	background-position: bottom right;
	background-repeat: repeat;
	width:820px;height:400px;
	border:0;
        margin: 0 0 20px 222px;
	padding: 0;
	font-family: Avenir, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #78636c;
	line-height: 2em;
}

#header {
        width: 820px;
        background:transparent;
        margin: 0 auto;
        padding: 0;
        height: 100px;

}

#header h1 {
	padding: 30px 55px;
	color: #f31070;
	font-size: 1.7em;
	letter-spacing: 3px;
	margin: 0;
        text-align: right;
}

#nav {
	position: absolute;
        left:30px; top:115px; width:90px; height:0px;
	margin: 10px 0 0 670px;
	margin: 0;
	font-family: Avenir, Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.7em;
	height: 20px;
        vertical-align: left;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px 5px;
	margin: 0;
	border: 0;
	border-bottom: none;
	background: transparent repeat;
	text-decoration: none;

}

#nav li a:link { color: #f31070; }
#nav li a:visited { color: #f31070; }

#nav li a:hover {
	color: #78636c;
	background: transparent repeat;
}

#nav li a#current {
	background: transparent repeat;
	border-bottom: 0;
}


#container {
	background: #e3e3e3 repeat;
	width: auto;
	margin: 15px 60px;
	padding: 0;
}

#content {
	margin: 0;
	padding: 40px;
}

}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 1em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #78636c;
	border-bottom: 0;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #f31070;
}

h2 {
	color: #000000;
	border-bottom: #000000;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.5em;
}
