@charset "utf-8";
/* CSS Document 

Template for a centered 965px site with left menu area 

*/


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}
body {
	background-color: #eecfb3;
 	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p{
	margin:0;
}

h1{
	color:#cc9966;
	font-size:1.4em;
	margin:0;
}

h2{
	color:#cc9966;
	font-size:1.2em;
	margin:0;
}

h3{
	color:#cc9966;
	font-size:1em;
	margin:0;
}

#anchor{
	width:768px;
	margin-left:auto;
	margin-right:auto
}

#container{
	width:768px;
	margin:0;
	border:1px solid black;
	background:white;
	float:left
}

#header{
	width:780px;
	margin:0;
	float:left;
	height:140px;
        background:url(/my%20images/template-images/logo.jpg) no-repeat
	
}

#logged{
	width:765px;
	margin:0;
	float:left;
	margin-top:3px;
	height:20px;
	text-align:right;
	padding-right:15px;
	font-weight:bold
	
}

#menu{
	float:left;
	width:768px;
	margin:0;
	height:37px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x
}

#main{
	width:768px;
	margin:0;
	float:left;
	overflow:hidden
}



#right{
	width:741px;
	margin:0;
	float:left;
	padding:10px;
	text-align:justify;
	overflow:hidden
	
}

#footer{
	width:759px;
	margin:0;
	float:left;
	padding:5px;
	font-size:.8em
}

#footer-left{
	width:368px;
	margin:0;
	float:left;
	padding-top:5px;
	margin-left:7px;
}

#footer-right{
	width:348px;
	margin:0;
	float:left;
	text-align:right;
	padding-top:5px;
	padding-left:-3px;
}

#footer-border{
	border-top:3px solid #e5ccb2
}	
	

	
		

			

