/* == [ INITIAL/GLOBALS ] == */
a {
	text-decoration: none;
	background-color: transparent;
	color: #2660B7;
}

a:hover {
	color: #F47B1F;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 12px/18px arial, verdana, helvetica, sans-serif; 
	text-align: center;
	background-color: #FFF;
	color: #333;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
	font: normal 20px/22px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #99AFCB; 
}

h2 {
	font-size: 18px;
	background-color: transparent;
	color: #47566C;
}

h3 {
	font-size: 18px;
	background-color: transparent;
	color: #6D7D91;
}

img, form, fieldset {
	margin: 0;
	padding: 0;
}

img {
	border-color: #000;
}

label {
	margin-top: 4px;
	font: normal 9px arial, helvetica, sans-serif; 
	color: #666;
}
     
/* == [ MAIN ] == */

#wrapper {
	margin: 0 auto; /* need auto to center */
	padding: 0;
	width: 760px;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 100px;
}

#masthead {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 220px;
	background: #99AFCB url("images/bg_masthead.gif") no-repeat top center;
}

#photoshow {
	float: left;
	margin: 0;
/* CSS shorthand: top right bottom left */
    padding: 10px 0px 0px 60px;
	border: 0;
 	width: 460px; 
	height: 200px;
 	background-color: transparent;
	overflow: hidden;
	display: block;
}

#navbar {
	float: right;
	margin: 0;
    padding: 0;
	border: 0;
 	width: 210px; 
	height: 220px;
 	background-color: #99AFCB;
	overflow: hidden;
	display: block;
}

#page {
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 10px 0px 30px 0px;
	width: 760px;
    background: transparent url("images/bg.gif") repeat-y;
}

#page ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* Use background to center bullet vertically */
}

#page ul li {
/* CSS shorthand: top right bottom left */
	padding: 0px 0px 0px 10px;
	background: transparent url("images/bullet.gif") no-repeat 0 .6em;
}

#content {
	float: left;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 0px 0px 0px 60px;
	width: 460px;
}

#content a:hover {
	border-bottom: 1px dotted;
}

/* == [ SIDEBAR ] == */

#sidebar {
	float: right;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 0px 10px 0px 0px;
	width: 190px;
}

/* == [ FOOTER ] == */

#footer {
	position: relative;
/* CSS shorthand: top right bottom left */
	margin: 0px 0px 0px 30px;
    padding: 0;
 	width: 520px; 
	height: 30px;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#copyright {
/* CSS shorthand: top right bottom left */
	margin: 0px 0px 0px 30px;
    padding: 0;
 	width: 520px;
	height: 30px; 
	font: normal 11px/30px arial, verdana, helvetica, sans-serif; 
	text-align: center;
	background: transparent;
	color: #47566C;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#copyright a:hover {
	border-bottom: 1px dotted;
}

/* == [ MISC. CLASSES ] == */

.addrtext {
	font: bold 16px/18px arial, verdana, helvetica, sans-serif; 
	background: transparent;
	color: #666;
}

.subheader {
	font: bold 15px/16px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #47566C; 
}

.topul {
	font-weight: bold;
}

.clearbreak {
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

.noborder {
	border: 0; 
}

.blue {
	background-color: transparent;
	color: #2660B7;
}

.red {
	background-color: #FFFF99;
	color: #FF0000;
}
