﻿/*---------------------------------------------------------------------		
											General & Element Selectors
-----------------------------------------------------------------------*/
* 
{
    margin: 0;
    padding: 0;
}
ul
{
    padding:0px;
    margin-top:0;
    position:relative;  
}
hr
{
    width:85%;
    color:#6F513B; /* Brown */    
}
/* DEFAULT NAV */
a 
{
	color: #D37F29; /* Orange */
	text-decoration:none;
	font-size:small;
	font-weight:normal;
}
a:active 
{
	color: #D37F29; /* Orange */
}
a:visited 
{
	color: #D37F29; /* Orange */
}
a:hover 
{
	color:#6F513B; /* Brown */
}
/*---------------------------------------------------------------------		
																Objects
-----------------------------------------------------------------------*/
#mainPageLogo
{
	margin: 0;
	position: relative;
	left: 0px;
	top: 0px;
	width:796px;
	height:339px;
	z-index: 1;
}
#mainPageWrapper 
{
	margin: 0 auto;
	width: 800px;
	position: relative;
	z-index: 0;
}

/*---------------------------------------------------------------------		
																Classes
-----------------------------------------------------------------------*/
A.selectedNav:hover
{
    color:#60CAE4; /* Blue */
}
A.selectedNav:link
{
    color:#60CAE4; /* Blue */
}
A.selectedNav:visited
{
    color:#60CAE4; /* Blue */
}

.picTheme
{
	margin: 0;
	padding:0;
	width:467px;
	height:255px;
}
.picLogo
{
	margin: 0;
	padding:0;
	width:796px;
	height:267px;
}
.picThemeName
{
	margin: 0;
	padding:10px;
	position: relative;
}
.picFreshMessage
{
	margin: 0;
	padding:0;
	width:171px;
	height:44px;
}
.blueText
{
	color: #0099CC; /* Blue */
	font-weight: bold;
}
.myUL
{
	text-decoration:underline;
}
.smallFont
{
	font-size:small;
}
.xSmallFont
{
	font-size:x-small;
}
.highLight
{
	font-size:larger;
	font-weight:bold;
	font-style:normal;	
}
.hrArtistStyle
{
    width:70%;
    color:#6F513B; /* Brown */    
}
