/*
      Created by Tony Pacini.
	  
	  Email Tony Pacini directly at: DesignDepartment@SaphuRecords.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px; 
 background-image: url(images/body_bg.jpg); 
 background-repeat: repeat-x;  
 background-attachment: scroll; 
 background-color: #400908;
}


#wrapper { 
 margin: 0 auto;
 width: 922px;  
 background-image: url(images/wrapper_bg.jpg); 
 background-repeat: repeat-y;
 background-color: #B1A383;
}


#header {
 color: #333;
 width: 922px;
 float: left;
 padding: 0px;
 height: 126px;
 margin: 0px 0px 0px 0px;
  background-image: url(images/header_bg.jpg); 
 background-repeat: no-repeat;
 background-color: transparent; 
}


#navigation {
 float: left;
 width: 922px; height: 65px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
  background-image: url(images/nav_bg.jpg); 
 background-repeat: no-repeat;
 background-color: transparent;
}

#navigation a         { color: #62322B; font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; font-weight: bold; background: transparent; padding: 5px; text-decoration: none; font-size: 20px; }
#navigation a:link    { color: #62322B; font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; font-weight: bold; background: transparent; padding: 5px; text-decoration: none; font-size: 20px; }
#navigation a:visited { color: #62322B; }
#navigation a:hover   { color: #981744; }
#navigation a:active  { color: #62322B; }




#leftcolumn { 
 color: #400908;
 margin: 0px 0px 0px 20px;
 padding: 10px 10px 0 0;
 height: 100%;
 width: 648px;
 float: left;
}
#leftcolumn a         {  color: #9A3030; background: transparent; padding: 2px; text-decoration: none; font-size: 16px; }
#leftcolumn a:link    {  color: #9A3030; background: transparent; padding: 2px; text-decoration: none; font-size: 16px; }
#leftcolumn a:visited {  color: #9A3030; }
#leftcolumn a:hover   { color: #B60202; text-decoration: underline; }
#leftcolumn a:active  {  color: #9A3030; }




#rightcolumn { 
 float: right;
 color: #F9F5E4;
 margin: 10px 10px 0px 0px;
 padding: 10px;
 height: 100%;
 width: 200px;
 display: inline;
}


#footer { 
 width: 922px; height: 145px;
 clear: both;
 color: #C4C699;
  background-image: url(images/footer_bg.jpg); 
 background-repeat: no-repeat;
 background-color: transparent;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-size: 11px;
 text-align: center;
}

#footer a         {  color: #FEE3E3; background: transparent; padding: 3px; text-decoration: none; font-size: 11px; }
#footer a:link    {  color: #FEE3E3; background: transparent; padding: 3px; text-decoration: none; font-size: 11px; }
#footer a:visited {  color: #FEE3E3; }
#footer a:hover   { color: #C74C4C; }
#footer a:active  {  color: #FEE3E3; }



/* Typography Styles Below */

.headline {
   font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
	}

p {
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 16px;
        margin-top: 1.5em; color: #400908; line-height: 1.5em;
        }

.start {
    font-family:Georgia,serif;
	font-size: .8em;
        font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px;
	}

.notesright {
 padding-top: 20px;
 line-height: 1em;
 width: 194px;
 height: 100%;
 padding-bottom: 20px;
 font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
 }
 
.notesright a         {   color: #56523F; background:transparent; padding: 2px; text-decoration: none; font-weight: bold; font-size: 14px; }
.notesright a:link    {   color: #56523F; background:transparent; padding: 2px; text-decoration: none; font-weight: bold; font-size: 14px; }
.notesright a:visited {   color: #56523F; background:transparent; }
.notesright a:hover   {  color: #FEE3E3; background:transparent; text-decoration: underline; }
.notesright a:active  {   color: #56523F; background:transparent; } 
 
 


