body {
	background: #06b;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#master {
	background: #fff;
	width: 752px;
	margin: 20px auto auto;
	border: 1px solid #fff;
	text-align: center;
}
#page {
	border: 1px solid #e01;
	width: 740px;
	margin: 5px auto;
}
#intro {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
#intro p {
	font-size: 11px;
	margin: 10px 0px 0px;
	line-height: 20px;
	text-transform: uppercase;
	color: #e01;
}

#intro p img {
	border: 0px;
	margin: 3px;
	margin-top: 0px;
}

#intro a {
	color: #e01;
	text-decoration: none;
}
#intro a:hover {
	color: #06b;
	text-decoration: none;
}

#head {
	margin: 0px;
	padding: 0px;
}
#head img {
	border-bottom: 5px solid #e01;
	margin: 0px 0px 5px;
	padding: 0px;
}
#navi {
	border-top: 5px solid #e01;
	border-bottom: 3px solid #e01;
	text-align: left;
}
#navi ul {
	margin: 0px 0px 2px;
	padding: 0px;
}
#navi li {
	list-style: url(none) none;
	display: inline;
	text-transform: uppercase;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}
#navi a {
	color: #e01;
	text-decoration: none;
}
#navi a:hover {
	color: #06b;
	text-decoration: none;
}
#navi a.active {
	color: #06b;
}


#content {
	text-align: left;
	margin: 20px 30px;
}
#photos {
	width: 200px;
	float: left;
	text-align: right;
}
#text {
	margin-left: 280px;
}
#text h1 {
	font-size: 12px;
	color: #06b;
	text-transform: uppercase;
	margin: 0px 0px 20px;
	line-height: 12px;
}
#text p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 20px;
	text-align: justify;
}
#text a {
	color: #06b;
	text-decoration: none;
	border-bottom: 1px dotted #06b;
}




#footer {
	padding-top: 15px;
	background: url(../_images/back/back_footer.gif) no-repeat top;
	text-align: left;
}
#footer ul {
	margin: 0px 0px 2px;
	padding: 0px;
	text-align: right;
}
#footer li {
	text-transform: uppercase;
	list-style: url(none) none;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}
#footer li.left {
	float: left;
}
#footer a {
	color: #e01;
	text-decoration: none;
}
#footer a:hover {
	color: #06b;
	text-decoration: none;
}
#footer a.active {
	color: #06b;
}
