body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
	font-family: Georgia;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:disc;
	margin-left: 30px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ---- END CSS RESET ----- */
a:link {
  color:#7fb2ea;
  text-decoration:none;
}
a:visited {
  color:#7fb2ea;
  text-decoration:none;
}
a:hover {
  color:#000000;
  text-decoration:underline;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
#header {
  background-image:url('/img/starsbg.jpg');
  background-repeat:repeat-x;
  width: 100%;
  height: 200px;
  border-bottom: 5px solid #000000;
  background-color: #000000;
}
#master {
  text-align: center;
  width: 800px;
}
#nav {
    height: 10px;
}
#main {
  position: relative;
  background: #fff;
  width: 900px;
  height: 500px;
}
#thumbs {
  position: absolute;
  width: 300px;
  height: 200px;
  background: #fff;
  top: 0px;
  left: 0px;
}
#content {
  position: absolute;
  width: 600px;
  height: 200px;
  background: #fff;
  top: 0px;
  right: 0px;
  text-align: left;
}
.thumbDetail {
  margin-left: 30px;
  margin-bottom: 10px;
  height: 100px;
  text-align: left;
    /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  cursor: pointer;
  cursor: hand;
}
.thumbDetail div.thumbInfo {
  margin-left: 110px;
}

.thumbDetail span.thumbTitle {
  font-family: Georgia;
  font-size: 16px;
}
.thumbDetail span.thumbDeets {
  font-family: Georgia;
  font-size: 12px;
  color: #ccc;
}
