/* ------------------------------ */
/* Avids Style Sheet              */
/* Author: Antony Jordan          */
/* Date:   5th April 2006         */
/* ------------------------------ */

body
{ 
	background: white url('images/bgavids.jpg') no-repeat fixed top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 72px 8% 0 264px;
	padding: 0px;


}


H1 {
   font-family: rockwell, serif;
   color: purple;
}



P.claret {
   margin: 0 0 6px;
   color: purple;
   font-weight: bold; 
}


/* MENU FOLLOWS */

<!--

#navlist {
	position: absolute;
	left: 36px;
	top: 86px;
	width: 186px;
}
#navlist p {
	font-size: .8em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #5A9AFF;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #9F6F9F;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #9F6F9F;
	background-image:  url(assets/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contentdiv {
	line-height: 1.5;
	background-color: #FFFFFF;
}
#contentdiv p {
	font-size: .85em;
}
h2, h3 {
	margin: 0 0 6px;
	color: #5A9AFF;
}
h3 {
	margin-top: 16px;	
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .75em;
	margin-top: 36px;
}
