@charset "UTF-8";




#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-image: url(images/cyprus_bkg1.png);
	border: 1px solid #221F7F;
	background-repeat: no-repeat;
}

#header {
	background-image: url(images/cyprus_active_top_banner.png);
	height: 35px;
	width: 965px;
	padding-left: 3px;
	padding-top: 165px;
	margin: 0;
	float: left;
}
#content_container {
	width: 968px;
}
#left_bar {
	float: left;
	width: 124px;
	padding-right: 3px;
	padding-left: 8px;
	padding-top: 35px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	display: inherit;
	color: #221F7F;
}

 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 35px; /* top and bottom padding create visual space within this div  */
	padding-left: 5px;
	line-height: 85%;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding-right: 5px;
	color: #221F7F;
}
#side_pic1 {
	height: 113px;
	width: 150px;
}
#side_pic2 {
	height: 113px;
	width: 150px;
}
#side_pic3 {
	height: 113px;
	width: 150px;
}
#mainContent {
	width: 638px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 120%;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	color: #221F7F;
	float: left;
}
#footer {
	height: 70px;
	width: 968px;
	background-image: url(images/cyprus_active_footer_adverts.jpg);
	float: left;
}

/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	background-color: #FFFFFF;
}

