#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F30;
	padding: 0px;
	border: 1px solid #000;
}
#wrapper #header {
	background-image: url(images/header_bg.jpg);
	height: 480px;
	width: 800px;
	background-repeat: no-repeat;
}
#main_text {
	background-color: #A4C2DA;
	float: right;
	width: 548px;
	padding: 10px;
	height: 850px;
}
#wrapper #content #side_bar h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: #900;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
}
#wrapper #content #side_bar h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}
#wrapper #content #side_bar p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
#wrapper #content #side_bar h2 #price {
	color: #900;
}
#wrapper #content #main_text h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #CE252C;
	padding: 0px;
	line-height: 25px;
}
#side_bar a:link {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	color: #CCC;
	border: thin solid #CCC;
	font-size: 14px;
	padding: 5px;
	float: none;
	background-repeat: repeat;
	background-attachment: scroll;
	text-decoration: underline;
}
#side_bar a:visited {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	padding: 5px;
	color: #CCC;
	text-decoration: underline;
	width: 212px;
	font-size: 14px;
	border: thin solid #CCC;
}
#side_bar a:hover {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CE252C;
	padding: 5px;
	color: #CCC;
	text-decoration: none;
	width: 212px;
	font-size: 14px;
	border: thin solid #CCC;
}
#main_text a:link {
	color: #900;
	text-decoration: underline;
}
#main_text a:hover {
	color: #900;
}
#wrapper #content #main_text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}
#wrapper #content #main_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
#big_and_bold {
	font-weight: bold;
}
#side_bar {
	background-color: #818A91;
	padding: 10px;
	float: left;
	width: 212px;
	height: 850px;
}
#footer {
	background-color: #003;
	clear: both;
}
#wrapper #footer h4 {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
}
#wrapper #content #main_text p img {
	margin-right: auto;
	margin-left: auto;
}
