@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;	
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #102340;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #2c2c2c;
}
h1 {
	color: #182f4f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #182f4f;
	font-weight: normal;
	text-align: left;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #1c3352;
}


#left p {
	margin-bottom: 15px;
}


#mainContainer {
	background-image: url(images/bgmain.jpg);
	background-repeat: repeat;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgcontainer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 180px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	position: relative;
}
#logo {
	display: block;
	height: 115px;
	width: 230px;
	position: absolute;
	left: 385px;
	top: 15px;
	text-decoration: none;
}
#side a {
	display: block;
	color: #f4d992;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
}
#side a:hover, #side a:active {
	text-decoration: underline;
}

#news {
	position: absolute;
	height: 20px;
	width: auto;
	left: 72px;
	top: 140px;
}
#about {
	position: absolute;
	height: 20px;
	width: auto;
	left: 231px;
	top: 140px;
}
#rooms {
	height: 20px;
	width: auto;
	position: absolute;
	top: 140px;
	right: 298px;
}
#service {
	height: 20px;
	width: auto;
	position: absolute;
	top: 140px;
	right: 196px;
}
#contacts {
	height: 20px;
	width: auto;
	position: absolute;
	top: 140px;
	right: 73px;
}
#top {
	height: 230px;
	width: 1000px;
	background-image: url(images/bgtop.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
}
#left {
	float: left;
	width: 430px;
	padding-left: 50px;
}
#right {
	float: right;
	width: 440px;
	padding-right: 50px;
}
.clear {
	clear: both;
	height: 0px;
	background-repeat: no-repeat;
}

.leftSide {
	padding-left: 148px;
}
#reserve {
	background-image: url(images/reserve.jpg);
	background-repeat: no-repeat;
	background-position: 50px 0px;
	height: 103px;
}


#phone {
	height: 28px;
	width: 235px;
	background-image: url(images/phone1.jpg);
	background-repeat: no-repeat;
}
#special {
	margin-top: 30px;
	background-image: url(images/special.jpg);
	background-repeat: no-repeat;
	background-position: 50px center;
}

#turkish {
	background-image: url(images/turkish.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-top: 30px;
}
.pic {
	border: 1px solid #122339;
	margin: 5px;
}
#footer {
	width: 900px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 94px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	background-position: center top;
	padding-right: 50px;
	padding-left: 50px;
}
#footerLeft {
	float: left;
	width: 292px;
	height: 134px;
	padding-left: 148px;
}
#footerRight {
	height: 134px;
	width: 440px;
	float: right;
}
#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #252525;
	margin-top: 1px;
	margin-bottom: 1px;
}
#editor {
	background-image: none;
	background-color:  #fff;
}
