@charset "UTF-8";
body {
	background-image: url(../images/fitz/background.png);
	background-repeat: repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.centertext {
	text-align: center;
}

a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#content {
	background-color: #CCCCCC;
	display: block;
	width: 900px;
}
	
#header {
	display: block;
	height: 300px;
	width: 900px;
	background-image: url(../images/fitz/fitz_static_header.jpg);
	background-repeat: no-repeat;
}

#header200h {
	display: block;
	height: 200px;
	width: 900px;
	background-image: url(../images/fitz/fitz_static_header200h.jpg);
	background-repeat: no-repeat;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #CCCC99;
	background-color: #333333;
	height: 30px;
	text-align: center;
	padding: 0;
}


#column_full_page {
	width: 880px;
	margin: 20px 10px 0px;
	clear: both;
}

#column_full_page_low {
	width: 880px;
	margin: 20px 10px 0px;
	clear: both;
}

#column_left {
	float: left;
	width: 435px;
	margin: 20px 0 20px 10px;
}

#column_right {
	width: 435px;
	float: right;
	margin: 20px 10px 20px 0;
}

#mainleft {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.boxtopfull {	
	display:block;
	width:880px;
	height:80px;	
	background-position:left top;
	background-repeat:no-repeat;
	background-image: url(../images/fitz/shadowbox880top.png);
}	

.boxtop {
	display:block;
	width:435px;
	height:80px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image: url(../images/fitz/shadow_box_top.png);			
}	

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#333333;
	text-align:left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 20px 5px 0px;
	margin-right: 20px;
	margin-left: 20px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#333333;
	text-align:left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0 5px 0;
	margin-right: 20px;
	margin-left: 20px;
	top: 0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#003399;
	text-align:left;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding: 20px 5px 0px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}

.boxbottomfull {
	display:block;
	width:880px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image: url(../images/fitz/shadowbox880bot.png);
	margin: 0px 0px 10px;
}
	
.boxbottom {
	display:block;
	width:435px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image: url(../images/fitz/shadow_box_bottom.png);
	margin-bottom: 20px;
}	

.form {
	text-align: left;
	margin-left: 20px;
}	
.maincontent {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	display:block;
	margin: 0 15px 0 15px;
	padding: 0 10px 20px 10px;
	list-style-type: square;
	list-style-position: inside;
}

.subcontent {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	display:block;	
	margin: 0 15px;
	padding: 0 10px 0px 0;
	list-style-type: none;
	list-style-position: inside;
}

.photocontent {
	display:block;
	margin: 0;
	padding: 0 15px 10px;
	float: right;
}

.photocontent_left {
	display:block;
	margin: 0;
	padding: 0 15px 10px;
	float: left;
}

.photocontent_clear {
	display:block;
	margin: 0;
	padding: 0 15px 10px;
	clear: left;
	float: left;
}

.spacer {
	clear: both;
	display: block;
	padding-bottom: 20px;
	margin: 0px;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.table_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
	border: thin ridge #666666;
	margin: 0px;
	padding: 0px;
	width: 380px;
}

.table_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	float: right;
	border: thin ridge #666666;
	margin: 0px;
	padding: 0px;
	width: 380px;
}

.table_cost {
	border: thin dotted #CCCCCC;
}

.table_cost_right {
	border: thin dotted #CCCCCC;
	text-align: center;
}

.table_charges {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#sell_wrapper {
	text-align: center;
	width: 900px;
	bottom: 30px;
	clear: both;
}

#left_box {
	width: 275px;
	float: left;
	margin-left: 17px;
}

#center_box {
	width: 275px;
	float: left;
}

#right_box {
	width: 275px;
	float: left;
}

.sell_box {
	background-color: #1A233F;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	line-height: 160%;
	padding: 10px 5px;
	border: thin solid #CCCCFF;
}

#footer {
	background-color: #333333;
	text-align: center;
	clear: both;
	height: 30px;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 900px;
}
