/* Menu colour: #b2cad6 */

*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica;
}
	
body, html{
	width:750px;
	height: 100%;
	background:#fff;
}

body{
	text-align:center;
	color:black;
	font-size:14pt;
}

#wrapper{
	background-image:url('../images/wavy.jpg');
	background-repeat:repeat-y;
	background-position:0px 152px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1.5em;
	min-width:750px;
}

#header{
	width:750px;
	height:152px;
}

#tc{
	background-image:url(../images/corner.jpg);
	float:left;
	width:161px;
	height:152px;
}

#top{
	background-image:url(../images/top.jpg);
	float:left;
	width:582px;
	height:112px;
}

#main{
	text-align:left;
	font-size:10pt;
}

#nav{
	float:left;
	width:170px;
	font-size:1.1em;
}

#content{
	float:left;
	width:570px;
}

#content li{
	margin-left:30px;
}
	
#clear{
	clear:both;
}

.push {
    height: 3.5em;
}

#footer{
	font-size:10pt;
	color: black;
	text-align: right;
	font-size:small;
	font-style:italic;
	clear:both;
}

.button{
	margin:10px 20px 0px 5px;
	color:black;
	text-align:center;
}

.button li{
	margin:8px;
	padding:2px;
	display:block;
	list-style:none;
}

.button li a{
	display:block;
	padding:3px 0px;
	width:8em;
	text-decoration:none;
	color:black;
	background-color:#c8d7df;
	border: 2px outset #c8d7df;
}

.button li a:active{
	border: 2px inset #c8d7df;
}

.button li a:hover{
	color:blue;
}

/* -------------------- GALLERY CODE -------------------- */


.gallery{
	text-align:center;
	color:blue;
}

.gallery img{
	border:0px;
	max-width:270px;
	max-height:230px;
}

.gallery a{
	text-decoration:none;
}

.gallery div{
	margin:0px 2px 5px 2px;
	width:270px;
	height:245px;
	float:left;
}

.gallery p{
	display:inline;
}