/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #e9e9bb;
}

#all_content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 14px;
}

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

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

a:active {
	color: #bb0000;
	text-decoration: none;
}

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

#header_section {
	border-bottom: 1px dotted #ff0000;
	padding-bottom: 10px;
}	

#mini_div_title {
	width: 515px;
	height: 75px;
	position: relative;
	left: 90px;
}

#mini_div_title_text {
	width: 780px;
	border-bottom: 1px dotted #ff0000;
}

.title_text {
	position: relative;
	left: 30px;
	font-weight: bold;
}


#contact {
	float: right;
	border: 1px solid black;
}




#navigation {
	width: 120px;
	float: left;
}

#navigation ul {
	margin: 15px 10px 15px 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	width: 110px;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}

#navigation li {
	text-align: center;
	border-bottom: 1px dotted #cc0000;
	width: auto;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #ffffff;
}

#navigation li a {
	display: block;
	font-weight: normal;
	padding: 5px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	background: #e9e9bb;  /* background colour to navigation box */
	color: #000000;
	text-decoration: none;
	width: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 98px;
}

#navigation li a:hover {
	font-weight: normal;
	background: #999999;
	color: #000000;
	text-decoration: none;
}





#textarea {
	margin-left: 125px;
	width: 300px;
	padding: 10px;
	font-size: 14px;
}

#contacttextarea {
	margin-left: 125px;
	min-height: 600px;
	width: 600px;
	padding: 10px;
	font-size: 14px;
	background: #e9e9bb url(../images/kate_woolveridge.gif) no-repeat 100% 100%;
}

#photocolumn {
	width: 300px;
	float: right;
	padding: 10px;
		
}

#rightTextArea {
	width: 300px;
	float: right;
	padding: 10px;
	font-size: 14px;
}

#track_listing {
	position: relative;
	top: 0px;
	left: 20px;
}

/* Contact Page =============== */
.tableemailform th {
	text-align: right;
}

#real_form {
  display: none;
}

.submitbutton {
text-align: center;
  width: 180px; /* button width */
}

/* Footer ===========================*/
#footer {
	text-align: center;
	clear: right;
	border-top: 1px dotted #ff0000;
}

#footer a:link {
	color: #ff0000;
	text-decoration: none;
}

#footer a:visited {
	color: #ff0000;
	text-decoration: none;
}

/* General Styles ==================*/
.red_text {
	font-size: small;
	color: #ff0000;
}

.highlight_text {
	font-weight: bold;
}

.small_text {
	font-size:	small;
}

.italic_text {
	font-style: italic;
}

#sitemap ul {
	list-style-type: square;
	line-height: 1.2em;
}

