body {
	font-size:small; 
	font-family:verdana,arial,sans-serif;
	background-color:#fff;
	margin:0px;
	background-image: url('/images/BG1.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	text-align:center;
} 

a:link {
	color: #991427;
	text-decoration: none;
}
a:visited {
	color: #991427;
	text-decoration: none;
}
a:hover, a:active {
	color: #991427;
	text-decoration:underline;
}
h1{
    color: #99200b;
    font-weight:bold; 
    font-size: medium;
}
h2{
    color: #99200b;
    font-size: small;
}
h3{
    color: #99200b;
    font-size: small;
}

/* LAYOUT */




#container{text-align:left;width:800px;background:#fff;padding:10px; 
	padding:10px;
	border-bottom: groove 7px #991427;
	border-right: groove 7px #991427;
	border-left: groove 7px #991427;
	border-top: groove 7px #991427;}

#navigation{float:left;width:150px;}

#footer{clear:both;width:100%;}
	
#content {
	margin: 10px;
	color: #7d7d7d;
	float:right;
	width:600px;
}
#content p {
	font-size: small;
}

#content img{
	border:solid 1px #99200B;
}
#navigation p {
	font-size: small;
	color: #7d7d7d;
}
	
/* MENU */
#menu {
	width:150px;
	border: none; /*1px solid #991427;*/
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: small;
}
#menu li a {
  	height: 18px;
	text-decoration: none;
}	
#menu li a:link, #menu li a:visited {
	color: #991427;
	display: block;
	background-color:#fff;
	border-bottom:1px solid white;
	padding: 4px 0 0 10px;
}
#menu li a:hover {
	color: #fff;
	background-color:#991427; 
	padding: 4px 0 0 10px;
}
#menu li a:active {
	color: #fff;
	background-color:#991427;
	padding: 4px 0 0 10px;
}
 
#footer{
	text-align:center;
	color:#991427;
	font-size:x-small
}

#footer hr{
	color:#991427;  
	padding:0px; 
	margin:0px;
}

/* FORM */

.StdButton 
{
    background-color:#cd5555; 
    color:#fff;
    border:2px";
}    
    
