@charset "UTF-8";
/* these styles covers all of the structural elements for my portfolio website */

.twoColFixLt {
	background-color: #FFF8E5;
}
.clearfloat {
	clear: both;
}
#container {
	width: 746px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #textSidebar {
	float: left;
	width: 300px;
	text-align: left;
}
#imagesContent {
	margin: 0 0 0 320px;
}