/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background: #523a03 url(images/gradient.gif) repeat-x;
	color: #666;
}
#page {
	background: url(images/draw.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#content {
	width: 851px;
	margin: 207px auto 0;
	background: url(images/gradient2.gif) repeat-y;
	border: solid 0px #ccc;
	padding: 20px;
}
h1 {
	font-family: arial, "Trebuchet MS", tahoma, verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color:#000000
}
h2 {
	font-family: arial, "Trebuchet MS", tahoma, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#000000
}
img {
	border-color:#000000
}
p {
	font-family: arial, "Trebuchet MS", tahoma, verdana, sans-serif;
	font-size: 9pt;
}
p a
       {
       text-decoration: none;
	   font-weight: bold;
       }
	p a:link    
	   {
	   color: black;
	   font-weight: bold;
	   }
	p a:visited
	   {
	   color: black;
	   font-weight: bold;
	   }
    p a:active    
	   {
	   color: black;
	   font-weight: bold;
	   }
    p a:hover    
	   { 
	   color: #d2960f;
	   font-weight: bold;
	   }

