html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Arial, verdana;
	margin: 0px;
	padding: 0px;
	background-color: #FFF9F2;
	background-image: url(images/bg_pattern.gif);
background-position: bottom;
	background-repeat: repeat-x;
}


p {
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px 0px 12px 0px;
}

.rProjectTxt {
	color: #616161;
	margin-top: 4px;
	text-align: left;
}

p.contactTxt {
	margin: 0px 0px 30px 0px;
}

img {
	border: 0px;
}

#header {
	height: 75px;
	width: 770px;
	border: 0px;
	background-image: url(images/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: left;
}

#mainbody {
	/*width: 770px;*/
	height: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}

#contentbody {
	background-image: url(images/contentTile.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 534px;
	vertical-align: top;
	text-align: center;
	}


#projectbody {
	height: 100%;
	width: 236px;
	vertical-align: top;
	padding-bottom: 20px;
}

#textbody {
	/* where main text is places*/
	border: 0px;
	margin: 9px 20px 20px 20px;
	vertical-align: top;
	text-align: left;
}

#mainpageimg {
	margin: 0px 0px 5px 10px;
}

.projectCard {
	padding: 20px 13px 0px 13px;
	text-align: left;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #CF600F;
}

h2 {
/*contact address heading*/
	font-size: 11px;
	margin: 0px;
}

.footerPar {
	width: 100%;
	border: 0px;
	height: 20px;
	font-size: 11px;
}

td.footerEnds {
	width: 15px;
}

td.footerBG {
	text-align: right;
	background-image: url(images/footertile.gif);
	background-repeat: repeat-x;
}

#copyright {
	color: #D2D2D2;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: #CF600F;
}

a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #CF600F;
}

.projectLink {
	font-weight: bold;
	text-decoration: none;
	color: #CF600F;
}

.projectLink:Hover {
text-decoration: none;
color: #000000;
}

.footer {
	font-size: 10px;
	font-weight: bolder;
	color: #B3B3B3;
	text-transform: uppercase;
	text-align: right;
}

.footerLink {
	font-size: 10px;
	color: #FFFFFF;
}

.footerLink:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#address_spacing {
	padding-left: 5px;
	vertical-align: top;
}

#sendButton {
	border: 0px;
	width: 50px;
	height: 20px;
	padding: 0px;
}

td.contactSectionAlign {
vertical-align: top;
text-align: right;
font-size: 11px;
}

#message {
	font-family: Tahoma, Arial, verdana;
	font-size: 11px;
	color: #4F5052;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	width: 240px; 
	height: 111px;
	padding: 1px 2px 1px 2px;
}

#name,#email {
	font-family: Tahoma, Arial, verdana;
	font-size: 11px;
	color: #4F5052;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	width: 240px;
	padding: 1px 2px 1px 2px;
}

#navigation {
text-align: left;
padding-left: 5px;
}

/*Projects table*/

tr.one {
/*Dark color*/
background-color: #FFDFC9;
height: 20px;
margin-top: 10px;

}

tr.two {
background-color: #FFEBDD;
height: 20px;

}

tr.projectTble {
background-color: #EDB996;
height: 30px;

}