/* style.css - Jen Maihack Photography theme. © Mike Maihack- http://cowshell.com/ */



/* Scrollbars
----------------------------------------------- */
HTML
{
scrollbar-face-color: #598894;
scrollbar-arrow-color: #302620;
scrollbar-track-color: #302620;
scrollbar-shadow-color: #302620;
scrollbar-highlight-color: #302620;
scrollbar-3dlight-color: #302620;
scrollbar-darkshadow-color: #302620;
}

/* PAGE ATTRIBUTES*/


body {
	background: #302620 url(images/bg_site.png) no-repeat top center;
	padding: 0;
	margin: 0;

}


body,td,th {
	color: #fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}



/* FONTS*/

h1 {
	color: #fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}



/* LINKS*/

a:link {  color: #598894; text-decoration: none; }
a:visited {  color: #598894; text-decoration: none; }
a:hover {  color: #ffffff; text-decoration: none; }
a:active {  color: #598894; text-decoration: none; }

a img { border: 2px solid #302620; }
a:visited img { border: 2px solid #302620; }
a:hover img { border: 2px solid #ffffff; }
a:active img { border: 2px solid #598894; }



/* FONTS*/

h1 {
	color: #fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}



/* SIMPLE VIEWER*/





/* FOOTER*/
.footer {
	font-family: 'Times New Roman', Times, serif;
	font-size: 9pt;
	color: #ffffff;
	font-style: italic;
}

.footer a { color: #ffffff; }



/* FORMS*/







/* THE END */
