@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:black;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #ffffff;
	
}
#masthead {
	width: 770px;
	height: 94px;
	overflow: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url('../images/karetta_property_greece_header_1.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color:#0080ff;
}
#container {
	width: 770px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #c7d4dd;
	font-family: Verdana, Arial, Helvetica;
}
#navigation {
	width: 770px;
	height: 38px;
	overflow: Auto;
	margin-top:0px;
	margin-bottom:0;
	background-image: url('../images/zante/menu.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #678;
}

#news {
	width: 254px;
	height: 20px;
	border-top:1px solid white;
	border-bottom:0px solid white;
	border-left:1px solid white;
	border-right:0px solid white;
	padding: 0px;
	background-color: #96bcc7;
	border:px solid white;
}
#newscopy {
	width: 254px;
	height: 40px;
	overflow:visible;
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:0px solid white;
	background-color: #cbdce3;
	padding: 3px;
	font-size:11px;
	background-repeat: repeat-x;
	background-attachment: scroll;
}


#leftcontent {
	position: relative;
	float: left;
	height:221px; 
	width: 308px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top:1px solid white;
	border-bottom:0px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	display:inline;
	background-color:#c7d4dd;
}
#leftcontentmain {
	position: relative;
	float: left;
	height:inherit; 
	width: 192px;
	margin: 0 0 0 0;
	padding: 4px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	display:inline;
	background-color:#96bcc7;
}

#rightcontent {
	font-size: 0.9em;
	color: #696969;
	float: right;
	border-top:1px solid white;
	border-bottom:0px solid white;
	border-left:0px solid white;
	border-right:1px solid white;
	width: 400px;
	height: 221px;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	display: inline;
	background-color:#c7d4dd;
}
#rightcontentmain {
	font-size: 0.9em;
	color: #000000;
	float: right;
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-left:0px solid white;
	border-right:1px solid white;
	width: 566px;
	height: auto;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	display: inline;
	background-color:#ffffff;
}
#rightcontentcopy {
	font-size: 11px;
	color: #000000;
	float: right;
	border-bottom:1px solid white;
	border-left:0px solid white;
	border-right:1px solid white;
	text-align:left;
	width: 566px;
	height: auto;
	margin: 0px ;
	background-color:#ffffff;
}

#pagecopyright {
	width: 566px;
	height: auto;
	overflow:visible;
	border-bottom:1px solid silver;
	border-left:1px solid white;
	border-right:0px solid white;
	background-color: #FFFFFF;
	padding: 10px 0 10px 0 ;
	text-align:left;
	font-size:12px;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#newscontent {
	position:static;
	float: left;
	text-align: center;
	width: 770px;
	height: auto;
	overflow: auto;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top:1px solid white;
	background-repeat: no-repeat;
	font-size:11px;
}

#footer {
	text-align: center;
	width: 770px;
	height: 45px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top:1px solid white;
	background-image: url("../images/zante/property_footer.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color:#5d6f83;
	font-size:11px;
	padding-top:10px;
}
#signoff {
	text-align: left;
	width: 770px;
	height: 45px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	font-size:10px;
	color:white;
	margin-left: auto;
	background-color:#5d6f83;
}
/* Signoff Styles */
#signoff a {
	font-color:white;
	text-decoration: underline;
	color: #ffffff;
	padding-top:25px;
	margin-top:25px;
	margin-bottom:0px;
	display:inline;
}
#signoff a:hover {
	text-decoration: none;
	color: blue;
}

/* Masthead Styles */
#masthead h1 {
	text-align: right;
	color: #ffffff;
	margin: 0px;
	padding: 20px;
	padding-top: 35px;
	font-size:26px;
}
/* Navigation Styles */
#navigation a {
	font-color:white;
	text-decoration: none;
	color: #ffffff;
	padding-top:25px;
	margin-top:25px;
	margin-bottom:0px;
	display:inline;
}
#navigation a:hover {
	text-decoration: none;
	color: #678;
}
/* Content and Sidebar Styles */
h1,h2,h3,h4,h5,h6 {
	color: #22486c;
	padding:0px;
	margin:0px;
}
/* rightcontent Styles */
#rightcontent img {
	border: 1px solid #678;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.9em;
	color: #678;
	margin-top: 0;
	padding-bottom: 5px;
}
#footer a {
	color: #964;
	text-decoration: underline;
}
#footer a:hover {
	color: #ca6;
	text-decoration: underline;
}
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #ca6;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
	legend {
	color:#0055FF;
	font-family:verdana;
	font-size:13px;	
	}
	
	.form_reg {
	color:#0055FF;
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	width:200px;
	border:1px solid black;
	text-align:left;
	}
	
	.form_reg_table {
	color:#000000;
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	text-align:left;
	padding:5px;
	}
