@charset "UTF-8";

/* CSS Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; 
font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus {outline: 0;}
body {line-height: 1.5;}
ol, ul {list-style-type: none;}
table {border-collapse: collapse; border-spacing:0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote, q {quotes: "" "";}
img {margin: 0; padding: 0;}
a img { border: none; }


/* Default Setting (960)
-------------------------------------------------------------- */

*	{ 
	margin: 0; 
	padding: 0; 
	}

html
	{ 
	height:101%;
	}

body 
	{
	font: 13px/16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #666;
	background: #fff url(fort-denison-assets/bg.jpg);
	margin: 0;
	padding: 0;
	}


/* Layout
-------------------------------------------------------------- */

#layout-wrap 
	{
	margin: 0 auto;
	width: 960px;
	}

#header 
	{
	background: #762b35 url(fort-denison-assets/header.gif);
	padding: 20px 0 0 20px;
	width: 940px;
	height: 150px;
	margin: 0 auto;
	}	

#content-wrap 
	{ 
	width: 960px; 
	margin: 30px auto; 
	}

.stack
	{  
	margin-bottom: 10px; 
	overflow: hidden; 
	}

.sgl-col, .dbl-col 
	{
	float: left; 
	padding-right: 30px;
	}

.sgl-col 
	{
	width: 300px;
	}
	
.dbl-col 
	{ 
	width: 630px; 
	}
	
.end 
	{ 
	padding-right: 0px; 
	}
	
.gift-voucher
	{
	margin-left: 60px;
	}			


/* Headings
-------------------------------------------------------------- */
	
h1	{
	color: #762b35;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	letter-spacing: -0.03em;
	}
	
h2	{
	color: #762b35;
	margin-top: 15px;
	margin-bottom:10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d8a845;
	font-size: 16px;
	font-weight: normal;
	}

h1 img, h2 img
	{ 
	margin: 0; 
	}


/* Text elements
-------------------------------------------------------------- */

p 	{ 
	line-height:20px; padding-bottom:10px; 
	}

p img 
	{ 
	padding-bottom: 10px; 
	}

p em 
	{ 
	font-style: oblique; 
	}

p strong 
	{ 
	font-weight: bold; 
	color: #333;
	}

a 	{ 
	color: #762b35; 
	
	}

a:hover 
	{
	text-decoration:none;
	}

ul, ol 
	{ 
	margin: 5px 0px 5px 20px; 
	}

ul 	{ 
	list-style: disc; 
	}

ol 	{ 
	list-style: decimal; 
	}
	
li	{
	padding-bottom: 10px;
	}	

hr	{ 
	color: #762b35; 
	background: #762b35; 
	border: 0; 
	height: 1px; 
	margin: 20px 0; 
	}

div.clear 
	{	
	clear: both; 
	}

.left 
	{ 
	float: left; 
	}
	
.right 
	{ 
	float: right; 
	}
	

/* Footer
-------------------------------------------------------------- */		

#footer 
	{
	border-top: 3px solid #762b35;
	font-size: 11px;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;
	width: 960px;
	}

#footer a, 
#footer a:visited, 
#footer a:active 
	{  
	text-decoration: underline; 
	}

#footer a:hover 
	{ 
	text-decoration: none; 
	}
	