body {
	background-color: #000000;
        font-family: verdana, tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #333300;
}

.wrapper {
	width: 98%;
	margin: 0 auto;
}

.header {
        background-image: url(belladodd.jpg);
        background-position: left; 
	background-repeat: no-repeat;
        font-family: "Times New Roman", Times, serif;
        font-size: 36px;
	height: 100px;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #c0c0c0;
	text-align: center;
	line-height: 40px;
}

.content {
	margin: 0 0 10px 230px;
	padding: 30px 0 30px 0;
	border: 1px solid #cccccc;
	background-color: #ffffdf;
}

.left a {
        margin-left: 30px;
	  font-size: 18px;
}

.left {
        font-family: "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	font-weight: bold;
	float: left;
	width: 206px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #c0c0c0;
}

.left a:visited {
	padding-right: 12px; background: url(chk.gif) no-repeat 100% 50%;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #c0c0c0;
	clear: both;
	text-align: center;
}

.content p {   
	margin: 0px 30px 0px 30px;
        text-indent: 20px;
}

.left p {   
	margin: 0 0 7px 0;
        line-height: 160%;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


