/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 101%;
	background-image: url(images_header/background_tile.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 90%;
}
/*wrapper 35px more than box01*/
#wrapper{
	height: 1100px;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	background-image: url(images_header/background_tile.jpg);
	background-repeat: repeat;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #000000;
}
/*BOX01 is the first container*/
/* box01 141px more than box03*/
#box01{
	background-color: #FFFFFF;
	height: 1080px;
	width: 740px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1e5379;
	border-right-color: #1e5379;
	border-bottom-color: #1e5379;
	border-left-color: #1e5379;
	padding-bottom: 10px;
}
/*Box02 Header Container Bannner*/
#box02{
	height: 130px;
	width: 729px;
	background-image: url(images_header/banner_header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 5px;
}
/*Box 3 Container holds main pic, sidebar and text*/
#box03{
	height: 930px;
	width: 728px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c7c6c2;
	border-right-color: #c7c6c2;
	border-bottom-color: #c7c6c2;
	border-left-color: #c7c6c2;	
}
/*Box 3 openings Container for Current openings Page*/
#box03-openings{
	height: 871px;
	width: 728px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c7c6c2;
	border-right-color: #c7c6c2;
	border-bottom-color: #c7c6c2;
	border-left-color: #c7c6c2;	
}
#MainContent{
	height: 362px;
	width: 450px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#MainContent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#MainContent li{
	font-size: 85%;
	
}

#sidebar-pic{
	background-color: #FF0000;
	height: 600px;
	width: 234px;	
}
.td{
	background-color: #EBEBEB;
}
/*link user back to Financail Freedom's Home Page*/
#backtoFF{
	float: right;
	position: static;
	padding: 5px;
}
#backtoFF a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: underline;
	color: #0061a9;
	font-weight: bolder;
}