* {
margin: 0;
padding: 0;
} 

body {
	font-size: 62.5%; 
	font-family: Arial, Sans-Serif, Verdana;
	background-color: #52711C;
	
	}
	
a {
	color:#52711C;
}

p {
	padding-top:10px;
   
   }
   
 ul,li {
 	margin-left:15px;
 	list-style: circle;
 	
 	}

#container {
    background-color: #52711C;
	width:900px;
	margin: 0px auto;
	
	}

#header {
	background-position: top;
	position:relative;
	background: url('./images/header.jpg');
    width:937px;
    height:113px;
    background-repeat:no-repeat;
    
}


#content {
	position: relative;
	float: left;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 1.4em;
	color: #52711C;
	background: url('./images/content_bg_mid.jpg');
	background-repeat:repeat-y;
	width: 725px;
	text-align: left;
	
}


#contenttop {
	background: url('./images/content_bg_top.jpg');
	position:relative:
	width: 725px;
	height:15px;
	background-repeat: no-repeat;
	}


#contentbottom {
	background: url('./images/content_bg_btm.jpg');
	position: relative;
	width: 725px;
	height: 15px;
	background-repeat:no-repeat;
	}

#footer {
	position:relative:
	width: 725px;
	height:15px;
	margin: auto;
	padding-left: 150px;
}

#copyright a {
	color:white;
	}

#sidebar {
	position: relative;
	float: right;
	width: 175px;
	height: 403px;
	background: url('./images/sidebar_back.jpg');
	background-repeat:no-repeat;

}

#tips {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 140px;
	height: 403px;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 1.8em;
	color: #52711C;
}

#MainContent {
	position:relative;   
	width: 595px;
	margin-left: 50px;
	
	}

#basket {
	position: absolute;
	left: 30px;
	top: 220px;
	}
#footernav a{
	font-family: Arial, Sans-Serif, Verdana;
	color:white;
	padding-right: 20px;
	font-size:1.4em;
	
	
	}

/* --------Custom Navigation Bar------------------------------------------------------------------------------ */


#nav {
	font-family: Helvetica, Verdana;
	font-size:2em;
	color: #52711C;
	position:absolute;
	left:350px;
	top:45px;
	
}

#navul ul, #navul li {
	padding: 0;
	margin: 0;
	list-style: none;
	}


#navul li{
		display:inline;
		padding-left:20px;
	}
	
#navul a:link,
#navul a:visited,
#navul a:active {
	text-decoration: none;
	
	}

#navul a:hover
	{
		color: #73b973;
	}

