/* CSS Document */#wrapper {		background-image:url(bkgd.gif);		}		#header {		background-image:url(bluban.jpg);		height:100px;		width:750px;		border-bottom-color:#9e4911;		border-bottom-width:medium;		}		#left {		background-color:#c3e77b;		float:left;		width:75%;		padding-left:5px;		font-family: Verdana, Arial, Helvetica, sans-serif;		color: #436391;		}		#right {		float:right;		width:20%;		text-align:center;		padding-top:20px;		}		#flash {		width:750px;		height:420px;		}		#footer {		background-image:url(blufoot.jpg);		color:#9e4911;		clear:both;		height:100px;		width:750px;		}		h1 {color:#436391;		}	h2	{color:#436391;		}			ul {margin-top:15px;	margin-bottom:15px;	list-style:none;	}	a {color:#9e4911;	font-family:Verdana, Arial, Helvetica, sans-serif;	text-decoration:none;	}	a:hover	{color:#c3e77b;	background-color:#436391;	}	a:visited	{font-style:italic;	}