body {
	font:80% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin:0;
	padding:0;
	background-color:#ffffff;
	text-align:center;
	background-image:url('../images/backgrounds/sand_texture.jpg');
	background-repeat:repeat;
	color:#453723;
	padding-bottom:50px;
}

/***************************************************************\
Layout divs
\***************************************************************/

#wrapper {
	width:960px;
	margin:auto;
	text-align:left;
}

#header {
	height:130px;
	width:960px;
}

#navBar {
	width:900px;
	height:50px;
	margin:auto;
	margin-top:-30px;
	background-image:url('../images/backgrounds/nav_bar.png');
	background-repeat:no-repeat;
	text-align:left;
	font-weight:bolder;
}

#body {
	width:900px;
	background-color:#ffffff;
	margin:auto;
	padding-bottom:10px;
}

#bodyContent {
	width:880px;
	margin:auto;
}

#footer {
	background-color:#ffffff;
	width:900px;
	height:20px;
	margin:auto;
	clear:both;
}

/***************************************************************\
Links
\***************************************************************/

#navBar a {
	color:#453723;
	text-decoration:none;
}


#navBar a:hover {
	color:#9c815b;
	text-decoration:underline;
}

#bodyContent a {
	color:#0b41db;
	text-decoration:none;
}

#bodyContent a:hover {
	color:#6684dc;
	text-decoration:underline;
}

/***************************************************************\
Images
\***************************************************************/

img {
	border:none;
}

#headerLogo {
	margin-top:9px;
}

.imageRight {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

.imageLeft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.icon {
	vertical-align:middle;
}

.displayImage {
	border:2px solid #9c815b;
}

/***************************************************************\
Lists
\***************************************************************/

#navList {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:450px;
	text-align:center;
	padding-top:5px;
}

#navList li {
	display:inline;
	margin:0px;
	padding:0px;
	padding-right:2px;
	padding-left:2px;
	/*margin-right:2px;*/
	border-right:1px dotted gray;
}

#navList li.last {
	border:none;
}

/***************************************************************\
Font IDs
\***************************************************************/

#mainTitle {
	padding-top:0px;
	margin-top:0px;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
}

/***************************************************************\
Font classes
\***************************************************************/

.partnerTitle {
	font-weight:bold;
}

/*******************************\
        png fix
\*******************************/

img, div {
	behavior:url('iepngfix.htc');
}
