@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, a {
	color: #333333;
}
p {
	font-size: 11px;
	color:#666666;
}
img {
	border: 0px;
}
hr {
	border: 0;
	height: 1px;
	color: #C1CFDC;
	background-color: #C1CFDC;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../img/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	color: #FFFFFF;
}
.mediarapidswebsite #container { 
	background-color: #FFFFFF; /* background: tansparent; */
	/*background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-x;*/
} 
.mediarapidswebsite #header { 
	background: transparent;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat; 
} 
.mediarapidswebsite #header h1 {
	color: #DB3A97;
}
.mediarapidswebsite #nav {
	/*background: #3190BC;*/
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;
}
.mediarapidswebsite #subbanner {
	background: #FFFFFF;
}
.mediarapidswebsite #sidebar1 {
	background: tansparent;
	color: #000000;
}
.mediarapidswebsite #sidebar2 {
	background: tansparent;
	color: #000000;
	text-decoration: none;
}
.mediarapidswebsite #sidebar2 p {
	font-size: .8em; 
} 
.mediarapidswebsite #mainContent {
	font-size: .8em;
	background: transparent; 
} 
.mediarapidswebsite #footer { 
	/* background: #666666; */
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: .7em;
	color: #000000;
} 
.mediarapidswebsite #footer p {
	color: #000000;
}
.mediarapidswebsite #footer a {
	color:#999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
}
.fltlft { /* this class can be used to float an element left in your page */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    font-size: 1px;
}
