body {
	background: #ededed;
	font: 12px arial, tahoma, verdana, helvetica, sans-serif;
	color: #3e4046;
	margin: 0;
	}
table, tr, td {
	font: 12px arial, tahoma, verdana, helvetica, sans-serif;
	color: #3e4046;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

p, h1, h2, h3, h4 { margin-top: 0; }

h1 {
	font: 17px tahoma, arial, verdana, sans-serif;
	color: #ff0006;
	}
h2 {
       font: bold 12px arial, tahoma, verdana, sans-serif;
       color: #283b64;
       margin-bottom: 0;
       }
img { border: none; }

.headerTop {
	background: #f5f6f8 url(../images/backgroundHeader.gif) repeat-x;
	height: 98px;
	width: 100%;
	}
.headerLeft { }
.headerRight {
	padding: 10px;
	vertical-align: bottom;
	text-align: right;
	font-size: 11px;
	}
#menu {
	background: #d3ecff url(../images/backgroundMenu.gif) repeat-x;
	border-bottom: 2px solid #ededed;
	padding: 5px 20px;
	white-space: nowrap;
	text-align: center;
	}
#main {
	background: #fff;
	}
#content {
	width: 760px;
	margin: 0 auto;
	padding: 10px 5px;
	}
#footer {
	background: url(../images/backgroundFooter.gif) top repeat-x;
	color: #808080;
	padding: 20px;
	font-size: 11px;
	}

/* ----- Link Styles ----- */

a:link, a:active, a:visited {
	color: #07548f;
	text-decoration: underline;
	}
a:hover {
	color: #0c74c3;
	text-decoration: underline;
	}

.headerRight a:link, .headerRight a:active, .headerRight a:visited, .headerRight a:hover { text-decoration: none; }

#menu a:link, #menu a:active, #menu a:visited {
	color: #053b64;
	font-weight: bold;
	padding: 3px 8px;
	text-decoration: none;
	}
#menu a:hover {
	color: #0c74c3;
	font-weight: bold;
	padding: 3px 8px;
	text-decoration: none;
	}
#footer a:link, #footer a:active, #footer a:visited {
	color: #808080;
	text-decoration: underline;
	}
#footer a:hover {
	color: #0c74c3;
	text-decoration: underline;
	}

.draggable {
  cursor: move;
}
.draggable a {
  cursor: pointer;
}
#image-container {
  clear: both;
}
.clear { clear: both; }
p.subtle-message {
    font-size: 125%;
    font-weight: bold;
    color: silver;
    border: 1px solid #ededed;
    padding: 3em;
    text-align: center;
}

/* - - - - - - - - - - - - Fancy Image Moving Stuff - - - - - - - - - - - - */

.photo {
	background: #fff;
	border-top: 1px solid #c2c3c9;
	border-right: 1px solid #848588;
	border-bottom: 1px solid #848588;
	border-left: 1px solid #c2c3c9;
	padding: 4px;
	margin: 5px;
	}
.picture {
	text-align: center;
	color: #
	font-size: 10px;
	width: auto;
	display: block;
	float: left;
	}
.picture a:link, .picture a:active, .picture a:visited, .picture a:hover { text-decoration: none; }
a:hover .photo {
	border-top: 1px solid #8fc3f3;
	border-right: 1px solid #006cd1;
	border-bottom: 1px solid #006cd1;
	border-left: 1px solid #8fc3f3;
	}

.screenshot {
	float: right;
	margin: 0 0 30px 30px;
	}