/* General styles */

body {
	background-color: #2e3545;
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-top: 4px;
}

a:link{
color: #069;
}

a:hover{
color: #09C;
}

a:visited {
color: #09C;
}

img {
	border: none;

}

#container {
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#headerLeft {
	width: 228px;
	position:absolute;
}
#headerRight {
	height: 335px;
	width: 814px;
	position:relative;
	left: 228px;
	margin-left: -18px;
}
#menuHolder {
	margin-left: 36px;
	width: 192px;
	height: 268px;
	margin-top: -103px;
	position: absolute;
	z-index: 500;
}
#menuUp {
	height:170px;
	background-color: #1eb3e2;
}
#menuDn {
	height:64px;
	background-color: #818181;
	margin-top: 16px;
}

#mainPageBody {
	width:623px;
	background-color:#d9d9d9;
	padding-left: 150px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	border-right-width: 89px;
	border-left-width: 121px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
}
#footer {
	background-color: #c3c3c4;
	height: 35px;
	margin-top: 2px;
	border-right-width: 89px;
	border-right-color: #FFF;
	border-right-style: solid;
	padding-right: 30px;
	line-height: 35px;
	font-size: 11px;
}
.photos tr td p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 15px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.photos tr td img {
	margin-right: 10px;
	width: 120px;
	height: 120px;
	float:left;
}


.clear {
	clear: both;
}


/* Text */
h1 {
	font-size:18px;
	color:#818181;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.footerlink:link, a.footerlink:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.footerlink:hover {
	text-decoration: underline;
	color: #2e3092;
}

a.identra:link, a.identra:visited {
	color: #666; 
	text-decoration: none;
}

a.identra:hover {
	color: #AC2076;
	text-decoration: underline;
}	

