/*
CSS for Ladypace - Created by J Boon
VERSION 1 - 07/01/2008
*/

/* Set out the page info*/
body 	{
     	padding: 0;
     	background: #ffffa6;
		color: #6E109F;
		background-image: none;
     	font: 1em "Trebuchet MS", verdana, arial, "Times New Roman";
	}

#wrapper {
		width: 750px;
		margin: auto;
		background-color: #fff;
		border: 1px solid #000;
		}	
		
#header {
		width: 750px;
		height: 205px;
		background-image: url(./images/header.jpg);
     	background-repeat: no-repeat;
		}

#content	{
		width: 730px;
		padding: 10px;
		}
		
#footer{
		width:730px;
		border-top: 1px solid #6e109f;
		padding: 10px;
		}
		
a:focus, a:link, a:visited {
color: #650199;
background-color: #fff;
text-decoration: underline;
font: 1em "comic sans ms", arial, "times new roman";
}
a:hover{
color : #fff;
background: #650199;
text-decoration: none;
}

	
/* style the menu */
#navcontainer ul
{
padding-left: 0;
margin-right: 5px;
margin-top: 10px;
background-color: #fff;
color: White;
width: 456px;
font-family: "comic sans ms", arial, "times new roman";
height: 25px;
line-height: 25px;
float: right;
text-align: center;
}

#navcontainer ul li 
{
display: inline; 
}

#navcontainer ul li a
{
line-height: 25px;
background-color: #fff;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
height: 25px;
width: 90px;
background-image: url(./images/menu_bg.jpg);
background-repeat: no-repeat;
padding-bottom: 2px;
}

#navcontainer ul li a:hover
{
color: #ffffa6;
}