
body, html {  
margin: 0;
padding: 0;
padding-top: 0;
padding-bottom: 10px;
background-color: #121212;
text-align: center; 
}


#container {
    margin: 0;
    margin-bottom: 10px;
  width: 907px;
  text-align: left;
  }

.header
{
width: 907px;
height: 404px;
  background-image: url("brando-top-bg.png");
  background-repeat: no-repeat;
}

.nav
{
color: #61533c;
font-family: 'Cinzel', serif;
font-size: 20px;
 text-shadow: 1px 1px #000000;
width: 150px;
height: 300px;
padding: 2px;
text-align: left;
line-height: 1.8;
}
 
.content
{
width: 907px;
background-image: url("brando-content-bg.png");
background-repeat: repeat-y;
text-align: left;
text-transform: none;
padding-left: 40px;
padding-right: 25px;
margin-bottom: 20px;
	}
	
	.text
{
color: #555555;
font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding: 25px;
width: 755px;
text-align: left;
}

	.aside
{
  border-radius: 15px;
  border: 1px dashed #283338;
 	background-color: #181b1b;
  padding: 5px; 
  padding-left: 20px;
  width: 350px;
text-align: left;
font-size: 12px;
margin-left: 100px;
margin-right: auto; 
margin-top: 25px;
margin-bottom: 20px;
}
	
	
	
	
	.footer
{
color: #555555;
   padding-top: 75px;
   padding-bottom: 0;
   padding-left: 0px;
   padding-right: 120px;
    background-color: #121212;
    height: 150px;
    background-image: url("brando-footer-bg.png");
    background-repeat: no-repeat;
    font-family: sans-serif;
    font-size: 10px;
width: 820px;
text-align: right;
text-transform: none;
}


A:link {
color : #3c7075; 
font-weight : normal;
background : none;
text-decoration : none;
letter-spacing: 0pt;
 text-shadow: 1px 1px #000000;
} 
A:visited {
color : #3c7075; 
font-weight : normal;
background : none;
text-decoration : none;
letter-spacing: 0pt;
 text-shadow: 1px 1px #000000;
} 
A:hover {
color: #559fa6;
background-color : #000000;
font-weight : none; 
text-decoration : none;
border-bottom: 1px dashed #559fa6;
letter-spacing: 0pt;
} 
A:active {
color : #3c7075; 
font-weight : normal;
background : none;
text-decoration : none;
letter-spacing: 0pt;
 text-shadow: 1px 1px #000000;
} 
	h1
{
color: #343d40;
	font-family: 'Cinzel', serif;
	font-size: 34px;
	 text-shadow: 1px 1px #000000;
	margin-top: 2px;
	margin-bottom: 20px;
   text-align: left;
   line-height: 20px;
	font-weight: normal;
	}

 
h2
{
color: #666666;
 text-shadow: 1px 1px #000000;
font-family: 'Cinzel', serif;
	font-size: 24px;
	font-weight: normal;
   text-align: left;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
	h3
{
color: #888888;
 text-shadow: 1px 1px #000000;
font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
   text-align: left;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 4px;
	font-style: italic; 
	}
	
	
	b
{
color: #666666;
	font-weight: bold;
	 text-shadow: 1px 1px #000000;
	}
		i
{
color: #696969;
	font-weight: normal;
	font-style: italic; 
	font-family: Georgia, Times, serif;
	font-size: 14px;
	 text-shadow: 1px 1px #000000;
	
	}

hr { 
background-image: url(plaindiv.gif); 
height: 25px; 
width: 625px;
border: 0;
margin-top: 5px;
margin-bottom: 5px;
}

hr.two { 
background-image: url(stardiv.gif); 
height: 27px; 
width: 375px;
border: 0;
margin-top: 0;
margin-bottom: 10px;
padding: 0;
}
	
ul li {
  list-style-type: square;
  font-family: georgia, serif; 
  font-size: 14px;
 font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px #000000;
 margin-left: 40px;
 padding: 7px;
}
	
	blockquote
	{
	font-family: Georgia, Times, serif;
	font-style: italic; 
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
	border-left: 2px solid #283338;
	padding: 5px;
	padding-left: 20px;
	margin-left: 55px;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
	p.style2
	{
	 font-family: 'Open Sans', sans-serif;
	 padding: 10px; 
	 margin: 0;
	 padding-left: 15px;
	 line-height: 2;
	 
	 }