@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 944px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1533px;
} 
.rights {
	float: left;
	height: 20px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
.links_footer {
	float: right;
	height: 20px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}


.links {
	width: 690px;
	height: 320px;
	float: right;
	margin-top: 20px;
}
.our_destinations {
	height: 20px;
	width: 300px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.text {
	height: 120px;
	width: 650px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	float: left;
	text-align: left;
}

.header_piece {
	width: 238px;
	float: left;
}

.twoColFixLtHdr #header {
	height: 105px;

} 
.flash {
	height: 105px;
	width: 706px;
	float: right;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 239px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	background-color: #CCCCCC;
	height: 1427px;
}
.twoColFixLtHdr #mainContent {

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#main {
	height: 135px;
}
.map {
	height: 440px;
	width: 666px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}
.destinations {
	float: left;
	height: 20px;
	width: 200px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.gallery {
	height: 480px;
	width: 700px;
	float: right;
	margin-top: -60px;
}
.wind_weather {
	float: left;
	height: 160px;
	width: 239px;
	background-color: #FFFFFF;
	text-align: center;
}
#footer {
	height: 50px;
	background-color: #CCCCCC;
	width: 944px;
	margin: 0 auto;
}
.side_marmaris {
	float: right;
	height: 600px;
	width: 200px;
	margin-right: 40px;
}
.text_marmaris {
	float: left;
	height: 1350px;
	width: 400px;
	margin-left: 35px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#ad {
	height: 120px;
	width: 944px;
	margin: 0 auto;
	background-color: #CCCCCC;
}
.addd {
	float: left;
	height: 20px;
	width: 220px;
	text-align: center;
	margin-top: 340px;
}
#main_rhodes {
	height: 500px;
	width: 413px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: right;
	position: absolute;
	left: 561px;
	top: 193px;
}
.svfdvf {
	position: absolute;
	height: 51px;
	width: 74px;
	top: 151px;
	left: 506px;
}
#content_symi {
	float: none;
	height: 951px;
	width: 419px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	position: absolute;
	left: 381px;
	top: 112px;
}
#p1 {
	float: right;
	height: 100px;
	width: 100px;
}
#pho_side_bar {
	height: 200px;
	width: 160px;
	float: right;
	margin-top: -900px;
}
.PH1 {
	float: right;
	height: 100px;
	width: 200px;
}
.title_rhodes {
	float: left;
	height: 40px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 10px;
}
.t1000 {
}
.t1000 {
	float: left;
	height: 30px;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	margin-left: 50px;
}
.translator {
	float: left;
	height: auto;
	width: auto;
}

