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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:#000;
}

h1, h2 {
	color:#fff;
	text-align:center;
}

a {
	color:#fff;
	text-decoration:none;
}

a img {
	border:0;
}

#container {
	width:925px;
	height:620px;
	margin:10px auto;
}

#header {
	width:580px;
	height:70px;
	padding-top:30px;
}

#left-side {
	width:175px;
	height:600px;
	float:left;
	background:#000;
}

#frog {
	width:134px;
	height:110px;
	margin:0 auto;
}

#frog a img {
	border:0;
}

#sky-frogs a {
	font-size:14px;
	color:#00FF66;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#links {
	width:165px;
	margin:10px auto;
}

#links a {
	display:block;
	width:161px;
	height:34px;
	background:url(images/btn_back.gif);
	margin-bottom:30px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-align:right;
	padding:2px 0 0 4px;
}

#links p {
	width:150px;
	height:28px;
	margin-right:15px;
}

#content {
	width:580px;
	height:620px;
	margin-left:175px;
	background:#008000;
}

#main {
	width:560px;
	height:500px;
	padding:10px;
}

#text {
	width:560px;
	height:300px;
}

#text p {
	margin:0 10px 10px;
	text-align:justify;
}

#text iframe {
}

#media {
	width:560px;
	height:440px;
}

#photo-holder {
	width:165px;
	height:110px;
	float:left;
	margin:15px 50px;
}

#photo {
	height:80px;
	background:#fff;
	color:#000;
	text-align:center;
	font-weight:bold;
}

#photo-caption {
	height:25px;
	text-align:center;
	padding-top:5px;
}

#video-holder {
	width:200px;
	height:200px;
	float:left;
	margin:10px 40px;
}

#video {
	height:168px;
	color:#000;
	text-align:center;
	font-weight:bold;
}

#video-caption {
	height:27px;
	text-align:center;
	padding-top:5px;
}

#links-sub {
	width:460px;
	height:36px;
	margin:10px auto;
	padding:60px 0 0 100px;
}

#links-sub a {
	display:block;
	width:161px;
	height:34px;
	background:url(images/btn_back.gif);
	margin-right:30px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	text-align:right;
	padding:2px 0 0 4px;
	float:left;
}

#links-sub p {
	width:150px;
	height:28px;
	margin-right:15px;
}

#froggy-code {
	width:540px;
	height:230px;
	margin:0 auto;
}

#services {
	width:170px;
	height:620px;
	margin:-620px 0 0 750px;
}

.tandem {
	background:url(images/icon_tandem.gif) no-repeat;
	margin:0;
	padding-top:7px;	
}

.skydiving {
	background:url(images/icon_skydiving.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

.base {
	background:url(images/icon_base.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

.services {
	background:url(images/icon_services.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

.stats {
	background:url(images/icon_stats.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

.links {
	background:url(images/icon_links.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

.contact {
	background:url(images/icon_contact.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

.photo {
	background:url(images/icon_photo.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

.video {
	background:url(images/icon_video.gif) no-repeat;
	margin:0;
	padding-top:7px;
}

#text.contact-text {
	height:200px;
}

.contact-table td {
	height:50px;
	font-size:12px;
}

.contact-table h1 {
	color:#000;
	font-size:14px;
	text-align:right;
	margin:0;
}

