
body, html {  
margin: 0;
padding: 0;
padding-bottom: 10px;
background-color: #f5f4ef;
 background-image: url("bg.png");
   background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left; 
}

a:link {
    color: #d1262a;
    text-decoration: none;
      border-bottom: 1px dotted #b49696;
}

a:visited {
    color: #d1262a;
    text-decoration: none;
    border-bottom: 1px dotted #b49696;
}

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

a:active {
    color: #d1262a;
   border-bottom: 1px dotted #b49696;
}





a.one:link {font-family: 'Goldman', cursive; font-size: 20px; color: #d1262a; text-align: center; font-weight: normal; top-margin: 8px; text-decoration: none; border: none;}
a.one:visited {font-family: 'Goldman', cursive; font-size: 20px; font-weight: normal; color: #d1262a; text-align: center;  top-margin: 8px; text-decoration: none; border: none;}
a.one:active {font-family: 'Goldman', cursive;font-size: 20px; color: #d1262a; font-weight: normal; text-align: center;  top-margin:8px; text-decoration: none; border: none; text-transform:}
a.one:hover {font-family: 'Goldman', cursive; font-size: 20px; font-weight: normal; color: #d1262a; text-align: center; top-margin: 5px; text-decoration: underline; border: none;}


#container 
{
margin-left: 315px;
  margin-top: 12px;
  margin-bottom: 50px;
  margin-right: auto;
  width: 565px;
  padding: 10px;
text-align: left;
}


header {
width: 550px;
    height: 45px;
   margin: 0;
   margin-left: 24px;
   padding: 0;
    text-align:center;	
}



content {
color: #888888;
background-color: #101519;
border: 2px solid #888888;
    width: 500px;
    height: 500px;
   margin-top: 5px;
    margin-bottom: 0;
    margin-left: 25px;
    float:left;
    padding: 18px;	
    padding-right: 25px;
    padding-top: 0;
line-height: 1.5;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
      overflow: scroll;
}


footer 
{
 color:#362d54;
     font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    padding-bottom: 4px;
    padding-top: 15px;
    clear: both;
    margin: 0;
    margin-top: 15px;
    text-align: center;
     vertical-align: bottom;
}

	h1
{
color: #555555;
	font-family: 'Goldman', serif;
	font-size: 20px;
	line-height: 22px;
	border-bottom: 1px solid #333333;
	margin-top: 0;
   text-align: left;
	font-weight: normal;
	}
 
h2 {
color: #b6a8ba;
margin-bottom: 3px;
text-align: center; 
text-decoration: none;
	font-family: georgia, times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
	
	h3 {
color: #555555;
	font-family: 'Goldman', serif;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
   text-align: left;
	font-weight: normal;
	}

h4 {
color: #5b4c42;
font-family: georgia, times, serif;  
font-size: 16px;
font-weight: normal;
line-height: 22px;
text-align: left;
font-style: oblique;
	text-transform: none;
		margin-top: 12px;
	margin-bottom: 12px;
}



ul, li {
line-height: 2;
}

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

blockquote {
margin-left: 30px;
}


