* {
	font-family: Arial;
	color: #ffffff;
}

a, a:hover, a:visited {
	text-decoration: none;
}

body {
	padding: 0px;
	margin: 0px;
	background: #000000;
}

p {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
}

img.logo {
	margin-bottom: 50px;
}

div#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

div#col1 {
	float: left;
	padding-left: 100px;
}

div#col1 p {
	padding-top: 50px;
	line-height: 25px;
	font-size: 0.9em;
}

div#col1 p.index {
	padding-top: 450px;
	font-size: 3em;
}

div#col1 div.tBig {
	text-align: center;
	font-size: 1.5em;
}

div#col1 div.tBig a, div#col1 div.tBig a:visited {
	color: #00000;
	text-decoration: none;
}

div#col1 div.tBig a:hover {
	color: #9ecf66;
}

div#col2 {
	float: left;
	width: 325px;
	height: 549px;
	padding-left: 80px;
}

div#col3 {
	float: right;
	padding-top: 15%;
}

a#activeFolio01 {
	display: block;
	width: 190px;
	height: 36px;
	background: URL(../pictures/portfolio01.jpg) top left no-repeat;
}

a#inactiveFolio01 {
	display: block;
	width: 190px;
	height: 36px;
	background: URL(../pictures/portfolio01.jpg) 0px -36px no-repeat;
}

a#activeFolio02 {
	display: block;
	margin-top: 30px;
	width: 190px;
	height: 36px;
	background: URL(../pictures/portfolio02.jpg) top left no-repeat;
}

a#inactiveFolio02 {
	display: block;
	margin-top: 30px;
	width: 190px;
	height: 36px;
	background: URL(../pictures/portfolio02.jpg) 0px -36px no-repeat;
}

a#inactiveFolio02_2 {
	display: block;
	width: 190px;
	height: 36px;
	background: URL(../pictures/portfolio02.jpg) 0px -36px no-repeat;
}

div#links {
	margin-top: 25px;
}

div#links a#btnBio {
	display: block;
	width: 285px;
	height: 32px;
	background: URL(../pictures/bioContInfo.jpg) no-repeat;
	background-position: 0px 0px;
}

div#links a#btnBioOver, div#links a#btnBio:hover {
	display: block;
	width: 285px;
	height: 32px;
	background: URL(../pictures/bioContInfo.jpg) no-repeat;
	background-position: 0px 0px;
	background-position: 0px -85px;
}

div#links a#btnContact {
	display: block;
	width: 285px;
	height: 32px;
	background: URL(../pictures/bioContInfo.jpg) no-repeat;
	background-position: 0px -32px;
}

div#links a#btnContactOver, div#links a#btnContact:hover {
	display: block;
	width: 285px;
	height: 32px;
	background: URL(../pictures/bioContInfo.jpg) no-repeat;
	background-position: 0px -117px;
}

div#links a#btnEmail {
	display: block;
	width: 285px;
	height: 21px;
	background: URL(../pictures/bioContInfo.jpg) no-repeat;
	background-position: 0px -64px;
}

div#links a#btnEmail:hover {
	background-position: 0px -149px;
}





