body {
	margin: 0px;
	background-color: #FFFFFF;
}

a img {
	border: none;
}

/* Site content */

#main {
	text-align: left;
	width: 600px;
	height: 100%;
	overflow: hidden;
	background-image: url(chris_1.jpg);
	background-repeat: no-repeat;
	background-position:  center top;
	border-left: solid 1px #4C8DA3;
	border-right: solid 1px #4C8DA3;
	font-family: verdana, arial, san-serif;
	font-size: 13px;
}

/* Contact Header */

#con_head {
	text-align: right;
	height: 99px;
	padding: 12px 25px 0px 0px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#con_head .lighter {
	color: #ACD9E5;
}

#con_head a {
	text-decoration: none;
	color: #FFFFFF;
}

#con_head a:hover {
	text-decoration: none;
	color: aquamarine;
}

/* Navigation primary bar */

#nav_main {
	float: left;
	overflow: hidden;
	width: 575px;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 25px;
}

#nav_main img {
	float: right;
}

#nav_main a {
	display: block;
	float: right;
	height: 23px;
	padding: 4px 11px 0px 11px;
	text-decoration: none;
	color: #777788;
}

#nav_main a:hover {
	color: #000000;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(butBg.png);
}

/* Page titles */

#pg_Title {
	text-align: right;
	margin-top: 30px;
	width: 600px;
	margin-bottom: 5px;
}

/* Content */

#contents {
	width: 572px;
	margin-left: 15px;
	margin-right: 15px;
}
#pic_Left {
	float: left;
	background-color: #4C8DA3;
	margin-right: 15px;
	margin-left: -15px;
	margin-bottom: 5px;
	width: 200px;
	padding-top: 2px;
}

#pic_Left img {
	margin: 3px 5px 0px 5px;
	width: 190px;
	height: 143px;
	padding: 0px;
}

.enlarge {
	text-align: center;
	padding: 3px 3px;
	border:  1px solid #4C8DA3;
	width: 192px;
	background: #ffffff;
}


/* Footer */

#footer {
	float: left;
	width: 570px;
	padding: 3px 25px 3px 5px;
	margin-top: 25px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #669CAF;
	border-top: solid 1px #4C8DA3;
	border-bottom: solid 1px #4C8DA3;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
}
