@media screen {
body {
	text-align: center;
	margin: 0;
	padding: 0;
}
img {border:0;}
* {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}
small {
	font-size: 11px;
}
h1 {
	color: #F79231;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 0 0;
}

a {
	color: #F79231;
	font-weight: bold;
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
}
.photoStyle {
	margin-bottom:10px;
}

/*       D I V' S      */ 

#wrapper {
	display: block;
	width: 970px;
	text-align: left;
	margin: 0 auto;
}
#left {
	display: block;
	float: left;
	width: 176px;
	background: url(images/logo.gif) no-repeat;
}

#main {
	display: block;
	float: left;
	width: 794px;
}
#header {
	display: block;
	height:145px;
	background: url(images/headerBackground.gif) repeat-y;
	overflow: hidden;
}
#flash {
	display: block;
	float: left;
}
#photoHeader {
	display: block;
	float: right;
}
#subHeader {
	display: block;
	clear: both;
	height: 25px;
	overflow: hidden;
	background:#E4DFEB;
}
#menu2 {
	display:block;
	float: left;
}

#buttons {
	display:block;
	float: right;
	width: 200px;
}
#text {
	display: block;
	float: left;
	width: 594px;
	margin: 0;
	padding: 30px 0;
	overflow: hidden;
}
#right {
	display: block;
	float: left;
	width: 200px;
	margin-top: 65px;
	overflow: hidden;
	text-align: center;
}

/*        M E N U      */

#nav {
	margin-top: 287px;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:125px;
}
#nav li a {
	display: block;
	list-style-type: none;
	background: #004132;
	padding: 4px 10px 5px 10px;
	margin: 0 0 5px 0;
	color: white;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#text * {
	text-align: justify;
}
}

@media print {
.noPrint {display:none;}

img {border:0px}
}