﻿body
	{
		background-image:url(images/bg.jpg);
		background-position:top left;
		background-repeat: no-repeat;
		background-color: #FF281B;
		margin:0;
		padding:0;
		color: #6F0E0A;
		font-family: Trebuchet, Arial, Helvetica, sans-serif

	}

	a {
	color: #6F0E0A;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF281B;
}

.content{
margin-top:20px;
margin-left:75px;
width:700px;
}

.wrapper{
width:500px;
background-color: #FEC627;
border:#6F0E0A medium double;
text-align:center;
padding:5px;
float:left;
}

.menu{
	width: 201px;
	float:right;
	font-size:large;
	line-height:20px;
}

.menu2{
	width: 201px;
	float:right;
	font-size:small;
	line-height:20px;
}



.style1 {
	width: 480px;
	background-color: #FEC627;
	border: #6F0E0A medium double;
	padding: 5px;
	float: left;
}

.copy {
	width: 450px;
	background-color: #FEC627;
	padding: 5px;
	float: left;
	font-size:x-small;
	text-align:center;
}
