/*
	Sussex Internet
	
	Screen Styles for Sussex Guilding
	
	Created by Neil Kelsey
	on: 01.06.2007

*/

/* browser unification */

:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
address {font-style:normal}

/* End of browser unification */

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	background:
		url(images/body_bg.png)
		top
		left
		repeat-x
		#bae6fe;
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}

p
	{
	padding-bottom:10px;
	text-align:justify;
	}

a
	{
	color:#490000;
	}

a:hover
	{
	color:#490000;
	text-decoration:underline
	}
	
h1
	{
	color:#044E6C;
	font-size:4em;
	text-align:center;
	font-weight:normal;
	}
	
h2
	{
	color:#044E6C;
	font-size:1.7em;
	text-align:center;
	font-weight:normal;
	}

h3
	{
	color:#044E6C;
	font-size:1.7em;
	text-align:left;
	font-weight:normal;
	}

textarea
	{
	width:300px;
	height:200px;
	}

input
	{
	width:300px;
	}

/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.center
	{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center
	}
	
.align_center
	{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
	
.clear
	{
	clear:both
	}
	
.hr
	{
	width:308px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
	background:
		url(images/hr_bg.gif)
		top
		left
		no-repeat
	}
	
.green
	{
	background:
		#C7E6A4;
	}
	
.width_one
	{
	width:30%;
	}
	
.width_two
	{
	width:70%;
	}
	
.painting
	{
	float:left;
	width:250px;
	height:374px;
	margin-bottom:10px;
	margin-right:10px;
	}
	
.caned_bed
	{
	float:left;
	width:250px;
	height:240px;
	margin-bottom:10px;
	margin-right:10px;
	}
	
.image_left
	{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
	
.image_right
	{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}

/* End of universal styles */

/* Start of site structure */

#container
	{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:979px;
	}
	
#main_top
	{
	float:left;
	width:979px;
	height:24px;
	background:
		url(images/main_top_bg.png)
		top
		left
		no-repeat;
	}
	
#main_middle
	{
	float:left;
	width:939px;
	padding-left:20px;
	padding-right:20px;
	background:
		url(images/main_middle_bg.png)
		top
		left
		repeat-y;
	}
	
#main_bottom
	{
	float:left;
	width:979px;
	height:24px;
	background:
		url(images/main_bottom_bg.png)
		top
		left
		no-repeat;
	}
	
#menu
	{
	float:left;
	width:939px;
	text-align:center;
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
	}

#menu a
	{
	color:#490000;
	font-weight:bold;
	}	

	
#menu a:hover
	{
	color:#490000;
	font-weight:bold;
	}

#menu li
	{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	}

#left
	{
	float:left;
	width:380px;
	margin-top:20px;
	padding-left:20px;
	}
	
#left li
	{
	margin-left:20px;
	padding-left:20px;
	list-style:decimal;
	padding-top:8px;
	padding-bottom:8px;
	}

#right
	{
	float:left;
	width:539px;
	margin-top:20px;
	text-align:center;
	}
	
#full
	{
	float:left;
	width:900px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	}
	
#footer
	{
	width:979px;
	color:#044E6C;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

#footer a
	{
	color:#044E6C;
	}

/* End of site structure */

/* End of document */
