@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #666666;
	}

.contentText {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	width: 586px;
	text-align: justify;
	}

.contentText A{
	color: #333333;
	text-decoration: underline;
	}
	
.contentText A:hover{
	color: #ff0000;
	}

.contentFooterBuffer {
	height: 100px;
	}

.footerSocialNetText {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	}

.footerGrey {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	}

.footerGrey A{
	color: #ffffff;
	text-decoration: none;
	}

.footerGrey A:hover{
	color: #ff0000;
	text-decoration: underline;
	}
	
/* ABOUT US */


.aboutUsNav {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-bottom: 8px;
	padding-right: 54px;
	line-height: 22px;
	}

.aboutUsNav A{
	color: #333333;
	text-decoration: none;
	}
	
.aboutUsNav A:hover{
	color: #ff0000;
	text-decoration: underline;
	}


.contentTextAboutUs {
	font-family: Arial, sans-serif;
	color: #333333;
	padding-right: 54px;
	font-size: 12px;
	text-align: justify;
	}

.contentTextAboutUs A{
	color: #333333;
	text-decoration: none;
	}
	
.contentTextAboutUs A:hover{
	color: #ff0000;
	text-decoration: underline;
	}


/* PORTFOLIO */

.contentTextPortfolio {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	height: 55px;
	padding-top: 5px;
	text-align: justify;
	}

.contentTextPortfolio A{
	color: #333333;
	text-decoration: none;
	}
	
.contentTextPortfolio A:hover{
	color: #ff0000;
	text-decoration: underline;
	}

.contentTextPortfolioItemPage {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	}

.contentTextPortfolioItemPage A{
	color: #333333;
	text-decoration: none;
	}
	
.contentTextPortfolioItemPage A:hover{
	color: #ff0000;
	text-decoration: underline;
	}