@charset "utf-8";
* {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #999999;
	border-left-color: #999999;
	background-repeat: repeat-x;
}

#wrapper #logo {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
	clear: none;
}

#wrapper #navigation {
	float: none;
	height: 20px;
	padding-left: 10px;
	font-size: 14px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #footer {
	font-size: 10px;
}

#wrapper #navigation a {
	text-decoration: none;
}
#wrapper #leftHome #rightHome #welcometext a {
	text-decoration: none;
}

#wrapper #navigation a:hover {
	text-decoration: underline;
}
#wrapper #leftHome #rightHome #welcometext a:hover {
	text-decoration: underline;
}

#wrapper #right {
	float: right;
	width: 500px;
	height: 500px;
}
#wrapper #rightHome {
	float: right;
	height: 500px;
	width: 500px;
}
#wrapper #leftHome #rightHome #welcometext {
	margin-right: 10px;
	margin-left: 10px;
}
#wrapper #leftHome #latest {
	width: 300px;
	float: left;
	padding-top: 350px;
}

#wrapper #left {
	float: left;
	width: 800px;
	height: 500px;
	background-image: url(../images/dippybackground.jpg);
	background-repeat: no-repeat;
}
#wrapper #leftcv {
	float: left;
	height: 500px;
	width: 800px;
}
#wrapper #quicktimevid {
	height: 450px;
	width: 640px;
	margin-left: 80px;
}


#wrapper #leftHome {
	background-image: url(../images/allcharacters_background.JPG);
	height: 500px;
	width: 800px;
}
#wrapper #leftHome #latest #latesttext {
	margin-right: 10px;
	margin-left: 10px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #qtshowreel {
	padding-left: 80px;
}
