/* divisions */

/* check divs with border visible

div {
	border: thin dashed #DCDCDC;
}
*/

body{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#header {
/*	padding-top: 10px;*/
	background-image: url(logo.jpg); 
	background-position: left; 
	background-repeat: no-repeat;
	height: 200px;
	padding-bottom: 5px;	
	border-bottom: medium solid #696969;	
}	

#left {
	width: 33%;
	padding-top: 1em;
	padding-right: 1em;
	float: left;
}

#middle {
	width: 33%;
	padding-top: 1em;
	padding-right: 1em;	
	float: left;	
}

#right {
	padding-top: 1em;
	padding-right: 1em;	
	margin-left: 70%;			
}

#right_naff {
	padding-top: 1em;
	padding-right: 1em;	
	margin-left: 70%;			
}

#footer {
	clear: both;
}

/* headings */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;	
	margin-top: 0px;
	padding-top: 0px;	
}

#right_naff h1 {
	font-size: x-large;
	color: Blue;
}

#right_naff h2 {
	font-size: large;
	color: Blue;
}

#right_naff hr {
	color: Lime;
}

/* text and paragraph sytles */

.menu {
	 position: absolute; 
	 left: 80%; 
	 top:150px;
}

.advert {
	 font-size: 80%;
	 position: absolute; 
	 left: 80%; 
	 border: 1px solid #696969;
	 padding: 5px 5px 5px 5px;
}

.first {
	background-color: #D3D3D3;
}

.large {
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.medium {
	left: 300px;
	position: absolute; 	
	font-size: 20px;
}

/*
h1 h2,
h1 p,
h2 p {
	text-indent: 16px;
}
*/

p.error {
	font-weight: bold;
	color: Red;
}

#right_naff .first {
	background-color: transparent;
}

/* anchors */

a {
	color: Purple;
	text-decoration: none;
}

a:hover {
	background-color: #D3D3D3;
}

#home #link_home,
#contact #link_contact {
	background-color: #D3D3D3;	
}

/* naff and restyled class to identify non-display elements */

.naff{
}

.restyled {	
}

/* switch off naff elements after re-styling */

#right .naff {
	display: none;
}

/* switch off re-styled elements when displaying naff page */

#right_naff .restyled {
	display: none;
}

/* email form */

fieldset {
	border: none;
}

label {
	width: 10em;
	padding-right: 1em;
	float: left;	
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

input {
	width: 18em;		
	border: thin solid #696969;
}

input.button {
	width: 6em;
	font-weight: bold;
	color: #696969;
	background-color: White;
}

textarea {
	width: 18em;
	border: thin solid #696969;
}

/* table styles */

table {
	font-family: "Courier New", Courier, monospace;	
	text-align: left;
}

thead {
	font-weight: bold;
}

tbody {
	font-weight: normal;
}
