/* CSS Document */




body,td,th {
	background-color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:90%;
	margin:10px;

	}

/* Rules for heading */
h1 {
	color:#FFF;
	font-size:150%;
	letter-spacing:-1px;
	margin:10px;
	}
	
h2 {
	font-size:140%;
	margin:10px;
	}

h3 {
	font-size:120%;
	}

p {
	font-size:100%;
	font: Verdana, sans-serif;

	}


.footer {font-size: 9px}



a:link{
	color:#ffe666;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#ffe666;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#ffe666;
	text-decoration:underline;
	font-weight:bold;
}
a:active{
	color:#AAA;
	text-decoration:none;
	font-weight:bold;
}


/* Page banner */
#pagebanner {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #000;
	background-color:#A51E22;
	}

/* Main */
#main {
	margin:0 0 10px 0;
	background-color:#fff;
	}
		
/* Content */
#content {
	float:left;
	width:54%;
	margin-bottom:10px;
	padding:10px;
	background-color:#A51E22;
	border:1px solid #000;
	}
	
/* Sidebar */
#sidebar {
	float:right;
	width:36%;
	margin-bottom:10px;
	padding::10px;
	background-color:#A51E22;
	border: 1px solid #000;
	}

/* Footer */
#footer {
	clear:both;
	padding:10px;
	border:1px solid #000;
	background-color:#A51E22;
	}

/* Rounded Boxes */
.roundcont {
	width: 300px;
	background-color: #A51E22;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/b2-tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/b4-br.gif) no-repeat top right; 
}

img.corner {
   width: 13px;
   height: 13px;
   border: none;
   display: block !important;
}

/* Rounded Boxes for Testimonial page */
.roundlong {
	width: 620px;
	background-color: #A51E22;
	color: #fff;
}
.roundlong p {
	margin: 0 10px;
}