* {
	margin: 0;
	margin-left: 0px;
	text-decoration: none;
} 
body#page2 a#nav_menu-page2,
body#page3 a#nav_menu-page3,
body#page4 a#nav_menu-page4,
body#page5 a#nav_menu-page5,
body#page7 a#nav_menu-page7,
body#page8 a#nav_menu-page8,
body#page9 a#nav_menu-page9,
body#page6 a#nav_menu-page10,
{
color: green;
}

.heading1 {
	font-family: Tahoma;
	font-size: 36pt;
}
.heading2 {
	font-family: Tahoma;
	font-size: 24pt;
}
.heading3 {
	font-family: Tahoma;
	font-size: 18pt;
}
body {
	padding: 40px 0px 0px;
	background: #c4b8a1;
	color: #695d47;
	font-family: Tahoma;
	text-align: center;
}
a {
	color: #695d47;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #ab9c7e;
	background-color: inherit;
}
span {
	display: none;
}
img {
	border: none;
	margin-left: 0px;
	float: left;
	background-color: #c4b8a1;
	padding: 4px 4px 4px 4px;
} 
#company ul {
	margin-left:150px;
	margin-right:0px;
	list-style:square;
	font-size: 19px;
}
li {
	list-style-type: square;
}
p {
	margin: 0px 0px 15px;
	text-align: justify;
	line-height: 20px;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}
#body_wrapper {
	padding: 5px 0px 10px;
	width: 100%;
	background-color: #fff;
	color: inherit;
}
#container {
	margin: 0px auto;
	width: 1000px;
	text-align: right;
}
#container .content_header {
	margin: 5px 0px 0px 0px;
	width: 995px;
	height: 40px;
	background: url('images/content_header_bg.gif') repeat-x 0% 0%;
	padding-bottom: 10px;
}
#container .content {
	width: 1000px;
	text-align: left;
}
/* Navigational Menu */

#nav_menu {
	margin-left: 0px;
	padding-left: 0px;
	float: right;
	color: #b3a386;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	width: 950px;
}
#nav_menu a {
	color: 655500;
	background: inherit;
}
#mav_menu a:hover {
	color: #857860;
	background: inherit;
}
#nav_menu ul {
	width: 950px;
	height: 60px;
	padding-top: 10px;
	overflow: hidden;
	list-style: none;
}
#nav_menu li {
	float: left;
	border-width: 0px 2px 2px 0px;
	border-color: #c1b7a5;
	border-style: solid;
	font-size: 18px;
	width: 150px;
	list-style: none;

}
#nav_menu li#menu3, #nav_menu li#menu6 {
	border-right: none;
}
#nav_menu li a {
	display: block;
	width: 150px;
	height: 40px;
	text-decoration: none;
	list-style: none;
	padding-top: 15px;
}
#nav_menu li a:hover {
	color: 655500;
	background-color: #f4eee2;
	list-style: none;
}
#nav_menu li a span {
	padding-top: 0px;
	display: block;
	list-style: none;
}
/* Welcome to my Site */

#welcome .content_header h2 {
	height: 28px;
}
#welcome p {
	width: 950px;
	float: left;
	margin-left: 25px;
	font-size: 24pt;
}
/* Client List */

#clientlist .content {
	margin-top: 18px;
	margin-right: 260px;
	width: 470px;
}
#clientlist .content_header h1 {
	height: 28px;
	background: url('images/clientlist_header.gif') no-repeat 0% 0%;
}
#clientlist p {
	width: 300px;
	float: right;
}
/* My Portfolio */


#portfolio .content_header h1 {
	height: 28px;
}
#portfolio {
	padding-bottom: 0px;
	background: url('images/gallery_title.gif') no-repeat 29px 80px;
}
#gallery ul {
	width: 1000px;
}
#gallery li {
	margin-right: 10px;
	margin-bottom: 25px;
	padding: 4px 4px 2px;
	background-color: #c4b8a1;
	color: inherit;
	float: left;
	margin-left: 10px;
	width: 200px;
}
#gallery1 li {
	margin-right: 10px;
	margin-bottom: 25px;
	padding: 4px 4px 2px;
	background-color: #c4b8a1;
	color: inherit;
	float: right;
	margin-left: 10px;
	width: 200px;
}
/* Page Footer */

#page_footer {
	padding: 9px 10px 6px;
	font-weight: bold;
	float: none;
	clear: both;
}
#page_footer a:hover {
	background-color: inherit;
	color: #4f4635;
}
/* Thumbnail with Double-Border */

.thumbnail_dborder_1 {
	margin: 0px 12px 5px 0px;
	background: url('images/thumbnail_border_1.gif') #695d47 no-repeat 0% 0%;
	color: inherit;
	clear: left;
	float: left;
}
.thumbnail_dborder_2 {
	background: url('images/thumbnail_border_1.gif') no-repeat 100% 0%;
}
.thumbnail_dborder_3 {
	background: url('images/thumbnail_border_1.gif') no-repeat 100% 100%;
}
.thumbnail_dborder_4 {
	padding: 4px 4px 3px;
	background: url('images/thumbnail_border_1.gif') no-repeat 0% 100%;
}
.thumbnail_dborder_1 img {
	border: #fff 7px solid;
}
/* Thumbnail with Single-Border */

.thumbnail_border_1 {
	margin: 5px 12px 5px 0px;
	background: url('images/thumbnail_border_2a.gif') #c5b9a2 no-repeat 0% 0%;
	color: inherit;
	clear: left;
	float: left;
}
.thumbnail_border_2 {
	background: url('images/thumbnail_border_2b.gif') no-repeat 100% 0%;
}
.thumbnail_border_3 {
	background: url('images/thumbnail_border_2c.gif') no-repeat 100% 100%;
}
.thumbnail_border_4 {
	padding: 4px 4px 3px;
	background: url('images/thumbnail_border_2d.gif') no-repeat 0% 100%;
}

