@charset "utf-8";
/* CSS Document */

/*
    AUTHOR: Jon Deviny
            jon@devin-e.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 85% Helvetica, sans-serif; }

p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 960px;
	margin: 0 auto;
}

/* END STRUCTURE */

#header {
width: 960px;
height: 391px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

#nav {
width: 960px;
height: 73px;
}

#content {
margin-top: -6px;
margin-left: 12px;
width: 939px;
min-height: 150px;
background-image:url(images/blueGradient.jpg);
background-repeat:repeat-x;
}

#leftContent {
width: 600px;
float: left;
margin-left: 40px;
}

#leftContent2 {
width: 600px;
float: left;
margin-left: 70px;
}

#rightContent {

width: 300px;
font-size:14px;
font-weight:bold;
line-height: 28px;
color: #333333;
marging-left: 60px;
margin-top: 100px;
}

	#gallery {
	float:left;
		width: 200px;
		margin-left:60px;
	}
#footer {
width: 960px;
height: 443px;
background-image:url(images/footer.jpg);
}

#spacer {
height: 275px;
width: 960px;
}

#footerInfo {
width: 400px;
margin-left: 60px;
font:Arial, Helvetica, sans-serif;
padding-top: 30px;
line-height: 20px;
color:#BFDFFF;

}