#photoalbum { text-align: center;  }
 
html,body{
	background-image:  url(images/wallpaper2.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	background-attachment: fixed; 
}
div#header {
	background:#FFFFFF url(images/albion.jpg) no-repeat center center;
	height: 130px;
	width: 700px;
	border-bottom : 10px  solid  #FFFFFF;
	margin: 0px;
	padding: 0px;
}
div#container {
	background:#6A1C1E url(images/elements/pagegrad_bottom.gif) repeat-x left top;
	width:700px;
	margin:0 auto 0 auto;
	padding: 0px; 
	border: 10px solid #FFFFFF; 
}
div#footer{
	background:#F1EAD9 url(images/elements/cornice.gif) repeat-x left bottom;
	height: 75px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #A79E89;
	padding-top: 6px;
} 
div#content{
	float:left;
	width:440px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: 100;
	margin: 0px;
	_margin: 10px 0px 0 6px;
	padding: 10px 0 0 10px;
}
div#D_sidebar{
	float:right;
	width:230px;
	text-align: left;
	margin: 0;
	_margin: 0px -10px 0 0;
	background-image: url(images/elements/nav-top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0 0 0;
}

div#extra{clear:both;width:100%}
 
#footer img{
	display: none;
}

/* Form Items */

form {
	margin: 0px;
}
#contactform label{
	margin: 6px 0px 2px 0px;
	_margin: 6px 0px -20px 0px;
	padding: 6px 2px 0px 6px;
	background-color: #411C0C;
	font-size: 0.75em;
	font-weight: bold;
	color: #DAEADF;
	display: block;
	height: 18px;
	width: 77px;
	line-height: 1em;
} 


#contactform input{
	padding: 2px;
	margin :  -26px 0px  2px 90px;
	_margin : -23px 0px -30px 90px;
	border: 1px solid #162B5B;  
	background-color: #eee; 
	color: #000; 
	height: 18px; 
	float:left;
	_float:none;
}

#contactform textarea{
	padding: 2px;
	margin :  -26px 20px 10px 90px;
	_margin : -5px 20px 10px 90px;
	border: 1px solid #162B5B;
	background-color: #eee;
	color: #000;
	float:left;
	_float:none;
	clear: right;  
}

#contactform p{
clear: both;
}
 
#contactform  #Submitbutton{
	clear: both;
	color: #DAEADF;
	background-color: #411C0C;
	border: 5px solid #DAEADF;
	margin: 0px;
	padding: 4px 10px;
	height: 36px;
}

