/*===== PNG FIX FOR IE 5.5 & 6.0=====*/

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

/*===== PRE-DEFINED TAGS STYLES=====*/

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

h1 {
	font-size: 18px;
	color: black;
	margin:0px;
	}

h2 {
	font-size: 1.5em;
	color: black;
	margin:0px;
	}

p {
	margin-bottom: 10px;
	}
	
ul {
	margin: 10px 0;
	}
li {
	margin-left: 40px;
	}

hr {
	color : black;
	height : 1px;
	padding : 0;
	border-color : black;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 10px;
	}

/*===== A LINK STYLES=====*/

a img {
	border:0;
	}
a {
	text-decoration: none;
	color: black;
	outline: none;
	}
a:link { 
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
	}
a:visited { 
	color:#000000;
	text-decoration: underline; 
	font-weight:bold;
	}
a:hover { 
	color:#996600; 
	text-decoration: underline; 
	font-weight:bold;
	}
a:active { 
	color:#000000;
	text-decoration: underline; 
	font-weight:bold;
	}

/*===== CLASS STYLES =====*/

.clear { clear:both; height:0px; font-size:0px; }

/*===== STRUCTURE STYLES =====*/

#headerspan{
	width:100%;
	height:155px;
}

#header{
	width:1000px;
	height:100%;
	margin:auto;
	background-image:url(../images/header-bg.png);
	background-position:right;
}

#header_logo{
	width:388px;
	height:99px;
	margin-top:25px;
}

#contentspan{
	width:100%;
	height:447px;
}

#contentspan_home{
	width:100%;
	height:525px;
}


#content{
	width:960px;
	height:100%;
	margin:auto;
}

#gallery-content{
	width:960px;
	height:100%;
	margin:auto;
}

#gallery-contentspan{
	width:100%;
	height:630px;
}

#nav{
	width:260px;
	height:28px;
	float:right;
}

#home_left{
	width:400px;
	height:451px;
	float:left;
}

#home_right{
	width:542px;
	height:490px;
	float:right;
}

#about_left{
	width:361px;
	height:430px;
	float:left;
}

#about_right{
	width:541px;
	height:430px;
	float:right;
}

#contact_left{
	width:350px;
	height:430px;
	float:left;
}

#contact_right{
	width:603px;
	height:455px;
	float:right;
}

#contact_title{
	width:199px;
	height:20px;
	float:left;
}

#contact_form_main{
	width:562px;
	height:367px;
	float:left;
	background-image:url(../images/form-bg.png);
	background-repeat:no-repeat;
	padding:20px;
}

#contact_form_left{
	width:322px;
	height:343px;
	float:left;
}

#contact_form_right{
	width:205px;
	height:343px;
	float:right;
	margin-right:10px;
}

#footerspan{
	width:100%;
	height:40px;
}

#footer{
	width:960px;
	height:100%;
	margin:auto;
}



#footer_nav{
	width:375px;
	height:28px;
	float:right;
}

#footer_atomic{
	width:245px;
	height:40px;
	float:left;
}

.form{
border:solid #cbcbcb;
border-width:1px;
font-size:12px;
}

.form:hover{
border:solid #774f2b;
border-width:1px;
font-size:12px;
}