body {
	font-family: Arial, Verdana;
	font-size: 11px;
	background-color: #000000;
}

#content {
	height:350px;
	background-color: #000000;
	margin:65px 0px 17px 100px;
	overflow:hidden;
	color: #8C828C;
}

#contentLeft {
	font-size:12px;
	float:left;
	width:436px;
	height:340px;
	background-color: #CCCCCC;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px dashed #8C828C;
	overflow:hidden;
}

#contentText {
	float:left;
	width:380px;
	height:305px;
	background-color: #CCCCCC;
	margin:25px 0px 20px 10px;
	padding:0px;
	overflow:hidden;
}
#contentPortfolio {
    margin-top:2px;
    padding-right:20px;
    float:right;
    width:380px;
    height:340px;
}

.portfolioVignette{
    background-color:#6D5A6E;
    width:110px;
    height:110px;
    float:left;
    margin:2px;   
}

#scroller {
	float:right;
	width:18px;
	height:300px;
	margin:25px 10px 15px 0;
	padding: 0px;
	border-width:0;
}

#scroller a:hover{
	background-color: #CCCCCC;
}

.scrollUp {
	margin:5px 0 0 0;
	padding: 0px;
	border-width:0;
}

.scrollDown {
	margin:250px 0 0 0;
	padding: 0px;
	border-width:0;
}

#contentText a {
	text-decoration: underline;
}

#contentText a:hover {
	text-decoration: none;
}

p {
	margin: 0px 0px 15px 5px;
	padding: 0px;
}


