
#left {
	display: none;
	}
	
#right {
	float: right;
	padding: 0px;
	width: 200px;
}

#content h1 {
color: #ad0a0a;
}


#right h2 {
	width: 180px;
	height: 25px;
	background-image: url(images/h2.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 15px;
	padding-top: 2px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	}
#right h2 a {
	text-decoration: none;
	color: white;
	}
	
	#right a {
	
	color: black;
	}

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

#right p {
	border: 1px #EC7174 solid;
	border-style: solid solid solid solid;
	text-align: center;
	margin-top: -3px;
	margin-right: 25px;
	padding: 5px;
	

		}


	
#content {
	float: left;
	padding-left: 20px;
	width: 700px;
	}


