@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
#container {
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container h1{
	font-size: 23px;
}
#container h2{
	font-size: 19px;
}

#topWrapper {
	height: 130px;
	background-color: #fff;
	text-align: left;
}
#innerTopWrapper   {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#topNav {
	height: 30px;
	width: 900px;
}
#topNav table td {
	background-image: url(../ImagesFeb10/tab.jpg);
	color: #CFE3F5;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
#topNav a {
	color: #CFE3F5;
	text-decoration: none;
}
#topNav a:hover {
	color: #86B3DC;
	text-decoration: none;
}

#imageWrapper {
	background-color: #333;
	height: 400px;
}
#innerImageWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#images {
	width: 900px;
	height: 400px;
	float: left;
}

#contentWrapper {
	background-color: #CFE3F5;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 1120px;
	background-color: #E7F0FA;
}
#content a {
	color: #333;
}

#text {
	width: 480px;
	text-align: justify;
	float: left;
	height: 1100px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 70px;
}
#text p {
	margin-top: 25px;
}
#text h2 {
	margin-top: 50px;
}

#sidebarRight {
	width: 250px;
	height: 1080px;
	background-color: #F2F8FD;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
	margin-left: 600px;
}


#footer {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #333;
	color: #CFE3F5;
	text-align: center;
	padding-top: 10px;
	font-size: 80%;
}
#footer a {
	color: #CFE3F5;
}
.blueText {
	color: #CFE3F5;
	padding-left: 5px;
	font-size: 115%;
}
.GreyText {
	color: #666;
}


.fltRight {
	float: right;
}
.fltLeft {
	float: left;
	border: 1px solid #666666;
}
.fltRightImage {
	float: right;
	border: 1px solid #666666;
}

.imgBorder {
}

/*links page*/
#contentLinks {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	background-color: #E7F0FA;
}
#contentLinks a {
	color: #333;
}
#sidelinks {
	width: 200px;
	margin-left: 700px;
	height: 400px;
}
#sidebarLinksRight {
	width: 250px;
	height: 530px;
	background-color: #F2F8FD;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: justify;
	float: right;
}
#textLinks {
	width: 500px;
	text-align: justify;
	float: left;
	height: 530px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 70px;
}

/*contact page*/
#contentContact {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 770px;
	background-color: #E7F0FA;
}
#contentContact a {
	color: #666;
}
#textContact h2 {
	color: #999;
}

#sidelinks {
	width: 200px;
	margin-left: 700px;
	height: 400px;
}
#sidebarContactRight {
	width: 350px;
	float: right;
	height: 720px;
	background-color: #F2F8FD;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
#textContact {
	width: 440px;
	text-align: justify;
	float: left;
	height: 750px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #666;
}

/*Kalkan page*/
#contentKalkan {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	background-color: #E7F0FA;
}
#contentKalkan a {
	color: #333;
}
#sidelinks {
	width: 200px;
	margin-left: 700px;
	height: 400px;
}
#sidebarKalkanRight {
	width: 250px;
	float: right;
	height: 580px;
	background-color: #F2F8FD;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
#textKalkan {
	width: 560px;
	text-align: justify;
	float: left;
	height: 580px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*Getting There page*/
#contentGetting {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	background-color: #E7F0FA;
}
#contentGetting a {
	color: #333;
}
#sidelinks {
	width: 200px;
	margin-left: 700px;
	height: 400px;
}
#sidebarGettingRight {
	width: 250px;
	float: right;
	height: 480px;
	background-color: #F2F8FD;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
#textGetting {
	width: 560px;
	text-align: justify;
	float: left;
	height: 480px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*ContactConfirm page*/
#contentConfirm {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	background-color: #E7F0FA;
}
#contentConfirm a {
	color: #333;
}
#sidelinks {
	width: 200px;
	margin-left: 700px;
	height: 400px;
}
#sidebarConfirmRight {
	width: 250px;
	float: right;
	height: 480px;
	background-color: #F2F8FD;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
#textConfirm {
	width: 560px;
	text-align: justify;
	float: left;
	height: 180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.weatherunderground {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -15px;
}
.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}
