﻿body 
{
	background: #aca899;
	position :relative;
	text-align:center;	
	background-repeat:repeat-x;
	margin-left: auto;
  margin-right: auto;
}

.title
{
  text-transform:capitalize;
}

div.wrapper 
{  
  background-image: url(./Images/wrapper.png);     
  background-repeat:repeat-y; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position:center;      
}

div.header 
{  
  background-image: url(./Images/title.jpg);
  background-attachment:inherit; 
  background-repeat:no-repeat; 
  height: 123px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position:center;      
}

div.navigation 
{  
  height: 59px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position:center;
  padding-top:58px; 
}

div.footer
{  
  background-image: url(./Images/footer.png);
  background-repeat: no-repeat;
  height : 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position:center;        
}

div.copyright
{
  font-family: Trajan Pro;
  font-size : 12px;
  color : #808080;
}

div.subject 
{  
  left: 200px;
  top: 200px;
}
   
h1
{
  font-family: Arial;
  font-size : 18px;
  color : white;
}

h2
{
  font-family: Arial;
  font-size : 20px;
  color : white;
}

h3
{
  margin-left : -100px;
}

navigation
{
	margin-left: 50px;
}

links
{
	margin-left: 315px;
}

p
{
  font-family: Arial;
  font-size : 12px;
  color : white;
}

p1
{
  margin-left: 30px;
}

a
{
  font-family : Arial;
  font-size : 12px;
  color : white;
}

a:hover
{
  font-family : Arial;
  font-size : 12px;
  color : gray;
}

sep
{
  font-family: Arial;
  font-size : 12px;
  color : white;	
}

table 
{
  border-style: hidden; 
  border-width: 0px; 
}

td
{
  border-style:hidden;
  border-width:0px;
}

tr
{
  border-style:hidden;
  border-width:0px;
}