body {
	margin: 0;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; ;	
}

/*template*/
#page {
	width:780px; 
	height: 550px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	margin-top:80px;
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url("img/marcbeaupre.jpg") no-repeat center #333333;
	}

.header {position: relative; left: 40px; top:0px;}
.content {position: relative; left: 100px; top:55px;}
.menu {position: relative; left: 110px; top:40px; width:550px; text-align:left;}
#menu ul, #menu li {
float:left;
height:1.5em;
text-decoration:none;
color:white;
list-style-type:none;
list-style-image:none;
}	

img {border:0;}

h1 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none;}
#links ul, #links li {color: #FFFFFF;font-size:10px; border:0;margin:0;padding:0;list-style-type:none;list-style-image:none;}

a         {color: #996633;text-decoration: none}
a:visited {color: #996633;text-decoration: none}
a:hover   {color: #996633;text-decoration: underline}
a:active  {color: #996633;text-decoration: none}

.date {font-family: Arial, Helvetica, sans-serif;  color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none;}

.title {font-family: Arial, Helvetica, sans-serif;  color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none;}
.title a:link {color: #996633; font-size: 12px; font-weight: bold; text-decoration: none;}
.title a:visited {color: #996633; font-size: 12px; font-weight: bold; text-decoration: none;;}
.title a:active {color:#996633; font-size: 12px; font-weight: bold; text-decoration: none;}
.title a:hover {color:#996633; font-size: 12px;font-weight: bold; text-decoration:underline;}
