@charset "utf-8";
* {
margin: 0;
padding: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #383835;
	background-image: url(../imgs/bg_main_800.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
/***************************/
/* MAIN LINKS CURRENT PAGE */
/***************************/
#index a#homelink,
#about a#aboutlink,
#contact a#contactlink,
#gallery a#gallerylink {
	color: #FFFFFF;
}
/****************************/
/* IMAGE SIZES (For Resize) */
/****************************/
img.titlepic {
	width: 27.06em;
	height: 4.19em;
}
img.maincontentpic {
	width: 31.00em;
	height: 20.56em;
}
img.biopic {
	width: 14.13em;
	height: 20.56em;
	margin-left: 1.125em;
}
/***************/
/* PAGE STYLES */
/***************/ 
.catalfano_styles #container {
	width: 47.50em;
	margin: auto;
	text-align: left;
}
/**********************/
/* Header and Linkbar */
/**********************/
.catalfano_styles #header {
	background: none;
	padding: 0;
	height: 6.25em;
	text-aligh: left;
}
.catalfano_styles #logotitle {
	width: 27.06em;
	margin: 0 auto;
	padding: 1em 0 0.63em 0;
}
.catalfano_styles #linkbar {
	background: #908f8b;
	height: 1.38em;
	border-bottom: solid #524f47 0.06em;
	background-image: url(../imgs/bg_strip.gif);
	background-repeat: repeat-y;
	padding: 0.25em 0 0.25em 0;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #e3e3e3;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.catalfano_styles #linkbar a {
	padding: 0 3.25em 0 3.25em;  /* 1.25em original */
	color: #e3e3e3;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.catalfano_styles #linkbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/***************************************/
/* Main Area (sidebar and maincontent) */
/***************************************/
.catalfano_styles #sidebar1 {
	float: left;
	width: 16.38em;
	padding: 0;
	height: 20.56em;
	border-right: solid #524f47 0.12em;
	background-image: url(../imgs/bg_leftfloat.gif);
}
.catalfano_styles #sidebar1 h1 {
	padding: 0 0.94em 0 0.94em;
	color: #ffffff;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.catalfano_styles #sidebar1 p {
	color: #ffffff;
	padding: 0 1.19em 0 1.19em;
	text-align: left;
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-weight: 400;
}
.catalfano_styles #sidebar1 a {
	color: #ffffff;
	text-decoration: none;
}
.catalfano_styles #sidebar1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.catalfano_styles #mainContent {
	float: left;
	width: 31em;
	margin: 0;
	height: 20.56em;
	background-image: url(../imgs/bg_content.gif);
}
.catalfano_styles #mainContent h1 {
	padding: 0 0.94em 0 0.94em;
	background: #e9eac2;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.catalfano_styles #mainContent p {
	color: #FFFFFF;
	padding: 0 2.19em 0 2.19em;
	text-align: left;
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-weight: 400;
}
/***********/
/* Gallery */
/***********/
.catalfano_styles #flashgallery {
	width: 31em;
	height: 20.56em;
}
/**********/
/* Footer */
/**********/
.catalfano_styles #footer {
	height: 1.1em;
	padding: 0.7em 0.2em 0.7em 0;
	background: #908f8b;
	border-top: solid #524f47 0.06em;
	background-image: url(../imgs/bg_strip.gif);
	background-repeat: repeat-y;
	text-align: right;
	font: 0.5em Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: 0.1em;
} 
.catalfano_styles #footer a {
	margin: 0 0 20em 0;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.catalfano_styles #footer a:hover {
	text-decoration: underline;
}
/********/
/* Misc */
/********/
.clearfloat {
	clear:both;
    height:0;
    font-size: 0;
    line-height: 0;
}
/*********************/
/* Non-Flash Gallery */
/*********************/
.catalfano_styles #motioncontainer a img { /*image border color*/
	border: 0px solid #ccc;
}

.catalfano_styles #motioncontainer a:hover img { /*image border hover color*/
	border: 0px solid navy;
}

.catalfano_styles #motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

.catalfano_styles #statusdiv {
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: lightyellow;
	border: 1px solid gray;
	visibility: hidden;
}