/*------------------------*/
/*GALLERY STYLE SHEET*/
/*------------------------*/
/*colors #aa6d40, #324645, #800000, #186b5e
#DFAC41*/

body 
{
/*
 background-image: url(bg.gif);
 background-repeat: repeat-x;
 background-attachment: fixed;
 background-position: center;
 */
 background-color: #66664d;
 padding: .1em, .5em .1em, .5em;
 text-align: center;
 font-size: 11pt;
 color: #000000;
 font-family: Papyrus, Arial, Verdana, Helvetica, sans-serif;
}

/*------------------------*/
/*DIVS*/
/*------------------------*/

#container {
 text-align: center;
 margin-top: .1em;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	width: 770px;
	height: auto;		
	}

#header {
 position: relative;
 background-color: transparent;
 width: 100%;
 height: auto;	
 padding-top: .1em;	
 	}
 	
#header h1{
 margin-top: .1em;
 margin-bottom: -.5em;
	}
		
#header p{
 font-family:Arial, Verdana, Helvetica, sans-serif;
	}
	

#flashcontent {
 text-align: center;
 padding-top: 1px;
 width: 770px;
 height: auto;
 font-size: 10pt;
 color:  #ffffff;
 background-color: #000000;
 margin-top: .6em;
 border-top: 1px solid #DFAC41;
 border-left: 1px solid #DFAC41;
 border-right: 1px solid #DFAC41;
 }

#bottom {
 position: relative;
 background-color: #000000;
 width: 770px;
 height: auto;
 border-left: 1px solid #DFAC41;
 border-right: 1px solid #DFAC41;
 border-bottom: 1px solid #DFAC41;
	}

div#contact p{
 text-align: center;
 font-size: 10pt;
 color:  #DFAC41;
  }
 
div#footer p{
 text-align: center;
 font-size: .5em;
 color: #DFAC41;
 text-decoration: none;
 font-weight: 400;
 margin-bottom: 1px;
 margin-top: 2em;
 }
/*------------------------*/
/*CLASSES*/
/*------------------------*/

p.email 
{
 text-align: center;
 font-size: .9em;
 margin-bottom: .2em;
}

p.phone 
{
 text-align: center;
 font-size: 1em;
 font-weight: bold;
 text-decoration: none;
 margin-bottom: 1em;
}

/*------------------------*/
/*HEADINGS*/
/*------------------------*/
h1 
{
 text-decoration: none;
 text-align: center;
 letter-spacing: 2px;
 font-size: 2.1em;
font-weight: bold;
}

h2 
{
 text-decoration: none;
 text-align: center;
 letter-spacing: 1px;
 font-size: 1.1em;
 margin-top: .5em;
 margin-bottom: .5em;
}

/*------------------------*/
/*LINKS*/
/*------------------------*/
a:link 
{
 color: #DFAC41;
 text-decoration: underline;
 font-weight: normal;
}

a:visited 
{
 color: #DFAC41;
 text-decoration: none;
 font-weight: normal;
}

a:active 
{
 color: red;
 text-decoration: none;
 font-weight: normal;
}

a:hover 
{
 color: #ffffff;
 text-decoration: underline;
 background-image: none;
 font-weight: normal;
}
