Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	font: 62.5%/1.5 Arial, sans-serif;
	color: #333333;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;	
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/* width: 800px; */
	width: 900px;
	background-color: #993333;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	position: relative;
	border-left: solid 1px #993233;
	border-right: solid 1px #993233;
	border-bottom: solid 1px #993233;


	
}

#wrapper_logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
}

#wrapper_coat {
	background: url(../images/armour-large_trans.jpg) bottom right no-repeat;

}

#branding_main {
	padding-top: 20px;
	width: 315px;
	margin-left: 310px;		
} 

#branding_main_left {
	width: 125px;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
}

#branding_main_right {
	width: 175px;
	float: right;
	text-align: right;
}

#branding_main p.reservations {
	margin-top: 0;
	margin-bottom: -0.5em;
	font-size: 1.6em;
 letter-spacing:0.1em;	
	color: #ccc;
}

#branding_main p.address {
	font-size: 1em;
	text-align: center;
	color: #ccc;
}

#branding_main p.tel {
	margin-top: 0;
	margin-bottom: 0;
 letter-spacing: 0;	
	
	font-size: 2.4em;
	color: #fff;
}

#content_wrap {
	text-align: left;
	/* width: 400px; */
	
	margin-left: 100px;
}

#navigation {
	margin: 0;
	padding: 0;
	margin-left: 175px;
}

#navigation ul {
	position: relative;	
}

#navigation ul li {
list-style-type: none;
	display: inline;

}

#navigation ul li a {
	display: block;
	float: left;
	color: #000;
	margin: 0;
	padding: 0;	
	text-decoration: none;
}

a#home {
	width: 86px;
	height: 42px;
	position: relative;
}

a#home span {
	background: url(../images/home.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

a#home:hover span {
	background: url(../images/home1.jpg) no-repeat;
}

a#about {
	width: 113px;
	height: 42px;
	position: relative;
}

a#about span {
	background: url(../images/about.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

a#about:hover span {
	background: url(../images/about1.jpg) no-repeat;
}

a#menu {
	width: 102px;
	height: 42px;
	position: relative;
}

a#menu span {
	background: url(../images/menu.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

a#menu:hover span {
	background: url(../images/menu1.jpg) no-repeat;
}

a#events {
	width: 102px;
	height: 42px;
	position: relative;
}

a#events span {
	background: url(../images/events.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

a#events:hover span {
	background: url(../images/events1.jpg) no-repeat;
}

a#contact {
	width: 127px;
	height: 42px;
	position: relative;
}

a#contact span {
	background: url(../images/contact.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

a#contact:hover span {
	background: url(../images/contact1.jpg) no-repeat;
}

#main_content {
	margin-left: 270px;
	margin-right: 1.2em;
	margin-bottom: 2.4em;
	 background: url(../images/scroll.jpg) no-repeat; 
	width: 315px;
	margin-left: 301px;	
	min-height:400px;
  	height:auto !important;
  	height:400px;
 	font-family: Georgia; 	
 	 
}

#main_content p {
	text-align: justify;
	color: #fff;	
	font-size: 1.1em;
	
}

#main_content_alt {
	margin-right: 1.2em;
	margin-bottom: 2.4em;
	width: 315px;
	margin-left: 315px;	
	min-height:400px;
  	height:auto !important;
  	height:400px;
  	font-family: Georgia;
  	font-size: 1.2em;
	
	
}

#main_content_alt p {
	text-align: justify;
	color: #fff;	
}

.firstLetter{
  display      : block;
  float        : left;
  margin-top   : -0.63em; /* use -0.205em for two lines */
  margin-left  : -0.56em;
  margin-right : 0.5em;
  height       : 4.5em;
}

.firstLetter span{
  font-size    : 5.6em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}


#scroll_content {
	width: 225px;
	margin-left: 65px;
	padding-top: 50px;
}

.clear_both {
	clear: both;
}

.float_left {
	float: left;
}

a {
font-weight: bold;
color: #999;
text-decoration: none;
}

p {
margin-bottom: 1em;
line-height: 1.5em;
 letter-spacing:0.1em;
}

p.caption {
	margin-top: 0;
	font-style: italic;
}

p.small {
margin-bottom: 2em;
font-size: 1.1em;
}

p.small a {
 color: blue;
}

.listplain {
	margin-top: -0.8em;
}

.listplain li {
margin-bottom: 0.5em;
list-style-type: none;
margin-left: 0;
color: #fff;
 letter-spacing:0.1em;

}


em {
 font-weight: bold;
}

h1 {
	font-size: 2.2em;
	color: #fff;
	font-weight: normal;
margin-bottom: 0;
}

h1.homeheading {
	text-indent: -5000px;
	background: url(../images/welcome.gif) no-repeat;
	width: 169px;
	height: 45px;
}

h1.aboutheading {
	text-indent: -5000px;
	background: url(../images/about.gif) no-repeat;
	width: 169px;
	height: 45px;
}

h1.contactheading {
	text-indent: -5000px;
	background: url(../images/contact.gif) no-repeat;
	width: 169px;
	height: 45px;
}

h1.eventsheading {
	text-indent: -5000px;
	background: url(../images/events.gif) no-repeat;
	width: 169px;
	height: 45px;
}

h2 {
	font-size: 1.6em;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.4em;
	font-family: Georgia;
}

h3 {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 1em;
	line-height: 1.5em;
	letter-spacing:0.1em;
	font-weight: normal;	
	font-family: Georgia;
	
}

#branding_sub {
	width: 342px;
	margin-left: 301px;
	padding-bottom: 1em;
	text-align: center;
}


#branding_sub p.copyright {
	color: #ccc;
	font-size: 1em;	
	margin-bottom: 0;
}

#branding_sub p.quaytech {
	color: #ccc;
	font-size: 1em;
		margin-top: 0;
}

ul.normallist li{
	margin-bottom: 0.7em;
	list-style-type: disc;
	font-size: 1.4em;	
}
