* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-attachment: scroll;
	/* background-image: url('../images/tennis_back.jpg'); */
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Ubuntu',san-serif;
	font-size: 14px;
	color: #9C9583;
	background-image: url(../images/tennis_back.jpg);
}
img {
	border: 0px solid #000000;
}
hr {
	border: none 0;
	border-bottom: 1px solid #efefef;
	width: 95%;
	height: 1px;
	margin: 30px 30px 15px 30px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.photo {
	border: 1px solid #333333;
	padding: 3px;
}
.gallery {
	border: 1px solid #333333;
	padding: 3px;
	margin: 5px;
}
#fb {
	float: right;
	text-align: right;
	margin-right: -25px;
	margin-top: -55px;
	width: 150px;
}
#language {
	margin-top: -25px;
	text-align: right;
	font-size: 12px;
}
#language a {
	text-decoration: none;
	color: #CCCCCC;
}
#language a:hover {
	text-decoration: underline;
}
#header {
	height: 255px;
}
#nav {
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 776px;
	overflow: hidden;
	position: relative;
	background: #333333;
	margin-left: 2px;
}
#nav ul {
   clear: left;
   float: left;
   position: relative;
   left: 50%;
   text-align: center;
}
#nav ul li {
   display: block;
   float: left;
   list-style: none;
   position: relative;
   right: 50%;
}
#nav ul li a {
	display: block;
	padding: 3px 10px;
	background: #333333 url("../images/seperator.gif") bottom right no-repeat;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 40px;
	padding:0px 16px;
}
#nav ul li a:hover {
   background: #afe046 url("../images/hover.gif") bottom center no-repeat;
   color: #FFFFFF;
}

#content {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	min-height: 550px;
}
#content ul {
	margin-left: 25px;
	list-style-position: inside;
}
#content li {
	line-height: 1.5em;
}
.video {
	text-align:center;
	float:left;
	width:235px;
	margin-top:5px;
	margin-bottom:20px;
}
.left {
	width: 375px;
	float:left;
	margin-left:-15px;
}
.right {
	width:350px;
	float:right;
	margin-left:10px;
}

#footer {
	font-size: 12px;
	line-height: 2.5em;
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #606060;
}
#footer img {
	vertical-align:middle;
}
#footer .menu {
}
#footer .menu ul {
	display: inline;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer .menu li{
	display: inline;
}
#footer .menu a {
	color: #606060;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding: 0px 10px;
}
#footer .menu a:hover {
	text-decoration: underline;
}

.clear-all {
	clear: both;
	width: 740px;
}
p {
	margin-bottom: 5px;
	line-height: 1.5em;
}
a {
	color: #3394bf;
}
h1 {
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #606060;
	margin-bottom: 10px;
}
.dark {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.question {
	margin-left: 55px;
	text-indent: -59px;
}
.answer {
	margin-left: 55px;
	text-indent: -45px;
}

.videoBox {
	height: 405px;
}
