body{
	margin:  0px;
	padding: 0px;
	font-size: 12px;
	font-family:Tahoma, "Trebuchet MS";
	background-image: url(images/sketch.jpg);
}

/* Link properties */
a{
	color: #999;
	text-decoration: none;
}
a:visited{
	color:#999;
	text-decoration: none
}
a:hover{
	color: #667;
	text-decoration: none;
}
a:active{
	color: #667;
	text-decoration: none;
}


h1{
	margin: 0px;
	font-size: 11px;
	padding: 5px 15px;
	text-transform: uppercase;
	border-top: 1px solid #564b47;
	border-bottom:1px solid #564b47; 
}

h2{
	margin: 0px;
	font-size: 20px;
	padding: 5px 10px 0px 20px;
	font-weight: normal;
}

h4{
	margin: 0px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 8px 10px 5px;
	font-family: Tahoma, "Trebuchet MS";
}

h5{ 
	margin: 0px;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #CCC;
	font-family: Tahoma, "Trebuchet MS";
}


/* Contaier to center layout */
#container{
	margin: 0px;
	width: 950px;
	padding: 0px 1px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
} 

/* Bigtop properties */
#bigtop{
	margin: 0px;
	padding: 0px; 
	text-align: left;
	background-color: #FFF;
}

#bigtop img { 
	padding: 0px 0px 0px 5px; 
	background-color:#FFF;
} 

/* Image properties site wide */
img { 
	padding: 0px 0px 10px 5px;
	background-color:#FFF;
} 

/* Outer and Inner layout properties */

#outer{ 
	background-color: #FFF;  			/* color of the content column */
	border-left:  solid 120px #FFF; 	/* color of the left column    */ 
	border-right: solid 200px #FFF; 	/* color of the right column   */ 
} 

#inner{ margin: 0; width: 100%; } 		/* The ie/pc pecularity */ 

#nav_links{
	 float: left;
	 width: 757px;  
	 margin-right: 1px;
	 position: relative; 
	 margin-left: -120px; 
 	 /* border-right: thick solid #CCCCCC; */
	 border-right: thick solid #CCC;
}

/* Left and Right nav properties */
#left {
	 float: left;
	 width: 120px;  
	 margin-right: 1px;
	 position: relative; 
	 margin-left: -120px; 
 	 /* border-right: thick solid #CCCCCC; */
	 border-right: thick solid #CCC;
}

#right{
	 width: 200px; 
	 float: right; 
	 margin-left: 1px;
	 position: relative; 
	 margin-right: -200px; 
}

/* Main Content properties */ 
#content{
	margin: 0px;
	min-height: 700px;
	max-height: 1500px;
	position: relative; 
}

#content_contact{
	margin-top: 0px;
	margin-left: 20px;
	min-height: 700px;
	max-height: 1500px;
	position: relative; width: 600px;
	background-image:url(images/contact.jpg);
}

#content img { 
	padding: 0px 0px 0px 0px; 
} 

#content_team{
	margin: 0px;
	margin-left: 20px;
	min-height: 700px;
	max-height: 1200px;
	position: relative;
	background-image:url(images/teamsketch.jpg);
}
	 
p{
	margin:0px; 
	padding: 5px 10px 8px 20px;
}


/*  Footer Properties */ 
#footer{
	clear: left;
	color: #999;
	margin: 0px;
	text-align: center; 
	background-color: #FFF;
	padding: 0px 0px 5px 0px;
}


 

