a:hover {
	text-decoration: none;
}

#About_Container {
	color: #d0cece;
	font-size: 11px;
}

/* ==============
   MAIN CONTAINER
   ==============*/
#About_Container {
	min-height: 515px;
	padding: 30px 0px 30px 0px;
	background: url(../images/About_Background.png) no-repeat top left;
}

/* ============
   CONTENT LEFT 
   ============*/
#About_ContentLeft {
	float: left;
	width: 595px;
	padding: 0px 37px 0px 20px;
}

/*	'COMPETITIONS' heading
------------------------*/
#About_ContentLeft h1 {
	color: #ffffff;
	font-size: 26px;
	font-weight: normal;
}

/*	'YOUR CHANCE TO WIN'
------------------------*/
#About_ContentLeft h2 {
	color: #a887bc;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}

/*	About Copy Text
--------------------*/
#About_ContentLeft p {
	font-size: 12px;
	margin-bottom: 30px;
}


/* =============
   CONTENT RIGHT 
   =============*/
#About_ContentRight {
	float: left;
	width: 174px;
	padding: 80px 0px 0px 10px;

}
#About_ContentRight a {
	color: #d0cece;
	font-size: 11px;
	font-weight: bold;
}