/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin-bottom:40px;

}

img, div { behavior: url(iepngfix.htc) }

#container {
	width:860px;
	height:586px;
	margin:0 auto 0 auto;
}

#logo {
	width:449px;
	height:55px;
	position:relative;
	top:0px;
	left:0px;
	margin-bottom:5px;
}	

#mainPic {
	width:600px;
	height:390px;
	
}

*html #mainPic {

	float:left;	
}

#mainPic img {
	border:1px #4F4F4F solid;
	padding:3px;
	margin-bottom:6px;
}

*html #mainPic img {
	float:left;
}

#title { 
	height:20px;
	background-color:#000000;
	padding-left:10px;
	padding-right:10px;
	top:410px;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:6px;
	border:1px #4F4F4F solid;
	width:auto;
	float:right;
	margin-right:27px;
}

*html #title { 
	margin-right:14px;
}

#rightSide {
	width:260px;
	height:586px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BFBFBF;
	line-height:1.5em;
}

*html #rightSide {

}

#rightSide a { 
	color:#FFFFFF;
	text-decoration:none; 
}

#rightSide a:hover {
	 color:#CCCCCC;
	 border-bottom:1px #CCCCCC dotted;
}

.bump {
	margin-top:7px;
}

#rightSide ul li {
	margin-left:-20px;
}

.wht {
	color:#FFFFFF;
}

#thumbs {
	width:572px;
	height:196px;
	position:absolute;
	margin-top:34px;
	margin-bottom:30px;
}

p.cred {
	font-size:10px;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	margin:0 auto 0 auto;
}

p.cred a {
	color:#666666;
}

*html #thumbs {
	width:578px;
}

#thumbs img {
	border:1px #4F4F4F solid;
	padding:3px;
}

*html #thumbs img {
	margin-right:4px;
}