/* Body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:  url("../images/image_02.jpg");
}

/* Divisions */

#banner {
	width: 762px;
	height: 72px;
	background-image:  url("../images/image_01.jpg");
	background-repeat: no-repeat;
}

#photo {
	width: 762px;
	height: 226px;
	/* background-image:  url("../images/image_03_3.jpg"); */
	background-repeat: no-repeat;
}

#nav {
	width: 762px;
	height: 26px;
	background-image:  url("../images/image_04.jpg");
	background-repeat: no-repeat;
	/* margin-top: 5px; */
}

#main {
	width: 762px;
	height: 100%;
	background-image:  url("../images/image_05.jpg");
	background-repeat: repeat-y;
}

#footer {
	width: 762px;
	height: 3px;
	background-image: url(../images/image_06.jpg);
	background-repeat: no-repeat;
}

/* Spans */

.navNorm {
	color: #393f44;
}

.navSelected {
	color: #b3b3b3;
}

.headline {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

.greyed {
	color: #CCCCCC;
}


/* Links */

a:link {
	color: #393f44;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #393f44;
}
a:hover {
	text-decoration: none;
	color: #b53434;
}
a:active {
	text-decoration: none;
	color: #393f44;
}