/* CSS Document
Karen Stalye
Hits CSS
© 2008 Karen Stalye
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Built 1/13/07 1:51PM
Updated 1/13/07 1:51PM
Validated 1/13/07 1:51PM */


body {
	margin: 10px 0 0 0;
	background: url(../images/tile2.jpg) top left repeat;
	font-size: 100.01%;
}

div.photodiv {
	width: 152px;
	height: 200px;
	float: left;
	margin: 0 10px 0 0;
	}
	
/* Images */

div.photodiv img {
	border: 1px solid #000;
	}

/* Tables */
	
table {
	width: 750px;
	margin: auto;
	}
	
td {
	border: 0;
	padding: 0;
	}

table#credits {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color:#59120B;
	margin: auto;
	}
	
td#text {
	background: url(../images/rightext_18.jpg) top left repeat-y;
	vertical-align: top;
	text-align: left;
	padding: 15px 15px 30px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 497px;
}

td#sidebar {
	background: url(../images/rightbar_19.jpg) top left repeat-y;
	vertical-align: top;
	width: 213px;
}

table#credits td {
	padding: 10px;
	}

.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}
	
/* Text */

h1 {
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}
	
h1.top {
	font-weight: bold;
	}

h1#smashhits {
	width: 208px;
	height: 18px;
	background: url(../images/smashhits.gif) top left no-repeat;
	padding: 0;
	margin: 0 0 30px 0;
	text-indent: -9999px;
	}
	
h1.awards {
	padding: 10px 0 0 0;
	}
	
	
/* Links */
	
.right a {
	text-decoration: none;
	color: #59120B;
	}
	
.right a:hover {
	text-decoration: none;
	background-color: #59120B;
	color: #EAE6D8;
	}
	
p a {
	text-decoration: none;
	color: #000000;
	}
	
p a:hover {
	text-decoration: none;
	background-color: #59120B;
	color: #EAE6D8;
	}