@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #797979;
	background-image: url(../assets/background.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#logo {
	margin-top: 50px;
	margin-bottom: 70px;
	margin-left: 20px;	
}

#pryamidImage {

}

h1, h2 {
	font-size: 22px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	line-height: 18px;
}

a {
	color: #a54ab7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.miniPortfolio {
	margin-top: 20px;
	font-size: 90%;
}

.portfolioItem {
	margin-right: 10px;
	float: left;
}

.portfolioItem img, .portfolioItemRight img {
	border: 1px solid #ccc;
}	

.portfolioItem a, .portfolioItemRight a {
	background-color: none;
	border: 0;
}

.portfolioItem a:hover, .portfolioItemRight a:hover {
	background-color: #fff;
}	

.portfolioRow  {
	margin-bottom: 20px;	
}

.portfolioItemName {
	font-weight: bold;
}
