/* 
Title: Style Sheet
Author: Lam Wong
Website: www.teaart.ca

*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Open Sans Light 300, Helvetica Light, Arial, Georgia, sans-serif;
	font-size: 13px;
	color:#666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
img {
	border: 0px;
}
hr {
	height: 2px;
	width: 174px;
	color: #ccc;
	background-color: #ccc;
	border: none;
}
h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #996633;
	margin-top: 60px;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #996633;
	margin-top: 30px;
	margin-bottom: 25px;
}

ul, ol { 
   margin:auto 0em 1em 0; 
   padding:0; 
   position:relative; 
   left:1.5em;
   overflow:visible;
}
 
div#wrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background-image: url(../wrapper.jpg);
	margin-left: auto;
	margin-right: auto;
}
div#header {
	padding-top: 80px;
	margin: 0px;
	text-align: left;
}
div#nav {
	width: 25%;
	float: left;
}
div#main {
	width: 70%;
	float: right;
	
}
div#content{
	text-align:left;
	padding-top: 0px;
	width: 530px;
}


  
div#menu{
	text-transform: uppercase;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#menu img {
	margin-top: 30px;
}
div#services{
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cc9900;

}
div#contact{
	list-style-type: none;
	padding-top: 22px;
	padding-bottom: 22px;

}