@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #05054e url(/images/new_bg.jpg) top no-repeat;
}

body img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

#nav {
	width: 1000px;
	height: 230px;
	position: absolute;
	top: 0px;
	left: 0px;
}

TABLE.content {
	position: relative;
	margin-bottom: 25px;
	padding-right: -200px;
	top: 202px;
	width: 1050px;
}

#left {
	width: 247px;
	height: 657px;
	background: url(/images/leftBar.png) top no-repeat;
	position: relative;
	float: left;
	left: -9px;
	z-index: 3;
	color: #def5f9;
	font: 12px "Futura", "Century Gothic", Geneva;
	text-align: left;
}
#left a:link {color: #9cdefe; text-decoration: underline;}
#left a:active {color: #9cdefe; text-decoration: underline;}
#left a:hover {color: #9cdefe; text-decoration: underline;}
#left a:visited {color: #9cdefe; text-decoration: underline;}
#left a:visited:hover {color: #9cdefe; text-decoration: underline;}

.leftHeader {
	width: 195px;
	height: 75px;
	margin: 27px 27px 0px 27px;
}
#leftDate {
	position: static;
	float: left;
	margin: 10px 0px 10px 35px;
	width: 175px;
	clear: both;
	line-height: 1.8em;
}
#leftLine {
	position: static;
	float: left;
	clear: both;
	width: 247px;
	height: 1px;
	background: url(/images/stroke_sm.png) no-repeat center;
}

#body {
	width: 753px;
	height: auto;
	overflow: visible;
	background: url(/images/bg-body.png) center repeat-y;
	position: relative;
	float: left;
	left: -50px;
	top: 10px;
	z-index: 2;
	margin-bottom: 25px;
}
#bodyContent {
	color: #1c1c34;
	font: 12px "Futura", "Century Gothic", Geneva;
	width: 520px;
	line-height: 1.6em;
	margin: 32px 0px 32px 54px;
	text-align: left;
	position: static;
	float: left;
}
#bodyContent a:link {color: #05054e; text-decoration: underline;}
#bodyContent a:active {color: #05054e; text-decoration: underline;}
#bodyContent a:hover {color: #E40CFF; text-decoration: underline;}
#bodyContent a:visited {color: #05054e; text-decoration: underline;}
#bodyContent a:visited:hover {color: #E40CFF; text-decoration: underline;}

#footer {
	width: 1000px;
	height: 50px;
	background: url(/images/footer_bg.png) top no-repeat;
	font: 11px "Lucida Grande", sans-serif;
	color: #ffffff;
	position: relative;
	float: left;
	z-index: 3;
}
#footer a:link {color: #6dc5d2; text-decoration: none;}
#footer a:active {color: #6dc5d2; text-decoration: none;}
#footer a:hover {color: #6dc5d2; text-decoration: underline;}
#footer a:visited {color: #6dc5d2; text-decoration: none;}
#footer a:visited:hover {color: #6dc5d2; text-decoration: underline;}

#footerL {
	color: #6dc5d2;
	position: static;
	float: left;
	margin: 15px 0px 0px 75px;
}
#footerR {
	position: static;
	float: right;
	margin: 15px 75px 0px 0px;
}

#bodySpacer {
	width: 1px;
	height: 630px;
	position: static;
	float: right;
}

#photoThread {
	width: 216px;
	height: 589px;
	position: absolute;
	left: 785px;
	top: 45px;
	z-index: 4;
}

.photo{
	float:left;
	width:120px;
	height:110px;
	text-align:center;
}
