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

/*
Declaration order:
clear
bg color
width
align
margins, padding, borders
font styles
float
*/

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; }
	
a:link {
	color:#F00; } /* unvisited link */
a:visited {
	color:#00F; } /* visited link */
a:hover {
	color:#0F0; } /* mouse over link */
a:active {
	color:#00F; } /* selected link */
	
a.workmenu:link {
	color:#FFF; } /* unvisited link */
a.workmenu:visited {
	color:#0F0; } /* visited link */
a.workmenu:hover {
	color:#0F0; } /* mouse over link */
a.workmenu:active {
	color:#00F; } /* selected link */
	
p {
	margin:8px; }
	
.container {
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; }
	
.homemenubar  {
	width:600px;
	float:left; }
	
.menubar {
	width:1000px;
	float:left; }
	
.leftbutton {
	float:left; }
	
.centerbutton {
	text-align:center; }

.rightbutton {
	float:left; }
	
.menubutton {
	text-align:center; }
	
.workbutton {
	margin-top:25px;
	margin-bottom:25px;
	margin-left:192px;
	font-size:16px;
	color:#FFF; }

.divider {
	clear:both;
	padding-top:8px;
	padding-bottom:10px;
	text-align:center; }
	
.spacerbar {
	clear:both;
	height:10px; }

.rightgraphic {
	width:350px;
	float:right; }

#home_mouse {
	}

.bodytextwhite {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF; }

.bodytextblack {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000; }
	
.date {
	margin:0;
	padding-top:10px;
	font-size:smaller; }
	
.returnbutton {
	text-align:center; }
	
.topgraphic {
	width:1000px;
	float:left; }
	
.toprightgraphic {
	width:42px;
	float:right; }
	
.row {
	text-align:center;
	background-color:#0033FF }
	
.sidemenugraphic {
	width:152px;
	height:64px;
	text-align:left;
	float:left;
	padding:4px; }

.sidetitlegraphic {
	width:400px;
	height:70px;
	text-align:left;
	float:left;
	padding:4px; }
	
.thumbnail {
	width:80px;
	height:80px;
	text-align:center;
	float:left;
	padding:6px; }
	
.titletext {
	width:1000px;
	float:left;
	font-size:18px;
	font-weight:bold;}

.lefttext {
	float:left;
	font-size:18px;
	font-weight:bold;}

.buyprint {
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	font-size:18px;
	font-weight:bold;
	font-color:blue;}
	
.imagetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center; }
	
.centergraphic {
	width:984px;
	text-align:center;
	padding:8px; }
	
.graphictitle {
	width:984px;
	text-align:left;
	padding:8px; }
	
.notesblock {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000; 
	margin-left:120px;
	margin-right:120px;}

