@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #AEC7B1;
	background-position: 99;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/main_back3.jpg);
	margin-top: 10;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
} 
.pictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.photobox {
	text-align: center;
	float: right;
}
.twoColFixLtHdr #header {
} 
.footer   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/footer2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	line-height: 20px;
	text-decoration: none;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}
.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FF0066;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #adc6b0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #251E10;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: 261F12;
}
.photoRight {
	border: 1px solid #FFFFFF;
	float: right;
	margin-left: 10px;
}
.photoLeft {
	float: left;
	border: 1px solid #FFFFFF;
	margin-left: 17px;
}
.nameLeft {
	float: left;
	height: 60px;
	width: 160px;
	margin-left: 18px;
}
.photoCenter {
	border: 1px solid #FFFFFF;
	margin-left: 180px;
	float: left;
}
.sandi {
	position: absolute;
	left: 200px;
	top: 500px;
}

