/* CSS Document
Notes:
Colours
#AF2026 Red
#CFBDA8 Beige
#FFFBEF Cream
*/
#main_gallery { /*this is whole area below topnav*/
	margin:20px 0px 0px 20px;
	width:100%;
	height:460px;}
#column1_gallery {
	float:left;
	width: 540px;
	margin:0;
	padding:0;}
#column2_gallery {
	margin: 0px 25px 0px 550px;
	padding:0px 0px 0px 0px;
	height:320px;}
#column2_gallery p{
	margin: 0px;
	padding: 20px 25px 0px 15px;
	font-size:12px;
	font-weight:normal;
	color:#3F1416;}
#column2_gallery h2{
	margin: 0px;
	padding: 10px 0px 0px 15px;
	font-size:14px;
	font-weight:bold;
	color:#AF2026;}
#column2_gallery .contact {
	background-color:#CFBDA8;
	margin:20px 20px 0px 15px;
	padding:5px 10px 5px 10px;}
#column2_gallery .contact p{
	color:#3F1416;
	padding: 7px 7px 7px 7px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-weight:bold;}
#column2_gallery a {
	text-decoration:none;
	font-weight:bold;
	color:#3F1416;
	border-right:2px solid #9B8073;
	border-bottom:2px solid #9B8073;
	border-top:2px solid #C2AE9B;
	border-left:2px solid #C2AE9B;
	padding:3px 5px 3px 5px;
	position:relative;
	z-index:1;}
#column2_gallery a:hover {
	color:white;
	text-decoration:none;
	background-color:#9B8073;} 

