/* CSS Document */

body								{
	background-color: #535353;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 13px;
}
/* Headers */
.header									{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	color: #F00;
} 
.bodycopy									{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 10px;
	color: #FFF;

}
.bodycopymain									{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;

} 

.bodycopypadded									{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
} 
.bodycopycenter								{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.minicopy									{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #999;

} strong, .bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
} h1 									{
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	color: #F00;
} 
h2 									{}
h3									{}
h4									{}
h5									{}



/* Linkage */
a:link 								{}
a:visited 							{}
a:hover								{}
a:focus								{}
a:active							{} 

a.no-hov							{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; }

/* Misc. */
img									{ border: 0; }
acronym 							{ cursor: help; }
.clear								{ clear: both; }
::-moz-selection					{ background: ##E6FEBF; color: ##CCFE80; }
::selection							{ background: ##E6FEBF; color: ##CCFE80; }
#name								{ display: block; text-align: right; }

/* Navigation */
#nav								{ width: 130px; float: left; }

#nav a:link							{ display: block; color: #666; text-decoration: none; }
#nav a:visited						{ display: block; color: #666; text-decoration: none; }
#nav a:hover						{ display: block; color: #99FF00; text-decoration: none; }
#nav a:focus						{ display: block; color: #99FF00; text-decoration: none; }
#nav a:active						{ display: block; color: #99FF00; text-decoration: none; } 

ul#nav-list							{ margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Verdana; font-size: 14px; line-height: 140%; font-weight: normal !important; letter-spacing: 1px; }
ul#nav-list li						{ display: block; list-style-type: none; padding: 0; margin: 0; }

li#currentpage						{ display: block; float: left; list-style-type: none; padding: 0; margin: 0; }
#nav #currentpage a					{ display: block; color: #; text-decoration: ; }

/* Content */
#content							{ width: 675px; background-color: #535353; float: left; }

#content a:link						{ text-decoration: none; color: #333333; }
#content a:visited					{ text-decoration: none; color: #333333; }
#content a:hover					{ text-decoration: underline; color: #333333; }
#content a:focus					{ text-decoration: underline; color: #333333; }
#content a:active					{ text-decoration: underline; color: #333333; }

.left								{ width: 290px; float: left; }
.right								{
	width: 290px;
	float: right;
	height: inherit;
	font-size: 24px;
}

/* List Styles */
a.header 							{ display: block; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; font-weight: normal; margin: 0; color: #F00; } 
a.bodycopy  						{ display: inline; font-family: Verdana, Geneva, sans-serif; font-size: 10px; font-weight: normal; color: #FFF}
ul.standard							{ margin: 0; padding: 0; width: 280px; overflow: hidden; font-family: Arial, Helvetica, sans-serif; }
ul.standard li						{ display: block; margin: 0 0 5px 0; padding: 0; list-style-type: none; color: #AEAEAE; font-size: 10px; }

ul.gallery-thumbs					{ margin: 0; padding: 0px 0 0 0; }
ul.gallery-thumbs li				{ display: block; width: 200px; height: 115px; margin: 0 15px 10px 0; padding: 0; overflow: hidden; float: left; list-style-type: none; }

a.gallery:link						{ display: block; width: 120px; height: 80px; background-color: #333; padding: 1px; border: solid #F00 2px; }
a.gallery:visited					{ display: block; width: 120px; height: 80px; background-color: #333; padding: 1px; border: solid #F00 2px; }
a.gallery:hover						{ display: block; width: 120px; height: 80px; background-color: #333; padding: 1px; border: solid #333333 2px; }
a.gallery:focus						{ display: block; width: 120px; height: 80px; background-color: #333; padding: 1px; border: solid #333333 2px; }
a.gallery:active					{ display: block; width: 120px; height: 80px; background-color: #333; padding: 1px; border: solid #F00 2px; }
