@charset "utf-8";
a:link {
	color: #4DB1D6;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0080FF;
}
a:hover {
	text-decoration: underline;
	color: #C3F;
}
a:active {
	text-decoration: none;
}


body {
	background-color: #000;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	color: #4DB1D6;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
}
h2 ,h3,h4{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #4DB1D6;
	text-align: left;
	text-transform: lowercase;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	height: auto;
	width: 800px;
}
#flashHeader {
	height: 150px;
	width: 800px;
}
#floatLeft {
	float: left;
	height: auto;
	width: 175px;
}
.content2 {
	height: auto;
	width: 615px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
}

#floatRight {
	float: right;
	height: auto;
	width: 175px;
}


#footer {
	clear: both;
	width: 780px;
	text-align: center;
	padding: 10px;
}
#innerWrap {
	width: 600px;
	height: 750px;
	position: relative;
	left: 150px;
	top: 110px;
}
#middle {
	padding: 5px;
	float: left;
	height: auto;
	width: 440px;
}

#wrap {
	width: 800px;
	height: auto;
}
.centered {
	text-align: center;
}

.highlight {
	font-weight: bold;
	color: #90F;
}


.leftFloatImg {
	float: left;
	padding: 5px;
	text-align: center;
	font-size: small;
	font-style: italic;
}
.rightFloatImg {
	float: right;
	padding: 5px;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}

.contentPortfolio {
	height: auto;
	width: 665px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
}
