/* Links */

a:link {color:#0000FF}      /* unvisited link blue */
a:visited {color:#0000FF}  /* visited link blue */
a:hover {color:#EA1FBE}  /* mouse over link green */
a:active {color:#FF00FF}  /* selected link purple */

/* Html Elements */

body 
    {
	background-color: #A4CBF2;
    }

h1  {text-align:center;
	font-family: cursive;
	padding-top: 30px;
    }
	
h4  {text-align:center;
	font-family: cursive;
    }

p   {}

p.emphasis  
    {
	font-family: Georgia, "Times New Roman Times", Serif;
	font-size:1em;
	text-indent:0px;
    }

ul  {}

/* divisions */

div.container 
    {
	width: 880px;
	height: 100%;
	margin: 0px auto;
	margin-top: 10px;
	border: 5px solid gray;
    background-image: url('images/pagebg.jpg');
    background-repeat: no-repeat;
	}

div.nav 
    {
	margin-left:12px;
	border-left:1px;
	padding:10px;
    width:  200px;
	color: #000000;
	}
    
div.content 
    {
    width: 660px;
	margin-left:12px;
	border-left:1px;
	padding:10px;
	}
	
div.footer 
    {
	font-size: .9em;
	float: right
    }
	
	