*{
	margin:0px;
	padding:0px;
}
.orange{
	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
.cap{
	color:#FF9900;
	font-size:xx-large;
}
body{
	background-color:white;
}
a{
	outline:none;
	color:#FF9900;
	font-size:small;
}
p{
	padding-bottom: 20px;
	text-align: justify;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #333;
	padding-top: 20px;
	padding-bottom: 5px;
}
h3{
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #333;
	padding-bottom: 15px;
	padding-top:15px;
}

/*CONTAINER*/

#container{
	width: 770px;
	height: auto;
	margin: auto;
	padding:0;
	background-image: url(img/bg1.jpg);
	background-repeat: no-repeat;
	background-color: #009AAC;
}
#container h1{
	font-size: 40px;
	text-indent: -6000px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 770px;
	margin-left:-1px;
}

/*CONTENT*/

#content{
	width: 370px;
	margin-top:10px;
	margin-left:40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;

// background-color:#FFFFBB;
	background-color:white;
	margin-bottom: 25px;
	line-height: 22px;
	padding: 1em;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
}
#content ul{
	padding-left: 15px;
}
#content img{
	margin-bottom: 5px;
}

/*MENU*/

#menu{
	float: left;
	margin-top: 11px;
	margin-bottom: 25px;
	margin-left: 130px;
	width: 80px;
}
#menu li{
	list-style-type: none;
}
#menu a{
	text-align: -6000;
	width:80px;
	height:30px;
	display:block;	
}
#home{
	background-image:url(img/hometab1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	text-indent: -6000px;
}
#home:hover{
	background-image:url(img/hometab1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#about{
	background-image:url(img/abouttab1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	text-indent: -6000px;
}
#about:hover{
	background-image:url(img/abouttab1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#expertise{
	background-image:url(img/expertisetab1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	text-indent: -6000px;
}
#expertise:hover{
	background-image:url(img/expertisetab1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#clients{
	background-image:url(img/clientstab1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	text-indent: -6000px;
}
#clients:hover{
	background-image:url(img/clientstab1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#book{
	background-image:url(img/booktab1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	text-indent: -6000px;
}
#book:hover{
	background-image:url(img/booktab1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#contact{
	background-image:url(img/contacttab1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	text-indent: -6000px;
}
#contact:hover{
	background-image:url(img/contacttab1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

/*FOOTER*/

#footer{
	width: 770px;
	margin: auto;
	background-image: url(img/footer1.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*LOGIN INFO*/

#login{
	float: right;
	margin-top: -57px;
	margin-right: 20px;
}
#login a{
	text-decoration: none;
	color:#999999;
}
#form ul{
	list-style:none;
}
#username{
	width:150px;
}
#password{
	width:158px;
}
