
* {
	outline: none;
}

html {
	/*height: 100%;*/
}

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #272727;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#intro {
	width: 385px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

#menu_container {
	/*overflow: hidden;
	position: absolute;
	width: 100%;
	margin-top: 45px;
	background: url(../images/menu_white_background.png);*/
}
#fake {
	width: 100%;
	z-index: 0;
	position: absolute;
}
#fake_menu {
	margin-top: 45px;
	background: url(../images/menu_white_background.png);
	height: 39px;
}
#menu {
	/*z-index: 101;*/
	width: 900px;
	margin: 45px auto 0 auto;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	/*letter-spacing: -0.7px;*/
	height: 39px;
	line-height: 39px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	margin-left: 9px;
}
#menu a {
	text-decoration: none;
	color: #000;
	display: block;
}

#page {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}
#header {
	width: 715px;
	margin: 0 auto;
	top: 0px;
	margin-left: 60px;
	position: absolute;
	z-index: -1;
}
#title {
	height: 58px;
	/*background: #fbfbfb;*/
	/*color: #999999;*/
	color: #fff;
}
#title h1 {
	margin: 0px;
	padding: 0px 0px 0px 31px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 58px;
}

#content {
	width: 595px;
	margin: 0 auto;
	padding: 0px 60px 60px 60px;
	margin-top: 255px;
}
#content p {
	text-align: justify;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 14px;
}
#content a {
	color: #000;
}

#quick_access {
	position: fixed;
	bottom: 5px;
	right: 5px;
	background: #000;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	padding: 2px 10px 2px 10px;
	color: #fff;
}
#quick_access ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#quick_access li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 25px;
	height: 25px;
}
#quick_access a {
	color: #fff;
	text-decoration: none;
}
