@charset "UTF-8";
/* CSS Document */

#frame {
	height: 700px;
	width: 960px;
	position: absolute;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	border-radius: 10px; /* CSS3 */
	margin-top: -350px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#navi {
	height: 193px;
	width: 840px;
	margin-top: 45px;
	margin-left: 60px;
}

#content {
	margin-top: 345px;
	height: 300px;
	width: 450px;
	margin-left: 450px;
}

#footer {
	height: 40px;
	width: 840px;
	position:absolute;
	top: 650px;
	margin-left: 60px;
}

p {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: 300;
	margin-top: 0px;
	text-transform: uppercase;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-top: 0px;
	text-transform: uppercase;
}

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

hr {
	border: none;
	border-top: 1px solid;
	color: #b1bac2;
	background-color: #b1bac2;
	margin-top:0px;
}

td {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:300;
}