@charset "UTF-8";

/*  COMMON  */

body {
	background:#935d37;
}

#container {
	display:block;
	margin:0px auto 40px auto;
	width:800px;
	background-color:#bf282d;
}

.header {
	width:800px;
	height:201px;
	background-image:url('../images/bannerHeader.png');

}

a.email{
	font-family:Tahoma, Arial, san-serif;
	font-weight:normal;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover.email {
	text-decoration:underline;
}

a.nav  {
	font-family:Tahoma, Arial, san-serif;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#bf282d;
}


a:hover.nav {
	color:#000000;
}

.navbutton {
	width:160px;
	text-align:center;
}

.aboutbottom {
	display:block;
	width:700px;
	text-align:justify;
	font-family:Tahoma, Arial, san-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#fceddb;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}


.pagebottom {
	display:block;
	width:400px;
	margin:25px auto 0px auto;
	padding:0px 0px 40px 0px;
	text-align:center;
	font-family:Tahoma, Arial, san-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#fceddb;
}

.portfoliobottom {
	display:block;
	width:800px;
}


/*   ABOUT PAGE   */

.bodyAbout {
	width:726px;
	
}
.bodyTextAbout {
	width:700px;
	font-family:Arial, sans-serif;
	color:#362f2d;
	font-size:75%;
	font-weight:normal;
	line-height:16px;
	margin:19px 0px 0px 0px;
}


/*   CLIENT LIST   */

.clientListPageTitle {
	display:block;
	font-family:Tahoma, Arial, san-serif;
	font-weight:bold;
	font-size:16px;
	color:#fceddb;
	margin:25px auto 25px auto;
	text-align:center;

}

.clientList {
	display:block;
	width:400px;
	margin:0px 0px 0px 250px;
	padding:0px 0px 40px 0px;
}

.clientListLeft {
	display:block;
	float:left;
	width:175px;
}

.clientListRight {
	display:block;
	width:200px;
	margin:0px 0px 0px 175px;
}
	

.clientListHead {
	display:block;
	font-family:Tahoma, Arial, san-serif;
	font-weight:bold;
	font-size:15px;
	color:#fceddb;
	
}

.clientListText {
	display:block;
	font-family:Tahoma, Arial, san-serif;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	color:#fceddb;
}

ul {
	display:block;
	list-style:none;
	
}

ul li{
	display:block;
	margin:0px 0px 0px -15px;
}



/*   PORTFOLIO  */

.portfolioPageTitle {
	display:block;
	font-family:Tahoma, Arial, san-serif;
	font-weight:bold;
	font-size:16px;
	color:#fceddb;
	margin:25px auto 25px auto;
	text-align:center;

}

.portfolio {
	display:block;
	width:800px;
	padding:0px 0px 40px 0px;	
}

.portfolioLeft {
	display:block;
	float:left;
	width:500px;
}

.portfolioRight {
	display:block;
	width:300px;
	margin:0px 0px 0px 500px;
}
	

.thumb {
	text-align:center;
	padding-bottom:15px;
	width:100px;
	
}






	
	
