/* Global elements */
body  			{background: #000000 url(../images/background.gif) repeat-x left 139px;
				 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
				 font-size: 12px; font-weight: normal; margin: 0px; padding: 0px; color: #FFFFFF; text-align:center;}
h1				{font-size: 18px; font-weight: normal; margin: 0px; padding: 0px; color: #878080; position:absolute; bottom:12px; right:0px;}
h2				{font-size: 16px; font-weight: normal; margin: 0px; padding: 0px; color: #Ff9900; padding-bottom:12px; height:12px; line-height:12px;}
h3,th			{font-size: 12px; font-weight: bold;   margin: 0px; padding: 0px;}
ul, ol			{list-style: none; margin: 0px; padding: 0px; padding-bottom:7px;}
li				{margin: 0px; padding: 0px; padding-bottom:5px;}
p,table			{margin: 0px; padding: 0px; padding-bottom:12px;}
a				{color:#878080; text-decoration: none;}
a:hover			{color:#ffffff;}
img 			{height:100%;}
td				{vertical-align:top;}

/* Miscellaneous classes for reuse */
.menuItem       {font-size:16px; display:inline-block; margin-right:50px; padding-top:12px; float:left;}
.fltrt 			{float: right;}
.fltlft 		{float: left;}
.clearfloat 	{clear:both;}
.active			{color:#Ff9900;}
.italic			{font-style:italic;}

/* Containers */
#container 		{position:relative; width:950px; margin:auto; padding:24px;}	
#header 		{position:relative; height:116px;}
#mainContent 	{position:relative; height:400px; overflow: hidden;}
#postlft		{padding-top:12px; padding-bottom:0px; padding-left:0px; text-align:justify; }
#sidebar		{position:relative; height:400px; overflow:hidden; width: 280px;}
#postrt			{padding-top:12px; padding-bottom:0px; padding-left:36px; text-align:justify; overflow:hidden; z-index:-1;}
#scrollBox		{position:relative; height:352px; overflow:hidden; width: 244px;}
#scrollBox2		{position:relative; height:372px; overflow:hidden; width: 244px;}
#footer			{position:relative;}

/* Recurring items */
#back			{width:12px; height:12px; background:url(../images/back.gif); line-height:0px;}
#down			{width:12px; height:6px; background:url(../images/down.gif); position:absolute; bottom:12px; left:12px; cursor:pointer;  line-height:0px;}
#up				{width:12px; height:6px; background:url(../images/up.gif); position:absolute; top:12px; left:12px; cursor:pointer;  line-height:0px;}
#back:hover,#down:hover,#up:hover {background-position:bottom left;}
#sidebarImg		{margin-left:12px; position:absolute; right: -268px;}

/* Unique items */
#main			{position:absolute; right:950px;}
#hidden			{visibility:hidden; height:10px; overflow:hidden;}
#passportPhoto	{position: absolute; height:200px; top: -200px;}
