.roundcont {
	width: 300px;
	background-color: #fdff4a;
	color: #000000;
}

.roundcont p {
	margin: 10px;
}

.roundcont2 p {
	margin: 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

.roundcont2 {
	width: 500px;
	height: auto;
	background-color: #fdff4a;
	color: #000000;
}

.roundtop2 { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom2 {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


body {
	background:url('images/gradient.gif');
	background-repeat:repeat-x;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 902px;
	margin: 0 auto;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 202px;
	width: 902px;
	float: left;
}
#menu {
	height: 42px;
	width: 902px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 19px;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 50px;
	text-align: center;
	margin-top: 10px;
}
#main {
	float: left;
	height: auto;
	width: 902px;
}
#leftcol {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-top: 10px;
}
#rightcol {
	float: right;
	height: auto;
	width: 500px;
	padding-top:5px;
	padding-right: 35px;
	margin-right: 0px;
	margin-top: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	height: 250px;
	width: 902px;
	color: #ffffff;
	clear: both;
	margin-top: 10px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited { 
	color: #ffffff;
	text-decoration: none;
} 
a:hover {
	color: #ffffff;
	text-decoration: none;
} 

a.second:link {
	color: #000000;
	text-decoration: none;
}

a.second:visited { 
	color: #000000;
	text-decoration: none;
} 
a.second:hover {
	color: #000000;
	text-decoration: none;
} 