/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

html {
	background-color: #3b6ca2;
	background-image: url(images/background.jpg);
	background-position: 100% 100%;
	background-repeat: repeat-x;
}


a:link {    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #c4ccf1;
	text-decoration:none;}
	
a:visited {    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #c4ccf1;
		text-decoration:none;}
	
a:active {    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #c4ccf1;
		text-decoration:none;}
	
a:hover {    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #c4ccf1;
	text-decoration:underline;}

.lightblue {    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #c4ccf1;}


li {margin-left: 0px;
	padding-left: 0px;}

ul {margin-left: 10px;
	padding-left: 0px;}

#container {
    margin-top: -250px;
    margin-left: -398px;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: left;
    width: 786px;
    min-height: 435px;
    background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
   }
   #containerMain {
	margin-top: -250px;
	margin-left: -398px;
	top: 50%;
	left: 50%;
	position: absolute;
	text-align: left;
	width: 786px;
	height: 503px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
   }
   
#header {width: 770px;
			height: 95px;
			}
			
#left_box {
	float: left;
	width: 295px;
	height: 341px;
	background-color: #FFFFFF;
	overflow: hidden;
}
			
#left_box_text {float: left;
			width: 235px;
			height: 281px;
			background-color: #507eb0;
			padding: 30px;}

#right_box {float: left;
			width: 298px;
			height: 341px;
			background-color: #507eb0;
			margin-left: 0px;}
			
#right_box_text {
	float: left;
	width: 238px;
	padding-top:30px;
	min-height: 290px;
	background-color: #507eb0;
	margin-left: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
			
#double_box_text {
	float: left;
	width: 533px;
	height: 300#;
	background-color: #507eb0;
	padding: 30px;
	height: 291];
	height: 350px;
	padding-bottom: 20px;
}

#double_box_blue {
float: left;
	width: 533px;
	background-color: #507eb0;
	padding: 30px;
	padding-bottom: 20px;
}
			
#double_box {float: left;
			width: 593px;
			height: 341px;
								}
			
#double_col_1 {width: 250px;
				float: left;}
				
#double_col_2 {width: 250px;
				float: left;
				margin-left: 10px;}

#double_col_2a {width: 250px;
				float: left;
				margin-left: 30px;}

#double_col_3 {width: 270px;
				float: left;
				margin-left: 10px;}
			
#nav {
	float: left;
	width: 167px;
	height: 161px;
	margin-left: 9px;
	text-align: left;
}
		
#home_box {float: left;
			width: 590px;
			height: 341px;}
			
#things1 {width: 100px;
			float: left;}
			
#things2 {
	width: 100px;
	float: left;
	margin-left: 30px;
}
			
		
#right_box_text_things {
	float: left;
	width: 238px;
	height: 311px;
	background-color: #507eb0;
	margin-left: 0px;
	padding: 30px;
	padding-bottom: 0px;
}
#right_box_text_who {

	float: left;
	width: 238px;
	height: 311px;
	background-color: #507eb0;
	margin-left: 0px;
	padding: 30px;
	padding-bottom: 0px;
}
#left_box_write {
	float: left;
	width: 235px;
	height: 281px;
	background-color: #507eb0;
	padding: 30px;
	padding-bottom: 14px;
}

.clear {
	clear:both;
}