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

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