@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: #000000;
	font-family: tahoma, arial, helvetica;
	font-size: 0.8em;
	font-family: Tahoma, Arial, sans-serif;
	color: #cccccc;	
}

#canvas {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background: #000000;
  background-image: url(/images/background.jpg);
}

#maincontent {

}

#logo {
	margin: 40px 0px 0px 50px;
}

#content {
	margin: 50px 0px 40px 50px;
	height: 420px;
	width: 480px;
	float:left;
}

#cvcontent {
	margin: 50px 0px 40px 50px;
	height: 400px;
	width: 600px;
	float:left;
	overflow:auto;
}

#contact {
	margin: 50px 0px 0px 0px;
	text-align: right;
}

#nav {
	text-align: right;
	margin: 200px 0px 0px 0px;
	padding: 0px 60px 0px 0px;
	float:right;
}

#filmstrip {
	clear: left;	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-top: none;
	border-bottom: none;
}

#footer {
	clear: left;
	text-align: center;
	padding: 20px 0px 40px 0px;
}

#matrixguy, #redgirls, #hatguy, #wetguy, #summergirl, #swirlgirl {
	margin: 0px 6px 0px 0px;
}

#pebbleguy {
	margin: 0px 0px 0px 3px;
}


img.navitem {
	margin: 0px 0px 15px 0px;

}

img#telephone {
	margin: 0px 0px 10px 0px;
}

img#email {

}

table.cv {

}

td.cv {
	padding: 5px 30px 5px 0px;
	border-bottom: 1px dotted #555555;
}

td.videosleft {
	padding: 0px 20px 40px 0px;
}

td.videosright {
	padding: 0px 0px 40px 20px;
}

th {
	text-align:left;
	padding: 15px 0px 5px 0px;	
}

a {
	color: #ee903f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 0px;
}

li {
	margin: 0px 0px 5px 0px;
	list-style-type:square
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}