/* -------- Design -> Andrew Strojny -> http://www.andrewstrojny.com ------------ please do not remove ---------- */


/* -----IE Hack----- */
html { 
	font-size: 100%; 
}

/*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the PNG transparency fix for IE script applied:
 */

 img, div { behavior: url(iepngfix.htc) }


/* -----Body, Container, Header----- */

body {
	font-family: helvetica, arial, sans-serif;
	min-width: 800px;
	text-align: left;	
	font-size: .8em;
	background-color: #61A5F1;
	color: #333388;
	/* background-image: url(../images/WaterContentTexture1.png); */
	/* background-repeat: repeat-y;
	background-position: top left; */
}
#container {
	width: 860px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	background-color:#61A5F1;
	background-repeat: no-repeat;
	background-position: top center;
}
#header {
	padding: 0 0 0 0;
	text-align: center;
}


#lbox {
	width: 805px;
}

/* ------Main Content Box----- */

#content {
	width: 860px;
	margin-left : auto;
	margin-right : auto;
	padding:0 0 2.5em 0;
	background-image: url(../images/WaterContentTexture2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/* background-color: #61A5F1;  /* 61A5F1 */
}

/* -----Content Header----- */

#content span.content_title {
	padding-left: 1em;
	font-family: Arial, Times, serif;
	font-size: 2.0em;
	font-style: bold;
	margin-left: 1em;
}

/* ------Round Inner Content Box------ Courtesy of http://kalsey.com/2003/07/rounded_corners_in_css/ ------- */

.roundcont {
	width: 100%;
	background-color: #61A5F1;
}

.roundcont p {
	margin: 1em 2em;
}




/* -----Float Images----- */

.floatright {
	margin: 0 2em 0 0;
	float: right;
}

.floatleft {
	float:left;
}

/* -----List----- */

.list {
	margin: 0 0 0 2.5em;
	padding: 0 0 0 2.5em;
}

/* -----Links----- */

a {
	color: #333333;
	outline: none;
}

a:hover {
	background-color: #333333;
	color: #61A5F1;
	outline: none;
}

/* -----Footer----- */

#footer {
	clear: both;
	padding: 0 0 0 0;
	text-align: center;
	font-family: Times, serif;
	font-size: 1.2em;
	font-style: italic;
	margin-left: 1em;
}
