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


p,
ul {
  margin: 0;
  padding: 0;
}

#nav {
	list-style: none;
	position: fixed;
	top: 150px;
	width: 240px;
	margin-left: 10px;
	float: left;
	border:5px #FFFFFF solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	box-shadow: #555 0px 0px 3px;
	moz-box-shadow: #555 0px 0px 3px;
	-webkit-box-shadow: #555 0px 0px 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav li {
	margin-bottom: 2px;
}
#nav a {
	background: #F8F8F8;
	color: #666;
	display: block;
	font-size: 12px;
	padding:8px 8px;
	text-decoration: none;
	text-transform: uppercase;
	border:5px #FFFFFF solid;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow: 13px;
}
#nav a:hover {
  background: #FF7F00;
}
#nav .current a {
	background: #c96705;
	color: #ededed;
	
}
.current {
	background:FF7F00;
	margin-top: 5px;
}
#container {
	width: 717px;
	margin-top: 0;
	height: 100%;
	margin-left: 275px;
	margin-bottom: 15px;
}
.section {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF7F00;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 20px;
}
.section p:last-child {
  margin-bottom: 0;
}

#section1-image{
	width:260px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	height: 243px;
}
#section1-yazi{
	float:right;
	width:400px;
	margin-top: 10px;
	margin-left: 15px;
}
#section3-image {
	width:268px;
	height:233px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#section3-yazi{
	float:right;
	width:380px;
	height:auto;
	margin-left: 15px;
	margin-top: 10px;
}

#section4-image{
	width:275px;
	height:170px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
#section4-yazi{
	float:right;
	width:380px;
	height:auto;
	margin-top: 10px;
}
#section-6-image{
	float: left;
	height: 160px;
	width: 150px;
	background-image: url(images/ten-miles-logo.gif);
	margin-bottom: 10px;
}


#section-6-yazi{
	float: right;
	height: auto;
	width: 520px;
	margin-left: 15px;
}
