@charset "utf-8";
/* CSS Document */
div {
	float:left;
}

body {
	background-color:#779db2;
	margin:10px 0px 10px 0px;
	padding:0px;
}

#wrapper {
	margin:auto;
	float:none;
	width:790px;
}

#header {
	width: 790px;
	height: 192px;
	background-image: url(images/header.gif);
	background-repeat:no-repeat;
}

#handImg {
	position:relative;
	width:69px;
	height:139px;
	top:53px;
	left:-69px;
	background-image:url(images/handImg.gif);
}

/* TOP NAVIGATION */
		#topNav {
			position:relative;
			width:788px;
			height:22px;	
			background-color:#e7e7e7;
			border-left:1px solid #000000;
			border-right:1px solid #000000;
			font-size:13px;
			font-family:Century Gothic, Calibri, Tacoma;
			background-image:url(images/screenImg.gif);
			background-repeat:no-repeat;
			background-position:center;
		}
		#topNav ul {
			margin:0px 0px 0px 7px;
			padding:0px;
			width:788px;
		}
		#topNav li {
			float:left;
			display:block;
			list-style:none;
			margin-right:17px;
		}
		#topNav a:link{color:#797979; text-decoration:none;}
		#topNav a:visited{color:#333333; text-decoration:none;}
		#topNav a:active{color:#333333; text-decoration:none;}
		#topNav a:hover{color:#cccccc; text-decoration:none;}

/* SIDE NAVIGATION */
		#sideNav {
			width:133px;
			font-size:14px;
			font-family:Century Gothic, Calibri, Tacoma;
		}
		#sideNav p {
			text-align:right;
			padding-right:4px;
		}
		#sideNav h4 {
			border-top:1px solid #8e8e8e;
			border-bottom:1px solid #8e8e8e;
			background-color:#c6c6c6;
			margin-bottom:0px;
			font-size:14px;
		}
		#sideNav ul {
			margin:0px;
			padding:0px;
			width:133px;
		}
		#sideNav li {
			display:block;
			list-style:none;
			border-bottom:1px solid #c6c6c6;
			text-align:right;
			padding-right:3px;
		}
		#sideNav li:hover{background-color:#eeeeee;}
		#sideNav a:link{color:#000066; text-decoration:none; display:block;}
		#sideNav a:visited{color:#000066; text-decoration:none; display:block;}
		#sideNav a:active{color:#000066; text-decoration:none; display:block;}
		#sideNav a:hover{color:#333399; text-decoration:none; display:block;}

#wrapper2 {
	display:table-row;
	width:788px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

#writeFrame {
	width:634px;
	border-left:#000000 solid 1px;
	background-color:#e7e7e7;
	font-size:13px;
	font-family:Century Gothic, Calibri, Tacoma;
	padding:10px;
}
#writeFrame h4 {
	margin-top:0px;
	font-size:18px;
	color:#000099;
}
#writeFrame h5 {
	color:#0000CC;
	font-size:15px;
}

#footer {
	position:relative;
	float:right;
	bottom:0px;
	height:15px;
	font-family:Century Gothic, Calibri, Tacoma;
	font-size:10px;
}

.caption {
	width:100%;
	vertical-align:top;
	margin-bottom:20px;
}
.caption td { vertical-align:top; }
.caption img {
	border:1px solid #000000;
	float:left;
}

.continue {
	float:right;
}

.gallery {
	border:0px;
	width:100%;
}
.gallery td {
	width:33%;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
.gallery td img {
	border:1px solid #000000;
}