
html,body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #1a171a;
}
a:link {
    color: #8c4d81;
    text-decoration: none;
}

a:visited {
    color: #8c4d81;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    border: none;
color: #a35295;
}

a:active {
    color: #8c4d81;
 border: none;
}

#container 
{
margin: 0 auto;
  margin-bottom: 10px;
width: 717px;
text-align: left;
background-color: #b5a9a0;
border: 5px solid #bab1ad;
}

header {
width: 717px;
    height: 293px;
   margin: 0;
   padding: 0;
 background-color:#b2a9a3;
    text-align:center;	
}

left {
background-color: #b5a9a0;
line-height: 1.7;
    width:120px;
    float:left;
    text-align: left;
    padding: 5px;
    padding-top: 12px;
    padding-left: 10px;
    margin: 0;
color: #cccccc;
    font-size: 14px;
   font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

content {
background-color:#b5a9a0;
color: #6b635d;
    width: 500px;
   margin-top: 0;
    margin-bottom: 0;
    float:left;
    padding: 12px;	
 padding-left: 18px;
line-height: 1.4;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}


.aside
{
background-color: #bfb6b0;
border: 1px solid #807977; 
border-left: 1px solid #c4bbb7; 
border-top: 1px solid #c4bbb7;
color: #6a6068;
width: 375px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 25px;
padding: 8px;
padding-left: 12px;
text-align: left;
font-size: 14px;
line-height: 1.6;
}


footer {
    background-color:#bfb6b0;
    color:#80766f;
    font-family: arial, sans-serif;
    font-size: 11px;
    clear:both;
    padding: 20px;
    padding-bottom: 5px;
    margin: 0;
    text-align:left;
}

	h1
{
color: #6b727a;
border-bottom: 2px solid #6b727a;
margin-bottom: 8px;
margin-top: 3px;
padding-top: 0;
line-height: 22px;
	font-family: 'Cinzel', sans-serif;
	font-size: 22px;
   text-align: left;
	font-weight: normal;
	}
 
h2 {
color: #6b727a;
margin-bottom: 5px;
margin-top: 0;
text-align: left; 
text-decoration: none;
	font-family: 'Cinzel', sans-serif;
	font-size: 18px;
}
	
	h3 {
color: #6a6068;
font-family: georgia, times, serif;  
font-size: 24px;
font-weight: normal;
line-height: 30px;
text-align: center;
font-style: oblique;
	text-transform: none;
		margin-top: 8px;
	margin-bottom: 12px;
}

h4 {
color: #8c7c7a;
font-family: georgia, times, serif;   
font-size: 20px;
font-weight: normal;
line-height: 30px;
text-align: left;
font-style: oblique;
	text-transform: none;
	margin-top: 12px;
	margin-bottom: 12px;
}

h5 {
color: #857582;
font-family: georgia, times, serif;  
font-size: 22px;
font-weight: normal;
margin-bottom: 4px;
line-height: 26px;
text-align: left;
font-style: oblique;
	text-transform: none;
	margin-top: 12px;
	margin-bottom: 12px;
}

h6 {
color: #8c7c7a;
font-family: georgia, times, serif;    
font-size: 20px;
font-weight: normal;
line-height: 30px;
text-align: center;
font-style: oblique;
	text-transform: none;
		margin-top: 12px;
	margin-bottom: 12px;
}



b {
color: #605056;
font-weight: bold;
}

i {
color: #6b727a;
font-weight: normal;
}

ul, li {
line-height: 2;
}

hr {
border: 3px double #6b727a;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
}

