@charset "UTF-8";

body  {
	background: #E1D9B3;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

html { overflow-y: scroll; overflow-x: scroll; }

#FarhaCont { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	background: #DDDDDD;
	height: 200px;
	background-color: #004B8D;
	margin-bottom: 12px;
	overflow: hidden;
} 

#hdrRight {
	float: right;
	width: 600px;
}

#hdrLeft {
	float: left;
	width: 300px;
}

#sidebar {
	width: 300px;
	height: 308px;
	float: left;
	margin-top: 25px;
}

#mainContent {
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
}

#bodyLeft {
	width: 380px;
	float: left;
	padding-right: 20px;
	overflow: hidden;
}

#bodyRight {
	float: right;
	width: 200px;
	overflow: hidden;
}

#photoRow {
	width: 600px;
	overflow: hidden;
}

#photoRow img {
	border: 0px;
}

.photoRmarg {
	margin-right: 0px;
	padding-right: 24px;
}

#photoRow ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#photoRow li   {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}

#owners {
	width: 216px;
	float: right;
}

h1 {
	font-size: 16px;
	color: #004B8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
}

h2 {
	font-size: 14px;
	color: #004B8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

h3 {
	font-size: 12px;
	color: #004B8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
}

h4 {
	font-size: 14px;
	color: #004B8D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

.frontPhoto {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.frontPhotoR {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#textFront {
	width: 609px;
	padding-left: 63px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
} 

#footer {
	background-color: #004B8D;
	height: 20px;
} 

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 4px;
	color: #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


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

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

a:link {
	color: #004B8D;
	text-decoration: underline;
}

a:visited {
	color: #004B8D;
	text-decoration: underline;
}

a:hover {
	color: #B9CE26;
	text-decoration: underline;
}
