/* GENERAL - Body and Container */
body {
	background-color: #081c35;
	background-image: url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position: top;
	margin: 0;
	text-align: center;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #20466a;
	text-decoration: none;
	line-height: 19px;
}

a {
	color: #1477C8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0;
	padding: 0;
	height: 737px;
	background-image:url(images/bg_buildings.jpg);
	background-position: center 290px;
	background-repeat: no-repeat;
}

#container_content_out {
	margin: 0 auto;
	padding:0;
	width: 705px;
	text-align: left;
	background-image:url(images/bg_content.jpg);
	background-position:center top;
	background-repeat: repeat-y;
}

#container_content_in {
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 705px;
	text-align: left;
	background-image:url(images/bg_content_buildings.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

#content_title {
	padding: 0 0 22px 0;
	margin: 0 0 0 129px;
	width: 556px;
    font-size:24px;
	color: #20466a;
	font-weight:bold;
	}

#content_title p {
	padding: 22px 0 0 0;
    font-size:11px;
	color: #20466a;
	font-weight: normal;
	}

#content_left {
	float: left;
	padding: 0;
	margin: 0;
	width: 129px;
	}

#content_right {
	float: right;
	padding: 0;
	margin: 0 20px 0 0;
	width: 556px;
	}

#photo_left {
	float: left;
	padding: 0;
	margin: 0;
	width: 113px;
	}

#spacer_vertical {
	float: right;
	padding: 0;
	margin: 0;
	width: 16px;
	}

#footer {
	margin: 0 auto;
	padding:0;
	width: 705px;
	height: 35px;
	text-align: left;
	background-image:url(images/bg_footer.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

#footer_links {
	margin: 0 auto;
	padding: 5px 0 30px 0;
	width: 705px;
	height: 20px;
	text-align: right;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #bdcfdd;
}

#footer_links_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 350px;
	text-align: left;
}

#footer_links_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 350px;
	text-align: right;
}

#footer_links a {
	color: #acd5eb;
	text-decoration: none;
}

#footer_links a:hover {
	text-decoration: underline;
}

<!--
/* hide from ie5 mac \*/

#flashcontent {
  overflow: hidden;

}

/* end hide */
-->

.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;
}

.subtitle {
    font-size:17px;
	color: #20466a;
	font-weight: bold;
	}

/* HOME PAGE */

#home_krivis {
	float: left;
	display: inline;
	width: 200px;
}

#home_mariam {
	float: left;
	display: inline;
	width: 200px;
}

#home_mariamphoto {
	float: left;
	display: inline;
	padding:0 16px 0 16px; 
	width: 113px;
}

#content_right_home {
	float: right;
	padding: 0;
	margin: 0;
	width: 576px;
	}

#content_right_home_text {
	padding: 0;
	margin: 0 20px 0 0;
	width: 556px;
	}

/* SUBPAGES */

#widecolumnspacer {
	margin: 0;
	padding: 0;
	float: left;
	width: 1px;
	height: 410px;
}

#widecolumn {
	float: right;
	padding: 0 50px 0 49px;
	margin: 0;
	width: 604px;
	}
	
#content_title_nophoto {
	padding: 0 0 22px 0;
	margin: 0;
    font-size:24px;
	color: #20466a;
	font-weight:bold;
	}
