/* CSS Document */


/*------------------ POSITIONING DIVS -----------------------*/


body {
background-image: url(elements/page-bgnd.gif);
text-align : center; /*For IE */
font-family: Tahoma, Geneva, sans-serif;
}

#container {
position: relative;
width: 800px;
	min-height: 650px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 650px; /* this line for IE6 */
margin: 0 auto; /* to centre container in browser */
text-align: left;
}

#header {
position: relative;
width: 800px;
height: 89px;
background-image: url(elements/header.png);
background-repeat: no-repeat;
}

#menu {
position: relative;
background-image: url(elements/menu-bgnd.png);
background-repeat: no-repeat;
}

#content {
position: relative;
width: 800px;
	min-height: 490px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 490px; /* this line for IE6 */

background-color:#bebaad;
}

/*---------- Gallery template ---------------*/	
	#gal-boarder-image {
	position: relative;
	float: left;
	width: 24px;
	height: 469px;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 18px;
	padding-bottom: 11px;
	}
	
	#gal-text-area {
	position: relative;
	float: left;
	width: 320px;
	min-height: 451px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 451px;
	padding-top: 19px;
	padding-right: 58px;
	padding-bottom: 20px;
	}
	
	#gal-image-area {
	position: relative;
	float: left;
	width: 365px;
	height: 490px;
	}	
	
		#gallery-image {
		position: relative;
		width: 350px;
		height: 275px;
		padding-top:32px;
		padding-right: 15px;
		}
		
		#gallery-thumbs {
		position: relative;
		width: 350px;
		height: 155px;
		padding-top: 5px;
		padding-bottom: 20px;
		padding-right:15px;
		}
/*---------- end Gallery template ---------------*/	

/*---------- General template ---------------*/

	#image-one {
	position: relative;
	float: left;
	width: 187px;
	height: 469px;
	padding-top: 10px;
	padding-left: 13px;
	padding-bottom: 11px;
	}
	
	#text-area {
	position: relative;
	float: left;
	width: 318px;
	min-height: 451px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 451px; /* this line for IE6 */
	padding-top: 19px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 20px;
	}
	
	#image-two {
	position: relative;
	float: left;
	width: 231px;
	height: 469px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 11px
	}

/*---------- end General template ---------------*/	

#footer {
position: relative;
width: 774px;
height: 26px;
padding-left: 13px;
padding-right: 13px;
padding-top: 6px;
}

.clear {clear:both;}


/*------------------ Typography -----------------------*/

p {

font-size:12px;
color: #4b4b49;
}

ul {

font-size:12px;
color: #4b4b49;
margin-top: -10px;
margin-bottom: -10px;
}

a {
color: #120222;
}

a:hover {
color:#4b4b49;
}

h1 {
font-size: 16px;
color: #120222;
font-weight:normal;
}

h2 {
font-size: 18px;
color: #6d6c69;
font-weight:normal;
}

#footer p, #footer a:link, #footer a:active, #footer a{
font-size: 10px;
color: #120222;
text-decoration: none;
}

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