

body				{	margin						:0			;
						padding						:0			;
						cursor						:default	;

						font						:13px Arial,Verdana,Futura,Helvetica,sans-serif;
						color						:#303030	;
						background					:#FFFFFF	;
						overflow					:auto		;
					}

a					{	color						:#FFB71D	;
						background					:#FFFFFF	;
					}
h1					{	font						:bold 16px Arial,Verdana,Helvetica,sans-serif; color:#303030; background:#FFFFFF; margin:0; padding:0 0 12px 0	;}
h2					{	font						:bold 14px Arial,Verdana,Helvetica,sans-serif; color:#303030; background:#FFFFFF; margin:0; padding:0 0  4px 0	;}

hr					{	color						:#D0D0D0	;
						background-color			:#D1D1D1	;
						height						:1px		;
					}
.pre				{	font						:1em "courier new",monospace;
					}
p					{	margin						:0 0 12px 0	;
						padding						:0			;
					}
table				{	font-size					:inherit	;
						font-weight					:inherit	;
						font-style					:inherit	;
						text-align					:left		;}
th,td				{	vertical-align				:top		;}
th					{	padding						:4px 6px 0 0 ;}


form				{	margin						:0			;
						padding						:0			;}
input				{	margin						:0			;
						height						:1.8em		;
						vertical-align				:middle		;
						cursor						:pointer;}
textarea,
input				{	font						:1em Arial,Verdana,Helvetica,sans-serif;
						padding						:2px 5px	;
						width						:300px		;}
textarea			{	cursor						:text		;
						overflow					:auto		;}
.pointer			,
label				{	cursor						:pointer;}


/*	classes																								*/

.clear				{	clear						:both		;}

.text				,
.password			,
.form_text			{	cursor						:text		;}
textarea			,
.form_button		,
.form_text			{	border						:1px #505050 solid;}
.form_button		{	background					:#C0C0C0	;}

.red				{	color						:#CF0000	;	background	:#FFFFFF	;}
.blue				{	color						:#0000CF	;	background	:#FFFFFF	;}
.gray				{	color						:#A0A0A0	;	background	:#FFFFFF	;}
.small				{	color						:#A0A0A0	;	background	:#FFFFFF	;
						font-size					:12px		;}
.thin				{	padding						:0			;
						margin						:0			;}
.thick				{	padding-bottom				:20px		;}


/*	top																									*/

#top-container		{	width						:100%		;
						height						:87px		;
						margin						:0			;
						padding						:0 30px		;
						border-bottom				:solid 1px #000000;
						display						:block		;
						text-align					:center		;
					}
#top-container a	{	text-decoration				:none		;
					}
#top				{	position					:relative	;
						margin						:0 auto		;
						padding						:30px 0 0 0	;
						width						:600px		;
						display						:block		;
						text-align					:left		;
					}
#top .right			{	position					:absolute	;
						bottom						:8px		;
						right						:0			;
					}


/*	 menu																								*/

#menu				{	position					:relative	;
						width						:600px		;
						height						:24px		;
						margin						:0 auto		;
						padding						:4px 0 0 30px;
						text-align					:left		;
					}
#menu .right		{	position					:absolute	;
						top							:4px		;
						right						:0			;
					}


/*	content																								*/

#content-container	{	width						:100%		;
						margin						:0			;
						padding						:0 30px 30px 30px	;
						display						:block		;
						text-align					:center		;
					}
#content			{	position					:relative	;
						margin						:0 auto		;
						padding						:0			;
						width						:600px		;
						text-align					:justify	;
						line-height					:130%		;
					}
#content #inner		{	width						:450px		;
					}
#content #ads-info	{	display						:none		;
					}
#content #ads		{	position					:absolute	;
						top							:65px		;
						left						:0			;
					}
#content #favicons	{	position					:absolute	;
						top							:65px		;
						right						:0			;
						width						:550px		;
					}
#content ul			{	list-style-type				:disc		;
					}


/*	bottom																								*/

#bottom-container	{	width						:100%		;
						height						:4em		;
						margin						:0			;
						padding						:0 30px		;
						border-top					:solid 1px #000000;
						display						:block		;
						text-align					:center		;
					}
#bottom				{	position					:relative	;
						width						:600px		;
						margin						:0 auto		;
						padding						:4px 0 0 0	;
						text-align					:left		;
						font						:12px Arial,Verdana,Futura,Helvetica,sans-serif;
						color						:#A0A0A0	;
						background					:#FFFFFF	;
					}
#bottom .right		{	position					:absolute	;
						top							:4px		;
						right						:0			;
					}
