body, html, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
}   

/*Common Elements*/
body {
	font-family: "arial", san-serif;
	background: #070606 url("../images/bg.jpg") repeat-x;
}

img, div { behavior: url(iepngfix.htc); }

h1 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #343848;
}

p {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
	color: #343848;
}

#page {
	background: #fff;
	margin: 74px auto 0px auto;
	width: 977px;
	padding-top: 7px;
	overflow: auto;
}

#header {
	background: url("../images/thamilton_headerbg.jpg") no-repeat;
	width: 960px;
	height: 149px;
	margin: 0px auto;
}

#image {
	height: 288px;
	width: 960px;
	margin: 7px auto 0px auto;
}

.welcome {
	width: 490px;
	float: left;
	margin: 40px 0px 30px 30px;
	*margin-left: 15px;
}

.pic {
	width: 363px;
	height: 242px;
	float: right;
	margin: 40px 30px 0px 0px;
	*margin-right: 15px;
}

.bottom {
	background: #a89996;
	min-height: 200px;
	width: 960px;
	overflow: auto;
	color: #fff;
	margin: 7px auto;
}

.bottom h1 {
	color: #fff;
}

.bottom p {
	color: #fff;
}

.gallery {
	margin: 20px 0px 20px 20px;
	float: left;
	*margin-left: 10px;
	*padding-bottom: 15px;
}

.gallery_item {
	width: 135px;
	height: 135px;
	float: left;
	display: inline;
	margin: 10px;
}

p.left {
	float: left;
	line-height: 25px;
}

p.right {
	float: right;
	margin-right: 25px;
	*margin-right: 15px;
	line-height: 25px;
}

#contact {
	margin-top: 20px;
	float: right;
	width: 400px;
}

#footer {
	width: 960px;
	height: 30px;
	clear: both;
	margin: 10px auto;
	color: #a89996;	
}

#footer p {
	color: #a89996;
}

#footer a {
	text-decoration: none;
	color: #a89996;
}

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