
/***************/
/* html styles */
/***************/

body 
{
	background-color:	#4a595f;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	font-size:			12px;
	font-family:		Georgia;
	color:				#000000;
}

h1
{
	font-size:16px;
	display:inline;
}

h2
{
	color: #ffffff;
	font-size:14px;
	display:inline;
}

h3
{
	font-size:13px;
	display:inline;
}

h4
{
	font-weight: normal;
	font-size:10px;
	display:inline;
}

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

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover 
{
	color: #cacaca;
}

a disabled
{
	color: #330000;
}
/****************/
/* class styles */
/****************/

.frameCenter
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
}

.frameTop
{
	margin-top: 10px;
	margin-bottom: 0px;
	width: 1000px;
	height: 200px;
	background-image: url(../images/gaias_top.png);
}

.contentLeft
{
	float: right;
}

.contentMenuBg
{
	height: 222px;
	width: 192px;
	margin-top: 10px;
	background-image: url(../images/gaias_menu_bg.png);
}

.contentMenu
{
	width: 140px;
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}

.contentMenu a 
{
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000000;
	text-decoration: none;
}

.contentMenu a:hover 
{
	color: #cacaca;
}

.contentNewsBg
{
	height: 222px;
	width: 192px;
	background-image: url(../images/gaias_menu_bg.png);
}

.contentNews
{
	width: 155px;
	height: 190px;
	padding-top: 15px;
	margin: 0px 0px 0px 15px;
}

.contentNews a
{
	padding-bottom: 5px;
	font-size: 10px;
	display: block;
	color: #000000;
}

.contentNews a:hover 
{
	color: #cacaca;
}

.contentMain
{
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 780px;
	min-height: 200px;
}

.rabbitLinkBg
{
	color: #000000;
	width: 372px;
	height: 139px;
	background-image: url(../images/gaias_rabbit_link.png);
	padding: 15px 10px 10px 18px;
}

.rabbitLinkBg img
{
	width: 160px;
	height: 120px;
	border: none;
}

.rabbitLinkText
{
	margin-top: 8px;
	margin-left: 5px;
	font-weight: bold;
}

.mainContentBgTop
{
	width: 800px;
	height: 14px;
	background-image: url(../images/gaias_info_top.png);
	margin-left: 5px;
}

.mainContentBgMiddle
{
	width: 760px;
	background-image: url(../images/gaias_info_middle.png);
	background-repeat:	repeat-y;
	padding: 5px 20px 0px 20px;
	margin-left: 5px;
}

.mainContentBgBottom
{
	width: 800px;
	height: 24px;
	background-image: url(../images/gaias_info_bottom.png);
	margin-left: 5px;
}

.rabbitInfoExbTableLabels
{
	font-size: 11px;
	border-spacing:2px;
	border-collapse:separate;
}

.rabbitImageThumb
{
	margin: 5px 5px 5px 5px;
}

.rabbitImageThumb img
{
	border: none;
	margin-bottom: 6px;
}


.listAgreement
{
	margin-bottom: 0px;
}

.listAgreement ul
{
	margin-bottom: -8px;
}

.listAgreement li
{
	margin-bottom: 8px;
}

.standardTable
{
	border-spacing:2px;
	border-collapse:separate;
}

/****************/
/*  id styles   */
/****************/
