html, body{
	background:url(../images/bg.gif) top left repeat-x;
	text-align:center;
}

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#4a93c6;
}
/*---------------------------------------------------------
Divs
---------------------------------------------------------*/

#container{
	width:760px;
	margin:0 auto 0 auto;

}

#header{
	width:760px;
	height:357px;
}

#leftheader{
	width:345px;
	w\idth:330px;
	height:357px;
	background:url(../images/list.gif) top left no-repeat;
	float:left;
	padding:0 0 0 15px;
	
	
}

#rightheader{
	width:413px;
	height:357px;
	float:right;
}

#tel{
	width:413px;
	height:66px;
}

#nav{
	width:413px;
	background:url(../images/nav.gif) top left no-repeat;
	height:35px;
	
}

#bigimg{
	width:413px;
	height:256px;

}

#content{
	width:756px;
	background:#cce3f1 url(../images/topcont.gif) top left no-repeat;
	float:left;
	padding:30px 0 30px 0;
}

#footer{
	width:736px;
	height:27px;
	background:url(../images/footer.gif) top left no-repeat;
	clear:both;
	padding:10px;
}

#form{
	float:left;
	width:430px;
	padding:0 0 0 20px
}
#contact{
	float:right;
	width:300px;
}
/*------------------------------------------------------------
Gallery Divs
-------------------------------------------------------------*/

#gallery {
	width:614px;
	height:255px;
	margin:0 0 0 20px;
	padding:0;
}
#mainimg{
	width:379px;
	height:253px;
	float:left;
	margin:0;
	padding:0;
	border-right:solid 3px #cce3f1;
}

#thumbs{
	width:220px;
	float:right;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}
#thumbs img{
	margin:0;
	padding:0;
	border-bottom:solid #cce3f1 3px;
	border-right:solid #cce3f1 3px;
	border-top:0;
	border-left:0;
	cursor:pointer;
}

/*--------------------------------------------------------
HTML tags
---------------------------------------------------------*/

h1{
	background:url(../images/logo.gif) top left no-repeat;
	text-indent:-8000px;
	height:86px;
	width:271px;
	margin:35px 0 0 40px;
}

h2{
	text-indent:-8000px;
	width:100px;
	height:40px;
	margin:20px 0 0 20px;
}

h2.welcome{
	background: url(../images/title-welcome.gif) top left no-repeat;
}

h2.gallery{
	background: url(../images/title-gallery.gif) top left no-repeat;
}

h2.contact{
	background: url(../images/title-contact.gif) top left no-repeat;
}

#leftheader ul{
	margin:0;
	padding:0;
}
#leftheader li{
	marign:0;
	padding:0;
	list-style:none;
	line-height:0;
	font-size:0;
}

#nav li{
	list-style:none;
	font-size:11px;
	line-height:14px;
	display:inline;
	
	
}
#nav a{
	display:block;
	width:96px;
	height:23px;
	float:left;
	padding:7px 0 0 0;
	text-align:center;
	margin:3px 15px 0 15px;
	text-decoration:none;
}
#nav a:link, #nav a:visited{ color:#4a93c6;}
#nav a:hover, #nav a:active{ color:#4a93c6; background:#fff;}

#content ul{
	padding:0 0 0 40px;
}

#content li{
	padding:5px 0 0 10px;
}
p{
	margin:10px 20px 20px 20px;
	text-align:justify;
}

#footer p{
	color:#fff;
	font-size:10px;
}

#footer a{
	color:#fff;
	font-size:10px;
}