html,body,img,p,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
html,body {
	font-size: 11px;
	font-family: Tahoma;
	color:#a1957c;
	line-height: 18px;
}
html {
}
a {
	color: #a1957c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 18px;
	font-size: 11px;
}
img {
	border: 0px;
}
body {
	background-image: url("images/background.jpg");
	background-color:#ede6d9;
	background-repeat: repeat-x;
}
.white {
	color: #fff;
}
.left {
	float: left;
}
.right {
	float: left;
}
div.siteContainer {
	margin: auto;
	width: 968px;
}
	div.content {
		width: 960px;
		background-image: url("images/contentBackground.png");
		padding: 0px 4px;
	}
	div.topMenu {
		width:960px;
		height: 119px;
		background-image: url("images/menuShadow.png");
		background-repeat: no-repeat;
		background-position: bottom;
	}
		div.topMenu div.logo {
			padding-left:19px;
			width: 206px;
			float: left;
		}
		div.topMenu div.menu {
			padding-left:222px;
			padding-top:82px;
			width: 513px;
			height: 37px;
			float: left;
		}
		div.topMenu div.menu a, div.topMenu div.menu img {
			display:block;
			float: left;
		}
		
	
div.subpageHead {
	background-color: #ede6d9;
	width: 958px;
	height: 133px;
	border: 1px solid #fff;
	border-bottom: 0px;
}	
div.subpageText {
	padding: 180px;
	padding-top:49px;
	padding-bottom:92px;
	background-color: #fff;
	text-align: center;
}
	
	
	
div.portfolioLine {
	border-bottom: 1px solid #efede8;
	border-left: 1px solid #efede8;
	height: 31px;
	float: right;
	padding-top:11px;
	padding-left: 18px;
	padding-right: 16px;
}	
div.portfolioLine a {
	margin-left: 16px;
	margin-right: 16px;
}	
	
	
	
	
		

div.homePage {
	padding: 10px;
	background-color: #fff;
}
	div.gallery {
		width: 525px;
		height: 445px;
		float: left;
	}
	div.homePage div.right {
		width: 415px;
		height: 346px;
		text-align: center;
		padding-top: 99px;
		
	}

div.portfolioDesc {
	width: 299px;
	height: 455px;
	float: left;
	padding: 15px;
}



div.gallery div.mainFoto {
	width: 525px;
	height: 349px;
	overflow: hidden;
	margin-bottom: 17px;
}
div.gallery div.galleryScroll div.thumbnailsLine {
	height: 79px;
	width: 475px;
	float: left;
	overflow:hidden;
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
}
	div.gallery div.galleryScroll div.thumbnails {
		position:absolute;
		width: 4000px;
	}
	div.gallery div.galleryScroll div.thumbnails img {
		padding: 2px;
		border: 1px solid #ede6d9;
		margin-left: 1px;
		margin-right: 2px;
		cursor: pointer;
	}
div.gallery div.galleryScroll div.leftArrow, div.gallery div.galleryScroll div.rightArrow {
	float: left;
	width: 18px;
	height: 79px;
}

div.footer {
	background-image: url("images/footerBackground.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	width: 920px;
	padding: 0px 23px;
}
div.footer p {
	float: left;
	line-height: 29px;
}
div.footer a {
	float: right;
	line-height: 29px;
	color: #a1957c;
}

	div.pairBox {
		width: 116px;
		height: 130px;
		float: left;
		text-align:center;
		margin-left: 42px;
	}
		div.pairBox img {
			padding: 2px;
			border: 1px solid #ede6d9;
			margin-bottom: 4px;
		}