
/* HTML ELEMENTS */
body
	{
	height: 100%;
	margin: 0; padding: 0;
	background-color: #ffd028;
	font-family: franklin gothic, helvetica, arial, sans-serif;
	color: #666666;
	}
	
td
	{
	vertical-align: top;
	}
	
a
	{
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}


/* MAIN ELEMENTS */
#mainContainer
	{
	width: 758px;
	}
	
#footer
	{
	position: relative;
	}
	

/* NAVIGATION TOP ROW */
.navTopRow
	{
	vertical-align: bottom;
	font-size: 11px;
	color: #666666;
	}
.navTopRow span
	{
	color: red;
	}
.navTopRow a
	{
	color: #666666;
	}
.navTopRow input
	{
	vertical-align: bottom;
	width: 100px; height: 13px;
	border: 1px solid #999999;
	}
	
/* NAVIGATION BOTTOM ROW */
.navBottomRow
	{
	color: #666666;
	vertical-align: middle;
	width: 594px;
	height: 30px;
	font-size: 12px;
	background-image: url("./media/navBG.gif");
	background-repeat: no;
	}
.navBottomRow a
	{
	color: #666666;
	}
.navBottomRow span
	{
	color: #ccff66;
	}
	
.seaGreenSm
	{
	color: #5ca299;
	font-weight: bold;
	font-size: 11px;
	}
	
.seaGreenM
	{
	color: #5ca299;
	font-weight: bold;
	font-size: 12px;
	}
.seaGreenL
	{
	color: #5ca299;
	font-weight: bold;
	font-size: 14px;
	}
	
	
/* MODULES */
.subLink
	{
	font-size: 10px;
	color: #518222;
	font-style: italic;
	}
	
.moduleLink
	{
	font-weight: bold;
	font-size: 14px;
	color: #5ca299;
	}
	
.moduleContent
	{
	padding-left: 10px; padding-right: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	overflow: hidden;
	background-color: #ffffff;
	}
	
.moduleHeader300
	{
	font-size: 14px;
	font-family: georgia, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #ccff66;
	width: 300px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./media/moduleHeaderBar300.gif");
	background-repeat: no;
	}

.moduleHeader330
	{
	font-size: 14px;
	font-family: georgia, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #ccff66;
	width: 330px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./media/moduleHeaderBar330.gif");
	background-repeat: no;
	}

.moduleHeader402
	{
	font-size: 14px;
	font-family: georgia, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #ccff66;
	width: 402px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./media/moduleHeaderBar402.gif");
	background-repeat: no;
	}
	
.moduleHeader420
	{
	font-size: 14px;
	font-family: georgia, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #ccff66;
	width: 420px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./media/moduleHeaderBar422.gif");
	background-repeat: no;
	}
	
.moduleHeaderRounded
	{
	font-size: 14px;
	font-family: georgia, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #ccff66;
	width: 311px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./media/moduleHeaderRounded.gif");
	background-repeat: no;
	}
	
.moduleHeaderRounded184
	{
	font-size: 14px;
	font-family: georgia, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #ccff66;
	width: 184px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-image: url("./media/moduleHeaderRounded184.gif");
	background-repeat: no;
	}	
	
.artistsList_middle
	{
	background-image: url("./media/artistsList_middle.gif");
	background-repeat: repeat-y;
	width: 109px;
	padding-left: 10px;
	padding-right: 10px;
	}
.artistsList_middle a
	{
	color: #518222;
	font-size: 12px;
	font-weight: bold;
	}
	
	
/* EMAIL & INPUT */
.emailForm
	{
	color: #5ca299;
	font-size: 13px;
	font-weight: bold;
	}
.emailForm span
	{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	}
.emailForm input
	{
	width: 270px;
	}
	
	
/* CONTACTS PAGE */
.contactsLeft
	{
	width: 300px;
	font-size: 12px;
	}
.contactsLeft span
	{
	font-size: 14px;
	font-weight: bold;
	color: #518222;
	}
.contactsLeft a
	{
	color: #5ca299;
	}
	
	
/* PHOTOS PAGE */
.photoThumbs
	{
	width: 62px;
	height: 48px;
	}
	
.photoThumbs img
	{
	width: 62px;
	height: 48px;
	}
	
.bigPhoto
	{
	width: 433px;
	height: 311px;
	}
	
.slideshowBtns img
	{
	margin-left: 8px;
	}
	