/* CSS Document */

body{
	margin:10px;
	padding:0px;
	}
/*.............red........................*/

	
.redbg_image{
	background-image:url(images/red_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:680px;
	}
	
.red_font{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style:normal;
	font-weight:bolder;
	color:#FF0000;
	}
	
.body_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight: normal;
	color: #000000;
	}
	
/*.............blue........................*/

.bluebg_image{
	background-image:url(images/blue_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:680px;
	}
	
/*.............purple........................*/

.purplebg_image{
	background-image:url(images/purple_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:680px;
	}
	
/*.............torquoise........................*/

.torquoisebg_image{
	background-image:url(images/torquoise_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:680px;
	}
	
/*.............orange........................*/

.orangebg_image{
	background-image:url(images/orange_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:680px;
	}
	
/*.............brawn........................*/

.brawnbg_image{
	background-image:url(images/brawn_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:680px;
	}
	
/*.............copper........................*/

.copperbg_image{
	background-image:url(images/copper_back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	width:680px;
	}