﻿#container {
	width: 960px;
	height: 740px;
	background-color: #000000;
	padding-top: 5px;
	margin: 0px auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #ffffff;
   }
#masthead {
    width: 960px;
    height: 160px;
    padding: 0px;
    margin: 0px;
}
#masthead img {
	border: 0px;
}
#footer {
    width: 958px;
	height: 16px;
	text-align: center;
	font-size: 10px;
	color: #888888;
}
#footer p {
	height:16px;
	margin: 0px;
	padding: 0px;
}
#footer a { 
	color: #888888;
    font-weight: bold;
}
#footer a:visited { 
	color: #888888;
    font-weight: bold;
}

#reviews {
	overflow: auto;
	overflow-x: hidden;
	width:950px;
	height:540px;
	padding-right: 10px;
}
#rightpanel {
	width:300px;
	height:550px;
}


/* Content */
#content {
	width:960px;
    height:550px;
    text-align: justify; 
    overflow: auto;
    overflow-x: hidden;
    background-color: #000000;
    font-size: 14px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
    font-weight: bold; 
    color: #ffffff;
}
#content a:visited {
    font-weight: bold; 
    color: #ffffff;
}

/* Navigation */
#navigation {
	width: 960px;
	height: 30px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	height: 28px;
	width: 117px;
	border: 1px solid #000000;
}
#navigation td {
    background-repeat: no-repeat;
}

/*
#navigation a {
	height: 20px;
	width: 150px;
	padding: 4px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#navigation a:hover {
	height: 20px;
	width: 150px;
	padding: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #dddddd;
}
*/
td.resumeleft {
	color: #999999;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}


td.giglistheading {
    font-size:12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
	color:#bbbbbb;
}

td.giglistdate{
    padding: 5px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	color:#bbbbbb;
}
td.giglisttime{
    padding: 5px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	color:#bbbbbb;
}
td.giglistdesc{
    padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
td.giglistloca{
    padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color:#bbbbbb;
}