body
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #333333;
	margin: 0px;
}

/* BORDERS */
.black
 { background: #000; border: solid 1px #000000 }

.logo { background: #365089; }

/* GENERIC AHREF LINKS */
a:link
 { color: #999; font-weight: bold; text-decoration: none }
a:hover { color: #f90 }
a:active
{
	color: #365089;
	font-weight: bold;
	text-decoration: none;
}

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

/* ABOUT SMG */
.lines
{
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}

.sections
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 18px;
	padding: 5px 10px 5px 10px;
}

.header
 { color: #666666; font-size: 13px; font-family: verdana, sans-serif; font-weight: bold }

select.dropdown
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width: 225px;
	background: #eeeeee;
	border: 1px solid;
	border-color: #999999 #ffffff #ffffff #999999;
	margin: 3px 0px 3px 0px;
}

select.pastissues
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	width: 220px;
	background: #BE3319;
	border: 1px solid #669900;
}

/* CONTACT FORM */
form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.warn
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
}

.question
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 225px;
	height: 75px;
	background: #eeeeee;
	border: 1px solid;
	border-color: #999999 #ffffff #ffffff #999999;
	margin: 3px 0px 3px 0px;
}

.errorquestion
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 225px;
	height: 75px;
	background: #ffcc99;
	border: 1px solid;
	border-color: #999999 #ffffff #ffffff #999999;
	margin: 3px 0px 3px 0px;
}

.mailinfo
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 225px;
	background: #eeeeee;
	border: 1px solid;
	border-color: #999999 #ffffff #ffffff #999999;
	margin: 3px 0px 3px 0px;
}

.errormailinfo
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 225px;
	background: #ffcc99;
	border: 1px solid;
	border-color: #999999 #ffffff #ffffff #999999;
	margin: 3px 0px 3px 0px;
}

.sendit
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background: #999999;
	border: 1px solid;
	border-color: #ffffff #999999 #999999 #ffffff;
	margin: 3px 0px 3px 0px;
}

.red
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

/* COPYRIGHT */
.goback
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	margin-left: 10px;
}

.copyright
{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	margin-right: 10px;
}

/* ABOUT */
.photographer
{
	font-family: verdana, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-left: 10px;
}

.thumbnail
 { margin: 3px; float: right; border: solid 1px #333333 }
.nothumbnail { float: right; }

span.photo
{
	color: #365089;
	font-weight: bold;
}

/* HIDDEN ITEMS */
div#stats { display: none; }

