* {
	margin: 0;
	padding: 0;
}

body
{
    background: url(images/background.jpg) repeat-x;
    font: 12px Arial, Helvetica, sans-serif;
    width: 980px;
}

h1 
{
    font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 25px;
	letter-spacing: 1px;
	
	
}
h2
{
    font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 13px;
}

a
{
    text-decoration: none;
    color: chocolate;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}



#sidepanel
{
    float: left;
    width: 197px;
    background-color: papayawhip;
    border-right: silver thin solid;
    border-bottom: silver solid;
    position: absolute;
    top: 146px;
}
#content
{
    float: right;
    width: 780px;
    background-color: white;
  
    
}
#content p
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
#content h1
{
    
    padding-left: 7px;
    
    }

#content ol li 
{
    margin-left: 50px;
    padding-right: 10px;
}

#content ul li 
{
    margin-left: 50px;
    padding-right: 10px;
}



/*----------------------------
					 Header
----------------------------*/

#header
{
    
    float: left;
	width: 80%;
    margin-bottom: 60px;
   
}
#headerright
{
    float: right;
    width: 20%;
    text-align: right;
}


#header p
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 3em;
    font-weight: bold;
    margin: 25px 0px 0px 25px;
    letter-spacing: 4px;
}

#header span
{
    font: bold 1em Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: white;
    margin: 65px;
}

#header a 
{
    
	text-decoration: none;
	color: white;
}

/*----------------------------
						Menu
----------------------------*/

#menu
{
    width: 100%;
    background: black;
    padding: 5px;
    position: absolute;
    top: 120px;
    left: 0px;
}



#menu a{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a{
	display:inline;
}

#menu a{
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	display:inline;
}
#menu a:hover
{
   display:inline;
    font-style: italic;
    text-decoration: none;
    
}

