/* CSS Document */
body{
	background-color:#C4CCD4;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	width:780px;
	text-align:left;
	margin:auto;
	border:1px solid #14127D;
}
#header{
	position:relative;
}
#header div{
	text-align:center;
}	
#header #logo{
	position:absolute;
	top:0;
	left:0;
	border:none;
}
#content{
	text-align:left;
	padding:5px;
}

#instructions{
	font-size:1.3em;
	margin-top:150px;
}


.fl{
	float:left;
}
.fr{
	float:right;
}
.center{
	text-align:center;
}

h2{
	text-align:center;
	color:#14127D;
	font-size:1.3em;
	margin-top:0;
}

h2 span{
	font-size:0.7em;
}

#pricing{
	text-align:center;
	margin-top:30px;
	_margin-top:10px;
}

#pricing table{
	margin:0 auto;
	text-align:center;
	border:1px solid #14127D;
}

#pricing table td{
	border:1px solid #14127D;
	padding:0px;
	margin:0;
}

#pricing table th{
	border:1px solid #14127D;
	padding:0px;
	margin:0;
	color:#14127D;
	font-weight:bold;
}

#mainArea{
	width:750px;
	border:0;
	border-collapse:collapse;
	height:400px;
}
#caption{
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	width:auto;
	color:#14127D;
}

#nav{
	width:150px;
	border:1px solid red;
}

#imageArea{
	width:400px;
	height:400px;
	border:1px solid #14127D;
	text-align:center;
	padding:0;
	margin:0 0 0 20px;
}

#loadedImg{
	display:none;
	text-align:center;
	margin:0 auto;
}

#sideText{
	width:16px;
	height:389px;
}

/*#thumbScroll table{
	border:none;
	border-collapse:collapse;
}*/

#thumbScroll img{
	padding:5px;
}

#thumbScroll{
	text-align:center;
	height:400px;
	width:110px;
	border:1px solid #14127D;
	padding:0;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
}
