/*
	Sussex Internet
	
	Screen Styles for Saffron Summerfield
	
	Created by Neil Kelsey
	on: 12.10.2007
	
*/

/* browser unification */

:link,:visited {text-decoration:none}
ul,ol {list-style: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}
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
		center
		repeat-y
		#FF9900
	}

p
	{
	margin-bottom:10px;
	}
	
a
	{
	color:#990033
	}
	
a:hover
	{
	color:#000000;
	text-decoration:underline
	}
	
h1
	{
	color:#990033;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}

hr
	{
	clear:both;
	border:0;
	height:65px;
	width:627px;
	background:
		url(/images/hr_bg.png)
		top
		left
		no-repeat;
	}


input, textarea {
  width:350px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.95em;
  padding:1px;
  border:1px solid #990033;
  background:#FFF
}

textarea {
  height:120px;
}

input.button {
  width:auto
}

input.small {
  width:150px
}

/* 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
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
	
.image_left
	{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
	
.image_right
	{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}

.error {
  color:#C00;
  margin-left:10px
}

/* End of universal styles */

/* Start of site structure */

#container
	{
	width:927px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header
	{
	width:800px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	background:
		url(/images/header_bg.png)
		top
		left
		no-repeat;
	}
	
#left_menu
	{
	float:left;
	width:211px;
	}
	
#left_menu_yellow
	{
	float:left;
	width:148px;
	margin-left:63px;
	margin-top:5px;
	color:#FFFFFF;
	background:
		#ff9900;
	}
	
#left_menu_yellow a
	{
	color:#FFFFFF;
	}
	
#left_menu_yellow a:hover
	{
	color:#000000;
	text-decoration:underline;
	}

#left_menu_yellow h2
	{
	font-size:1.6em;
	margin-bottom:10px;
	}

#left_menu_yellow li
	{
	border-bottom:1px solid #FFFFFF;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	}
	
#left_menu_yellow_top
	{
	float:left;
	width:148px;
	height:6px;
	background:
		url(/images/left_menu_top_bg.gif)
		top
		left
		no-repeat;
	}
	
#left_menu_yellow_middle
	{
	float:left;
	width:128px;
	margin-left:10px;
	margin-right:10px;
	}
	
#left_menu_yellow_bottom
	{
	float:left;
	width:148px;
	margin-top:20px;
	height:6px;
	background:
		url(/images/left_menu_bottom_bg.gif)
		top
		left
		no-repeat;
	}	
	
#left_menu_white
	{
	float:left;
	width:148px;
	margin-left:63px;
	margin-top:5px;
	color:#FFFFFF;
	background:
		#FFFFFF;
	}
	
#left_menu_white_top
	{
	float:left;
	width:148px;
	height:6px;
	background:
		url(/images/left_menu_white_top_bg.gif)
		top
		left
		no-repeat;
	}
	
#left_menu_white_middle
	{
	float:left;
	width:128px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	}
	
#left_menu_white_bottom
	{
	float:left;
	width:148px;
	height:6px;
	background:
		url(/images/left_menu_white_bottom_bg.gif)
		top
		left
		no-repeat;
	}
	
#main_content
	{
	float:left;
	width:647px;
	margin:5px;
	background:
		#FFFFFF;
	}
	
#main_content_top
	{
	float:left;
	width:647px;
	height:6px;
	background:
		url(/images/main_content_top_bg.gif)
		top
		left
		no-repeat;
	}
	
#main_content_middle
	{
	float:left;
	width:627px;
	padding:0 10px;
	}
	
#main_content_bottom
	{
	float:left;
	width:647px;
	height:6px;
	background:
		url(/images/main_content_bottom_bg.gif)
		top
		left
		no-repeat;
	}	

#footer
	{
	float:left;
	color:#FFFFFF;
	text-align:right;
	width:864px;

	font-size:0.9em;
	}

#footer a
	{
	color:#FFFFFF;
	}
	
#footer a:hover
	{
	color:#000000;
	text-decoration:underline;
	}

/* End of site structure */

/* End of document */