html, body{
	margin:0;
	padding:0;
	min-width:800px;
	text-align:center;
	background:#144d02
}
*{
	margin:0;
	padding:0;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------------
Divs
------------------------------------------------------------------*/

#container{
	width:760px;
	margin:0 auto 0 auto;
	background:url(../images/bg.gif) top center repeat-y;

}
#header{
	width:760px;
	height:191px;
	background:url(../images/header.gif) top left no-repeat;
	
}
#logo{
	width:242px;
	height:152px;
	padding:39px 0 0 15px;
	float:left;
}
#photos{
	width:481px;
	height:152px;
	padding:39px 15px 0 0;
	float:right;
}
#maincont{
	width:760px;

}

#footer{
	width:760px;
	w\idth:740px;
	height:59px;
	background:url(../images/footer.gif) top left no-repeat;
	clear:both;
	text-align:left;
	padding: 10px 0 0 20px;
}
#footer p{
	color:#144d02;
}

/*------------------------------------------------------------------
Left Column Divs
------------------------------------------------------------------*/
#leftcol{
	width:242px;
	padding: 0 0 0 15px;
	float:left;
}

#blind{
	width:242px;
	w\idth:200x;
	height:232px;
	background:url(../images/blind.gif) top left no-repeat;
	padding:20px 0 0 20px;
	text-align:left;
}	
#quotations{
	width:222px;
	padding:20px 10px 0 10px;
	text-align:left;
}

/*------------------------------------------------------------------
Right Column Divs
------------------------------------------------------------------*/
#rightcol{
	width:501px;
	w\idth:481px;
	padding:0 15px 20px 0;
	float:right;
}

#nav{
	width:481px;
	w\idth:120px;
	background:#144d02;
	height:18px;
	padding:5px 0 0 361px;
	margin:3px 0 3px 0;
}
#righttext{
	width:481px;
	w\idth:441px;
	padding:20px;
	background:url(../images/rightbg.gif) top left no-repeat;
	text-align:left;
}
#gallery{
	width:481px;
	w\idth:457px;
	height:222px;
	padding:14px 14px 30px 14px;
	text-align:left;
}
#mainimg{
	width:294px;
	height:222px;
	float:left;
}
#thumbhold{
	width:163px;
	height:222px;
	float:right;
}

/*------------------------------------------------------------------
Div HTML Tags
------------------------------------------------------------------*/

#blind ul{
	margin:10px 0 0 60px;
}

#blind li{
	font-weight:bold;
	margin:0 0 13px 0;
	font-size:12px;
	color:#fff;
	list-style:none;
}
h2.specialise{
	width:222px;
	height:37px;
	background:url(../images/title-specialise.gif) top left no-repeat;
	text-indent:-8000px;
}
#quotations p{
	text-align:justify;
	color:#877a38;
	margin:10px 0 10px 0;
}

h2.quotations{
	width:222px;
	height:37px;
	background:url(../images/title-quotations.gif) top left no-repeat;
	text-indent:-8000px;
}

h2.new{
	width:222px;
	height:37px;
	background:url(../images/title-new.gif) top left no-repeat;
	text-indent:-8000px;
}

#nav li{
	list-style:none;
	float:left;
	color:#fff;
}

#nav a:link, #nav a:visited{ color:#fff;}
#nav a:hover, #nav a:active{ color:#fff;}

h2.welcome{
	width:100px;
	height:37px;
	background:url(../images/title-welcome.gif) top left no-repeat;
	text-indent:-8000px;
}
h2.contact{
	width:150px;
	height:37px;
	background:url(../images/title-contact.gif) top left no-repeat;
	text-indent:-8000px;
}
h2.projects{
	width:160px;
	height:37px;
	background:url(../images/title-project.gif) top left no-repeat;
	text-indent:-8000px;
}

#righttext p{
	color:#144d02;
	margin:10px 0 10px 0;
	

}
/*------------------------------------------------------------------
General HTML Tags
------------------------------------------------------------------*/
h1{
	background:url(../images/logo.gif) top left no-repeat;
	text-indent:-8000px;
	width:242px;
	height:152px;
}
strong{
	font-weight:bold;
}
a:link, a:visited{
	color:#144d02;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a:active{
	color:#144d02;
	font-weight:bold;
	text-decoration:underline;
}