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

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
img {
	border: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
}
.mediarapidswebsite #container { 
	background: #FFFFFF;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	
} 
.mediarapidswebsite #header { 
	background: #FFFFFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat; 
} 
.mediarapidswebsite #header h1 {
	color: #DB3A97;
}
.mediarapidswebsite #nav {
	background: #0E2B89;
	/* background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x; */
}
.mediarapidswebsite #subbanner {
	background: #FFFFFF;
}
.mediarapidswebsite #sidebar1 {
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
}
.mediarapidswebsite #sidebar2 {
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFFFFF;
}
.mediarapidswebsite #sidebar2 a {
	color: #FFFFFF;
}
.mediarapidswebsite #sidebar2 h2 {
	color: #FFFFFF;
}
.mediarapidswebsite #sidebar2 hr {
	color: #990000;
}
.mediarapidswebsite #mainContent {
	background: transparent;
	font-size: .8em; 
} 
.mediarapidswebsite #footer { 
	/* background: #666666; */
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: .7em;
	color: #000000;
} 
.mediarapidswebsite #footer p {
}
.mediarapidswebsite #footer a {
	color:#000000;
}
.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;
}

