.all-rounded	{
	list-style-type: none;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius: 9px;
	}
 
/* these are the rounded corners */
#menu  {
	width: 730px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin:0px auto;
	height:48px;
	background: repeat-x; color: #a29a9a;
	 } 
 
/* ul style */
#menu li {
	border-top-color: #ebebeb;
	border-top-style: ridge;
	border-top-width: 1px;
	border-bottom-color: #6d6d6d;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	background-image: url('../Media/buttonbg.png');
	display: block;
	border-left-color: #a8a8a0;
	border-right-color: #bdbcb4;
	width: 140px;
	height:48px;
	line-height:48px;
	float: left;
	text-align:center;
	}
 
/* li items style */
#menu li.no-left-border {
    border-top-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	border-left-style:none;
	}
 
/* no border as we said */
#menu li.no-right-border {
    border-top-right-radius:9px;
	border-bottom-right-radius:9px;
	-moz-border-radius-topright:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	border-right-style:none;
	}

#menu li a	{
	display:block;
	height:48px;
	color: #686867;
	text-decoration:none;
	}
 
#menu li a:hover	{
	font-weight: bold;
	display:block;
	height:48px;
	color: #403c3d;
	text-decoration:none;
	background:url('../Media/buttonbga.png');
	}
 
#menu li.no-left-border a:hover  {
	border-top-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	}
 
#menu li.no-right-border a:hover  {
	border-top-right-radius:9px;
	border-bottom-right-radius:9px;
	-moz-border-radius-topright:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	}
#content {
    	display: block;
    	margin: 0px auto;
    	padding: 0;
    	width: 780px;
    	text-align: justify;
    }
#wrapper {
    	background-color: white;
    	text-align: center;
    	color: #463c3c;
        font-family: 'ArialMT', 'Arial', sans-serif;
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
        text-indent: 0px;
        text-transform: none;
    }
.spacer {
    	margin: 0px auto;
    	width: 800px;
    	height: 30px;
    }
.header {
    color: #969696;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    }
#left {
margin-right: 0px;
margin-left: 46px;
margin-bottom: 0px;
margin-top: 0px;
float: left;
width: 360px;
padding:15px 0 0 0;
    }

#right {
margin-left: 464px;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
width: 280px;
min-height:600px;
padding: 0;
    }
#footer {
clear: left;
padding: 0;
margin: 0;
    }
.list {
    	list-style-type: none;
    	color: #8f8f8f;
    }
.list a {
    	line-height: 1.5em;
    	font-style: normal;
    	font-weight: normal;
    	color: #7c91a3;
    }
.list a:hover {
    	font-weight: bold;
    }




