/* CSS Document */

body {
	background-color: #999;
}
	
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #555;
	}
	
h1 { 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #555;
	padding: 5px 5px 0px 0px;
	}
	
hr {
	margin: 0px;
	padding: 0px;	
	width: 90%;
	}
	
a:hover {
	background-color: #555;
	color: #fff;
	}

.container {
	width: 1000px;
	height: 664px;
	margin: 0 auto;
	background-color: #555;
}

.left {
	float: left;
	margin-right: 10px;
	margin: 6px;
	background-color: #FFF;
	height: 616px;
	width: 110px;
	}

.right{
	float: left;
	margin-right: 0px;
	width: 872px;
	height: 616px;
	background-color:#FFF;
	margin: 6px 6px 6px 0px;
	}
	
.footer {
	clear: both;
	background-color: #999;
	height: 30px;
	margin: 0px 6px 6px 6px;
}

.thumb {
	padding: 0px 0px 3px 15px;
}

a.copyright {
	font-size: 65%;
	color: #fff;
	text-decoration: none;
}

a.copyright:hover {
	text-decoration: underline;
	background-color: #999;
}

/*----------------------- Contact Page ------------------------------*/
.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}

p.victor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

p.count {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

p.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

p.contact a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

p.contact a:hover {
	text-decoration: underline;
}

p.website {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 17px;
}

.past {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}

p.clients {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.style1 {
	font-size: 15px;
	font-weight: bold;
}

a.mail {
	font-size: 95%;
}

a.mail:hover {
	text-decoration: underline;
	background-color: #fff;
	}
