body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	text-align: center;
	background: #c4c8b6 url(images/bg_wrapper.jpg) repeat-y center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
td a {
	width:100%;
	height:100%;
	display:block;
}
 
td a:hover {
	width:100%;	
	height:100%;
	display:block;
}

a.big{
	font-family: Rockwell, "Times New Roman", Serif;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
}

a.big:hover{
	font-family: Rockwell, "Times New Roman", Serif;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	text-decoration: underline;
}

a.sideMenu{
	font-family: "Rockwell Light", Rockwell, "Times New Roman", Serif;
	font-weight: bold;
	color: #666666;
	font-size: 11pt;
	text-decoration:none;
}

a.sideMenu:hover{
	font-family: "Rockwell Light", Rockwell, "Times New Roman", Serif;
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
	text-decoration:none;
}

.h1{
	font-family: Rockwell, "Times New Roman", Serif;
	font-weight: bold;
	font-size: 16pt;
	color:#5f6b4e;	
}
.h2{
	font-family: Rockwell, "Times New Roman", Serif;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

.textBlock{
	background: #d2d1c3;
	color: #74091b;
	font-size: 16pt;
	font-weight: bold;
	text-align:center;
}

.big{
	font-size: 32pt;
	
}

.desc{
	color: #666666;
	font-size: 11pt;
	text-align:right;
}

div#container {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	text-align: left;
	padding: 0px;
	background: #ffffff ;	
	border: 1px solid #000000;
	font-family: Rockwell, "Times New Roman", Serif;
}
#header {
	width: 800px;
	height: 126px;
	background: #261f10 url(images/bg_header.gif);
}
#menuItems {
	float: right;
	margin-top: 99px;
	margin-right: 20px;
}

#aboutUs{
	width: 98px;
	height: 27px;
	background-image: url(images/aboutUs_button.gif);
}
#aboutUs:hover  {
	width: 98px;
	height: 27px;
	background-image: url(images/aboutUs_button_over.gif);
	cursor: hand;
}

#portfolio{
	width: 116px;
	height: 27px;
	background-image: url(images/portfolio_button.gif);
}
#portfolio:hover  {
	width: 116px;
	height: 27px;
	background-image: url(images/portfolio_button_over.gif);
	cursor: hand;
}

#projects{
	width: 103px;
	height: 27px;
	background-image: url(images/projects_button.gif);
}
#projects:hover  {
	width: 103px;
	height: 27px;
	background-image: url(images/projects_button_over.gif);
	cursor: hand;
}

#clients{
	width: 86px;
	height: 27px;
	background-image: url(images/clients_button.gif);
}
#clients:hover  {
	width: 86px;
	height: 27px;
	background-image: url(images/clients_button_over.gif);
	cursor: hand;
}

#contact{
	width: 104px;
	height: 27px;
	background-image: url(images/contact_button.gif);
}
#contact:hover  {
	width: 104px;
	height: 27px;
	background-image: url(images/contact_button_over.gif);
	cursor: hand;
}

#mainBody{ 
	font-size: 12pt;
	padding: 10px;
	overflow:hidden;
}

#leftBodyHome{
	background: #d2d1c3;
	font-family: "Rockwell Light", Rockwell, "Times New Roman", Serif;
	font-style: italic;
	color: #666666;
	font-size: 14pt;
	text-align: right;
	width: 200px;
	float: left;
	padding:10px;
	line-height: 18pt;
	padding-top: 60px;
	overflow: hidden;
}

#leftBodyMenu{
	background: #ffffff;
	font-family: "Rockwell Light", Rockwell, "Times New Roman", Serif;
	font-weight: bold;
	color: #666666;
	font-size: 11pt;
	line-height: 17pt;
	text-align: left;
	width: 200px;
	float: left;
	padding-left:10px;
	padding-top: 60px;
	overflow: hidden;
}

#rightBody{
	width: 500px;
	color: #000000;
	font-size: 10.5pt;
	text-align: left;
	float: right;
	margin-top: 20px;
	margin-bottom:50px;
	padding-left: 20px;
	border-left: 1px solid #000000;
	overflow: hidden;
}

#rightProjects{
	color: #000000;
	font-size: 10.5pt;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 5px;
}



#imageDiv{
	overflow: hidden;
	
}

#footer{
	width: 800px;
	height: 30px;
	background: #5f6b4e;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-align:center;
	padding-top: 15px;
	color: #d2d1c3;
}

img.thumb{
	margin: 10px 10px 0 0;
}

img#float{
	float: left;
	margin: 4px 15px 0 0;
}

.clear{
	clear: both;
}

#hidden{
	display: none;
}
