body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(images/backgrounds/bg.jpg) top center;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 1em;
	color: #ffffff;
	}
#imagesCanvas {
	clear: both;
	margin-top: -15px;
	}
#flashcontent {
	
	}
.hidden {
	display: none;
	}
img {
	border: 0;
	outline: none;
	}
a {
	outline: none;
	}
a.smallLink:link, a.smallLink:link {
	font-size: .9em;
	}
input.funkyInput1 {
	border: none;
	background: url(images/backgrounds/input1.png) no-repeat;
	height: 40px;
	width: 300px;
	font-size: 1.75em;
	padding: 2px 0px 0px 5px;
	}
input.funkyInput2 {
	border: none;
	background: url(images/backgrounds/input2.png) no-repeat;
	height: 40px;
	width: 300px;
	font-size: 1.75em;
	padding: 2px 0px 0px 5px;
	}
textarea.textarea1 {
	border: none;
	background: url(images/backgrounds/textarea.png) no-repeat;
	width: 300px;
	height: 150px;
	padding: 2px 0px 0px 5px;
	/* font-family: Tahoma, Arial; */
	}
table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
	table-layout: fixed;
	}
.leftTD {
	text-align: right;
	width: 30%;
	}
.rightTD {
	text-align: left;
	}
.centeredTD {
	text-align: center;
	}
#services {
	text-align: left;
	}
#wrapper {
	width: 990px;
	height: 100%;
	text-align: center;
	margin: auto;
	}
#samples{
	height: 200px;
	width: 516px;
	padding-top: 15px;
	float: left;
	}
#contact {
	float: left;
	margin-right: 100px;
	width: 200px;
	height: 85px;
	}

#logo {
	height: 187px;
	width: 516px;
	float: left;
	}
#logoSmall {
	height: 109px;
	width: 300px;
	float: left;
	margin: auto;
	}
#links {
	padding: 0;
	width: 530px;
	float: left;
	margin-top: 60px;
	margin-left: -10px;
	}
#topLinks {
	float: left;	
	width: 680px;
	}
#content {
	text-align: left;
	margin-top: -250px;
	float: right;
	height: 900px;
	width: 470px;
	float: right;
	}
#footer {
	font-size: .8em;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 98%;
	}
#footerPortfolio {
	font-size: .8em;
	text-align: center;
	float: left;
	width: 90%;
	}
ul li {
	display: inline;
	list-style: none;
	}
a:link, a:visited {
	color: #fdface;
	}
a:hover {
	text-decoration: underline;
	}
h4 {
	font-style: italic;
	padding: 0;
	margin: 0;
	color: #fdface;
	}
