/*basic structure and organization*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #3898B5;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}

#container {
	margin-right: 10px;
	margin-left: 30px;
	margin-top: 135px;
}

#logo {
	height: 112px;
	width: 300ox;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#content {
	width: 400px;
	padding-top: 0px;
	float: left;
}

#portfolio {
	width: 650px;
	margin-left: 410px;
}


#footer {
	font-size: 80%;
	clear: both;
	}

.floatlefthalf {
	float: left;
	width: 195px;
	margin-right: 5px;
}

a:hover {
	color: #FF99CC;
	text-decoration: none
}
 
a {
	color: #333333;
	text-decoration: underline
} 

.italics {
	color: #FF66CC;
	font-style: italic;
}

.bold {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
}

#thicktabs{
	width: 400px;
	float: left;
	margin-left: -15px;
	margin-top: 0px;
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	float: left;
	padding: 4px 30px; /*thick bottom border below tabs*/
	font-size: 14px;
	font-weight: bold;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
}

#thicktabs li a:hover {
	color: #FF99CC;
	text-decoration: none
}

