/* itsfitz01 - an open source xhtml/css website layout 

Version: 1.0
(October 4, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 75% Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 700px;
}

#content {
	margin: 20px 10px 20px 10px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	}

#content img {
	padding: 1px;
	display:inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
	}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}