body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

img {
	border: 0;
}

h1 {
	background: url(img/logo.png) no-repeat;
	width: 200px;
	height: 44px;
}

h1 span, h2 span{
	display: none;
}

h2 {
	font-size: 160%;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 220%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 2em 0 .1em 0;
}

p {
	margin: .5em 0 1em 0;
}

ul {
	list-style: circle;
}

a {
	color: #6470b3;
	border-bottom: 1px dotted #6470b3;
	text-decoration: none;
}

h3 a {
	color: #000;
	text-decoration: none;
	border: none;
}

#menu {
	background: #444;
}
#menu a {
	text-decoration: none;
	color: #fff;
	border: none;
	margin-right: 20px;
	font-weight: bold;
}

#menu a:hover {
	color: #fba000;
}


#menu .width{
	background: none;
	padding: 10px 20px;
}


#container {
}

.width {
	background: #fff;
	width: 760px;
	margin: 0 auto;
	padding: 20px;
}







#banner {
	background: #90b5d0;
	height: 249px;
}

#banner .width{
	padding: 0;
	background: none;
}


#banner p{
	width: 400px;
	height: 120px;
	background: url(../images/fp_text.png) no-repeat;
	display: block;
	float: left;
	margin-top: 120px;
}

#banner p span{
	display: none;
}


#banner img{
	position: absolute;
	
}







.example {
	padding: 0 0 20px 0;
	overflow: hidden;
}


.example p{
	padding: 0 20px 0 0;
}

.example a{
	border: none;
}





