body {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    background-color: #4A0F69;
    background-image: url("images/page.jpg");
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: center;
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

#header {
    height: 217px;
    background-image: url("images/header.jpg");
}

    #header h1 {
        margin: 0;
        padding: 0;
        text-indent: -10000px;
    }
    
#nav {
    height: 50px;
    background-image: url("images/nav.jpg");
}

    #nav ul {
        list-style-type: none;
        margin: 0 0 0 105px;
        padding: 0;
        font-size: 100%;
    }
    
        #nav ul li {
	display: block;
	float: left;
	margin-right: 52px;
        }
        
            #nav ul li a {
	display: block;
	float: left;
	color: #ccc;
	text-decoration: none;
	padding: 9px 0 0 0;
            }
            
                #nav ul li a:hover {
                    color: #fff;
                }

#content {
	background-image: url("images/body.jpg");
	padding: 20px 136px 1px 136px;
}
    
    #content h2 {
	margin: 0 0 0.5em 0;
	color: #4A0F69;
	font-weight: normal;
	font-style: italic;
    }
    
    #content p {
        margin: 0 0 1em 0;
        line-height: 1.5em;
        color: #666;
    }
    
	#content p a {
	color: #000;
	text-decoration: underline;
    }
#content p a:hover {
	text-decoration: underline;
	color: #7116A0;
}

	
	#content ol {
	color: #666;
    }
		
#footer {
	background-image: url("images/footer.jpg");
	padding-top: 45px;
	height: 139px;
}

    #footer p {
	text-align: center;
	margin: 0;
	font-size: 70%;
	line-height: 1.6em;
	color: #333;
    }
    
        #footer p a {
	color: #000;
	text-decoration: none;
        }
#footer a:hover {
	text-decoration: underline;
	color: #000;
}
