body
{
	background-color: black;
	margin: 0;
	padding: 0;
	background-image: url(http://www.insuggest.com/images/site_tabs_background.gif);
	background-repeat: repeat-x;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	z-index: 5;
	position: relative;
}

#top
{
	width: 100%;
	background-color: #222222;
	height: 273px;
	position: relative;
	top: -24px;
}

#content
{
	width: 730px;
/*	z-index: 5;*/
	background-color: black;
	height: 400px;
/*	margin-left: auto;
	margin-right: auto;
*/}

#footer
{
}

table
{
	padding: 0;
	border-collapse: collapse;
}

#link
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
}

#left
{
	background: url('background_left.gif') repeat-x;
	background-color: black;
	height: 598px;
	vertical-align: top;
}

#right
{
	background: url('background_right.gif') repeat-x;
	background-color: #222222;
	height: 598px;
	vertical-align: top;
}

p
{
	color: #808080;
	font-family: verdana;
	font-size: 10px;
	margin-bottom: 4px;
	margin-top: 8px;
}

td
{
	color: #333333;
	font-family: verdana;
	font-size: 10px;
}

td.main
{
	background-color: #202020;
}

td.pick
{
	background-color: #303030;
}

a
{
	cursor: pointer;
	color: #333333;
	text-decoration: none;
}

a:visited
{
	color: #333333;
}

a:hover
{
	text-decoration: underline;
}

img.drag
{
	position: absolute;
}

h2
{
	color: white;
	font-family: 'Trebuchet MS', verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}

a.small_link
{
	font-family: tahoma, Geneva, "Trebuchet MS", verdana;
	color: #a7a7a7;
}

form
{
	margin-bottom: 4px;
	margin-top: 4px;
}


/* site tabs */

#sitetabs{
	margin: auto;
	width: 393px;
	height: 31px;
	padding-bottom: 5px;
}

.tab_inactive {
	float: left;
	width: 131px;
	height: 31px;
	background-image: url(site_tab_inactive.gif);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	cursor: pointer;
}

.tab_inactive a {
	color: #bbbbbb;
}

.tab_inactive a:visited {
	color: #bbbbbb;
}

.tab_inactive a:hover {
	text-decoration: none;
}

.tab_active {
	float: left;
	width: 131px;
	height: 31px;
	background-image: url(site_tab_active.gif);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	cursor: pointer;
}

.tab_active a {
	color: #fff;
}

.tab_active a:visited {
	color: #fff;
}

.tab_active a:hover {
	text-decoration: none;
}
