/* CSS Document */

/* Base Elements */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	background-color:#ACA899;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#666253;
	margin:0; padding:0;
}
span {
	display:none;
}
h1 {
	font-size:115%;
	font-weight:bold;
	color:#4B483D;
	margin:10px 0 0 10px;
}
p {
	font-size:85%;
	margin:10px; padding:0;
}
table {
	width:650px;
}	
a:link, a:visited {
	color:#4B483D;
	text-decoration:underline;
}
a:hover {
	color:#CCCABF;
	text-decoration:none;
}
blockquote {
	margin:5px 25px; padding:0;
	font-size:90%;
	font-style:oblique;
}
/* Main ID Selectors */
#wrapper {
	width:650px;
	font-size:80%;
	margin:5px auto; padding:0;
	text-align:left;
}
#trackwise {
	height:200px;
	width:200px;
}
#trackwise a:link, #trackwise a:visited {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_trackwise2.gif);
	background-repeat:no-repeat;
}
#trackwise a:hover {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_trackwise.jpg);
	background-repeat:no-repeat;
}
#beta {
	height:200px;
	width:200px;
}
#beta a:link, #beta a:visited {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_beta2.gif);
	background-repeat:no-repeat;
}
#beta a:hover {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_beta.jpg);
	background-repeat:no-repeat;
}
#studios {
	height:200px;
	width:200px;
}
#studios a:link, #studios a:visited {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_studios2.gif);
	background-repeat:no-repeat;
}
#studios a:hover {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_studios.jpg);
	background-repeat:no-repeat;
}
#productions {
	height:200px;
	width:200px;
}
#productions a:link, #productions a:visited {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_productions2.gif);
	background-repeat:no-repeat;
}
#productions a:hover {
	display:block;
	height:200px;
	width:200px;
	background-image:url(../images/btn_home_productions.jpg);
	background-repeat:no-repeat;
}
#footer {
	width:650px;
	margin:0; padding:0;
}
/* Class Styles */
.taglinehome {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	font-style:italic;
	margin:5px; padding:0;
}
td.brdrd {
	border:1px solid #666253;
}
.cntr {
	text-align:center;
}
.smltxt {
	font-size:75%;
}