@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0px;
	text-align:center;
	background-image: url(clouds.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#384857;
}

.white {
	color: #FFF;
}
.blue {
	color: #465195;
}
.larger {
	font-size: 16px;
}
.large {
	font-size: 14px;
}
.smaller {
	font-size: 10px;
}
.small {
	font-size: 11px;
}

h1 {
	color:#384857;
	font-size:18px;
}

h2 {
	color:#5d6cc7;
	font-size:16px;
}

hr {border: none 0;
border-top: 1px dashed #add037;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

hr.blue {border: none 0;
border-top: 1px dashed #5d6cc7;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

a:link {color: #5d6cc7; text-decoration: underline;}
a:active {color: #5d6cc7; text-decoration: underline;}
a:visited {color: #8f9ad8; text-decoration: underline;}
a:hover {color: #5d6cc7; text-decoration: none;}

a.nav:link {color: #5d6cc7; text-decoration: none;}
a.nav:active {color: #5d6cc7; text-decoration: none;}
a.nav:visited {color: #5d6cc7; text-decoration: none;}
a.nav:hover {color: #5d6cc7; text-decoration: underline;}

a.white:link {color: #fff; text-decoration: underline;}
a.white:active {color: #fff; text-decoration: underline;}
a.white:visited {color: #fff; text-decoration: underline;}
a.white:hover {color: #fff; text-decoration: none;}

a.footer:link {color: #384857; text-decoration: none;}
a.footer:active {color: #384857; text-decoration: none;}
a.footer:visited {color: #384857; text-decoration: none;}
a.footer:hover {color: #384857; text-decoration: underline;}

a.green:link {color: #6e861c; text-decoration: underline;}
a.green:active {color: #6e861c; text-decoration: underline;}
a.green:visited {color: #6e861c; text-decoration: underline;}
a.green:hover {color: #6e861c; text-decoration: none;}

#menu {
	background:url(images/menu_bg.png) no-repeat;
	height:18px;
	padding:3px 0px 3px 0px;
	margin:3px 0px 3px 0px;
	font-size:14px;
}
.divider {
	color:#bac0e7;
}

img.right {
	margin-left:15px;
	margin-bottom:10px;
}

img.left {
	margin-right:15px;
	margin-bottom:10px;
}

#photo_people_container {
	margin:auto;
	width:956px
}

#photo_people {
	width:360px; 
	position:absolute;
}
