@charset "UTF-8";
/*----------------------------------------------
     Style Sheet for the portfolio of Linette Mattei
	 
	 Created by
	 Linette Mattei
	 www.linettemattei.com
	 lm@linettemattei.com
	   
------------------------------------------------*/

body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	background-color: #000
}
#wrapper {
	margin: auto;
	height: auto;
	width: 1000px;
}
#header {
	height: 150px;
	width: 1000px;
}
#leftCol {
	float: left;
	height: auto;
	width: 75%;
	background-color: #1F1F1F;
}
#footer {
	float: left;
	height: auto;
	width: 100%;
	color: #555;
}
#portfolio {
	height: auto;
	width: 700px;
	margin-top: 15px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #990000;
	font-weight: lighter;
}

#sidebar {
	float: right;
	width: 21%;
	background-color: #1F1F1F;
	padding: 15px;
}
.description {
	font-size: 12px;
	color: #7E7E7E;
}
a.red:link, a.red:visited {
	color: #555; 
	text-decoration: underline; 
}
a.red:hover, a.red:active {
	color: #990000; 
	text-decoration: underline; 
}.biog {
	font-size: 11px;
	color: #7E7E7E;
}

