/*GLOBAL STYLES*/
*{margin:0; padding:0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Verdana, Sans-Serif;
	color: #000;
	/*color: #474034;*/
	line-height: 1.7em;
	margin: 10px 0 0 10px;
	
}
body.bg1{
	background: #493e3d url("images/bg1.jpg") no-repeat;
}
body.bg2{
	background: #493e3d url("images/bg2.jpg") no-repeat;
}
hr { 
	display: none; 
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p{
	margin-bottom: 1em;
}
h1, h2, h3, h4 { 
	font-family: 'Arial', Verdana, Sans-Serif;
}
h1 { 
	font-size: 3.0em; 
}
h2 { 
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -0.03em;
	padding-bottom: 20px;
}
h3 { 
	font-size: 1.1em;
	font-weight: bold;
	
	/*padding-bottom: 15px;*/
}
h4 { 
	font-size: 1.0em; 
}
b{
}
img{
	border: none;
	float: left;
}
small{
	color: #999;
	line-height: 0.9em;
}
table{
	border-collapse: collapse;
	text-align: left;	
}
td{
	vertical-align: top;
}
/*LAYOUT STYLES*/

#maincontainer{
	width: 470px;
	
}
#logo a{
	display: block;
	text-indent: -10000px;
	float: left;
	width: 470px;
	height: 74px;
	background: url("images/the-weald-shooting-school-logo.gif") no-repeat;
}
#navrow{
	float: left;
	width: 470px;
	background: #d1fca6;
	opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
	margin-bottom: 40px;
}
#nav{
	padding-left: 30px;
	list-style: none;
}
#nav li{
	float: left;
}
#nav li a{
	text-decoration: none;
}
#nav li a:hover{
	text-decoration: underline;
}
#contentcolumn{
	float: left;
	width: 470px;
	background: #d1fca6;
	opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
	clear: both;
}
ul.subnav{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.subnav li{
	margin: 0;
	padding: 0;
}
div.solidbox{
	float: left;
	width: 470px;
	background: #8ca56e;
	clear: both;
}
div.solidbox div{
float: left;
	padding: 10px 10px 20px 10px;
}
#maincontent{
	
	padding: 20px 30px 30px 30px;
	font-size: 1.2em;
}

#maincontent form{
	margin-top: 30px;
}
#maincontent form h3{
	margin: 0;
	padding: 20px;
}
#maincontent form ul{
	margin: 0;
	padding: 0 20px 20px 20px;
}
#maincontent form p{
	padding: 0 20px 20px 20px;
}
#maincontent form ul li{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
#maincontent label{
	float: left;
	display: block;
	width: 75px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

input#submit{
	border: solid 1px #333;
	background: #666;
	padding: 5px;
	color: #fff;
	margin-left: 95px;
}
#footer{
	clear: both;
	float: left;
	width: 470px;
	margin-top: 40px;
	background: #8ca56e;
	color: #474034;
}
#footer p{
	margin: 0;
	padding: 5px;
}
#footer a{	
	color: #474034;
	text-decoration: none;
}
#footer a:hover{	
	text-decoration: underline;
}
/*titles*/
#title1, #title2, #title3, #title4, #title5, #title6, #title7{
	display: block;
	text-indent: -10000px;
	float: left;
	width: 410px;
	height: 30px;
}
#title1{
	background: url("images/weald-title-home.gif") no-repeat;
}
#title2{
	background: url("images/weald-title-background.gif") no-repeat;
}
#title3{
	background: url("images/weald-title-facilities.gif") no-repeat;
}
#title4{
	background: url("images/weald-title-services.gif") no-repeat;
}
#title5{
	background: url("images/weald-title-location.gif") no-repeat;
}
#title6{
	background: url("images/weald-title-contact.gif") no-repeat;
}