/*************************************
* Candy Farm CSS                     *
* Coded by William Heason            *
* Created on the 5th Febary 2010     *
*************************************/

/* Page Information */
body {
	background-color:#030;
	margin:0px;
	padding:0px;
	text-align:center;
}

/* Link Colour Information */

a:link {
	color:#00F;
	text-decoration:underline;
}

a:active {
	color:#00F;
	text-decoration:underline;
}

a:visited {
	color:#00F;
	text-decoration:underline;
}

a:hover {
	color:#030;
	text-decoration:underline;
}

a.barefoot {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
}

a.barefoot, a.barefoot:link, a.barefoot:active, a.barefoot:visted {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
	text-decoration:underline;
}

a.barefoot:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#0F0;
	text-decoration:underline;
}

a.navi {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
}

a.navi, a.navi:link, a.navi:active, a.navi:visted {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
}

a.navi:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#0F0;
	text-decoration:underline;
}

.title {
	color:#060;
	font-size:16px;
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

#border {
	width:740px;
	background-color:#060;
	margin-top:12px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:12px;
	padding:0px;
	text-align:center;
}

#navigation {
	width:695px;
	background-color:#060;
	margin-top:2px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:2px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
}

#page {
	width:695px;
	background-color:#FFF;
	margin-top:3px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:3px;
	padding:4px;
	border:#333 solid thin;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	text-align:left;
}

#contactform {
	width:400px;
	margin:3px;
	padding:3px;
	background-color:#FFF;
	border:#000 solid thin;
	text-align:left;
	float:right;
}

#rightphotos {
	width:130px;
	background-color:#FFF;
	border:#666 solid thin;
	margin:2px;
	padding:3px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666;
	float:right;
}