* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff repeat-x url(../img/bg.jpg);
	font-size: 12px;
	line-height: 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
	color: #474747;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #ff0045; text-decoration: none; }
a:active { color: #ff0045; text-decoration: none; }
a:visited { color: #ff0045; text-decoration: none; }
a:hover { color: #ff0045; text-decoration: underline; }

a img { border: none; }

#menu {
	font-size: 11px;
    width: 1000px;
    overflow: hidden;
    padding-top: 50px;
    top: 25px;
	margin: 0px auto;
    position: relative;
    line-height: 11px;
}

#menu img {
	position: relative;
	top: -50px;
	float: left;
	margin-right: -10px;
}

#menu ul {
	list-style: none;
	margin-right: 28px;
	float: left;
	width: 100px;
	text-shadow: 1px 1px 1px #ddd;
	display: block;
}

#menu li {
	padding-bottom: 4px;
}

#menu ul li.section-title {
	background: right no-repeat url(../img/menuArrow.png);
	color: #636363;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 12px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}


.menuActive {
	top: 1px;
	color: #777;
	text-shadow: -1px -1px 1px #ddd;
}

#content {
	width: 960px;
	margin: 0px auto;
	padding-left: 40px;
}

#copyright {
	width: 1000px;
	color: #888;
	text-shadow: none;
	font-size: 9px;
	line-height: 14px;
	margin: 20px auto;
	text-align: right;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p, #content li, #content h1, #content h2, #content h3, #content h4, #content h5 {
	width: 550px;
}

#content p {
	margin-bottom: 20px; 
}

#content h1, #content h2, #content h3, #content h4, #content h5 #content ul, #content ol {
	margin-bottom: 10px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.active { font-weight: bold; }