body {
    margin: 0px;
    padding: 0px;
}


.roundcont {
	width: 237px;
	background-color: #c40c1d;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/top_right2.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.funky {
	font-family: Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
}

bg1 {
	background-color: black;
}

div#wrapper {
	width: 742px;
	margin: 0 auto;
	text-align: center;
	background-color: navy;
	padding: 0 10px 10px 10px;
}
div#header {
    clear: both;
    height: 60px;
    background-color: aqua;
    padding: 1px;
}
div#left {
    float:left; 
    width:237px; 
    background-color: #CCCCCC;
    margin-bottom: 20px;
    margin-left: 1px;
    margin-right: 6px;
}
div#leftwhite {
	float:left;
	width: 10px;
	background-color: white;
	height: auto;
}
div#right {
    /*float: right;
    width: 254px;*/
    float:left; 
    width:237px; 
    margin-bottom: 20px;
    margin-left: 8px;
    background-color: #CCCCCC;
}
div#middle {
    float:left;
    width:237px; 
    margin: 0px 8px 20px 8px;
    background-color: silver;
}
div#footer {
    clear: both;
    background-color: yellow;
}
div#black {
	background-color: #c40c1d;
	height: 20px;
	color: white;	
}
div#blah {
	background-color: #c40c1d;
	height: 20px;
	color: white;	
}
div#box {
	background-color: #cccccc; 
}
