* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #413948;
}

h3 {
    font-size: 1.3em;
	border-bottom: 1px solid #413948;
}

img {
    border: none;
}

span {
    color: #00CC99;
}

body {
	font-family: "Tw Cen MT",  Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #322F35;
}

#container {
	margin: 20px auto;
	width: 762px;
}

#navigationLeft {
	float: left;
	width: 354px;
}

#navigationRight {
	float: right;
	padding-top: 29px;
	text-align: right;
}

#main {
	margin: 15px 0;
	padding: 25px 0 15px 0;
	width: 762px;
	min-height: 435px;
	border-top: 1px solid #413948;
	border-bottom: 1px solid #413948;
}

#colLeft {
	float: left;
	width: 260px;
	text-align: center;
}

#colRight {
	float: right;
	width: 400px;
	text-align: right;
}

#footer {
	font-size: 0.8em;
}

.list_nostyle {
	list-style: none;
}

.list_styled_right {
	list-style: none;

}

.list_styled_right li {
	padding-right: 15px;
	background: url(../images/bullet_bunny.gif) 100% 7px no-repeat;
}

.list_spaced li {
	margin-bottom: 20px;
}

.list_inline li {
	float: left;
	margin-left: 20px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

a:link, a:visited {
	color: #00CC99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.linkNav {
	padding-bottom: 1px;
	border-bottom: 2px solid #413948;
	font-size: 1.3em;
}

.linkNav.selected {
	border-bottom-color: #FFFFFF;
}

.linkNav:hover {
	border-bottom-color: #00CC99;
}

.linkNav a:hover {
	text-decoration: none;
}

.linkNav.selected:hover {
	border-bottom-color: #FFFFFF;
}

label {
	display: block;
	float: left;
	padding-right: 15px;
	width: 100px;
	text-align: right;
}

input {
	margin-bottom: 5px;
}

.inputText, textarea {
	width: 275px;
}

input, textarea {
	padding: 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.submit {
	padding-top: 15px;
	text-align: right;
}

.inputError {
	color: #FF0000;
}

.portfolio_left {
	float: left;
	width: 400px;	
}

.portfolio_right {
	float: right;
	width: 350px;	
}

.portfolio_image {
	position: relative;
	width: 400px;
	/*height: 180px;*/
	border: 1px solid #FFFFFF;
	/*overflow: hidden;*/
	
	height: 197px;
	overflow: auto;
	
}

.imgArrowLeft {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	z-index: 3;
}

.imgArrowRight {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 3;
}

.imgPortfolio {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.portfolio_info {
	padding-top: 10px;
	font-size: 0.8em;
}

.portfolio_blurb {
	float: right;
	width: 350px;
	font-size: 0.8em;
}

.preview_image {
	position: relative;
	width: 400px;
	/*height: 180px;*/
	border: 1px solid #FFFFFF;
	/*overflow: hidden;*/
	
	height: 197px;
	overflow: auto;
}

.loading {
	padding-top: 50px;
	width: 400px;
	text-align: center;
}
