/* Shared CSS */

/* links*/

a:link, a:visited {
	color:#333333;
	font-weight:bold;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

/* Removed Blue highlighting within the index page itself. I got this advice from http://www.dmxzone.com/replies.asp?NewsId=6373 */

body {
	margin-right:0px;
	margin-left:0px;
	padding:0px;
}



p {
	color:#333333;
}

/* Index CSS */

#topBannerIndex {
	height:30px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:775px;
}

#linkToAbout {
	font-family:Arial;
	font-size:18px;
	float:right;
	margin-top:-36px;
	margin-left:-100px;
}

/* About CSS */

#topBannerAbout {
	height:30px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:745px;
}

#h1about {
	font-family:Arial;
	padding-top:0px;
	color:#333333;
	font-weight:bold;
	font-size:30px;
	padding-left:190px;
}

#linkToHome {
	font-family:Arial;
	padding-top:15px;
	float:right;
}

#aboutShowreelLogo {
	float:left;
	margin-left:10px;
	margin-top:460px;
}

#aboutContent {
	font-weight:inherit;
	font-family:Verdana;
	width:400px;
	letter-spacing:0px;
	text-decoration:inherit;
	text-align:justify;
	margin:0px 0px 0px 348px;
}

/*
graphicsLeft {
	width:350px;
	height:0px;
}
*/

/*
#email_Image {
	padding-top:10px;
}
*/

/*
.pic {
	font:inherit;
	font-family:'Arial Black';
	font-style:inherit;
	font-size:10pt;
	background-image:url(images/Wayler%2dv04Cv3b.jpg);
	background-attachment:fixed;
}
*/

