/*
	Sussex Internet
	
	Screen Styles for Powdermills Hotel
	
	Created by Caleb Hale
	on: 22.04.2008
	
*/

/* browser unification */

:link,:visited,:focus {text-decoration:none; outline:0}
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:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background:url(../images/body.gif);
	color:#666;
	margin:50px 0
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}
	
p
	{
	margin:10px 0;
	}

/* 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
	}

.clear
	{
	clear:both
	}

/* End of universal styles */

/* Start of site structure */

#container {
	width:801px;
	margin:0 auto
}

#header {
	text-indent:-9999px
}

#map {
	width:100%;
	height:500px;
	margin-bottom:10px
}

/* End of site structure */

/* End of document */