body {
text-align: center;
background-color: #4b4b4b;
padding: 0;
margin: 0;
}

#wrapper {
position:relative;
width:960px;
margin-left:auto;
margin-right:auto;
text-align: justify;
}

 /* Start hide from IE-Mac \*/
* html #wrapper
   {
   height: 1%;
   }
/* End Hide from IE-Mac */

#header {
    position:absolute;
	left:0px;	 
    top:0px;
	margin: 0px;
    padding: 0px;
	width: 960px;
	height: 78px;
}

#menu_left {
    position:absolute;
	top: 78px;
	left:0px;
	z-index:3; 
	margin: 0px;
    padding: 0px;
	width: 113px;
	height: 24px;
}

#menu_right {
	position:absolute;
	top: 78px;
	left: 845px;
	margin: 0px;
    padding: 0px;
	width: 117px;
	height: 24px;
}

#menu_content_container {
    position:absolute;
	background-color: #6f6f6f;
	color: #CCCCCC;
	width: 732px;
	height: 24px;
	top:78px;
	left: 113px;
}

#menu_content
{
	position:relative;
	width:100%;
	text-align: justify;
	top: 20%;
	bottom: 20%;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

a.menu_content {
	color: #CCCCCC;
}

a.menu_content:hover {
	color: #FFFFFF;
}

#menu_footer {
    position:absolute;
	left:0px;
	top: 102px;
    padding: 0px;
	width: 960px;
	height: 14px;
}

a
{
	text-decoration: none;
}

p
{
top:0px;
bottom: 0px;
}

h1

{
	font-family : Verdana, Arial, Helvetica,  Geneva, sans-serif;
	font-size : 20px;
	font-weight : bold;
	margin-left: 10px;
	text-align: left;
}
h2

{
	font-family : Verdana, Arial, Helvetica,  Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
	margin-left: 20px;
	text-align: left;
}


#content_container
{
	position:absolute;
	left:0px;
	width:960px;
	top: 116px;
	z-index:1;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}

#content
{
	position:relative;
	width:915px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#content_text
{
	margin-left: 40px;
}

#footer
{
    position:relative;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	top: auto;
    padding: 0px;	
	z-index:2;
}

#footer_content
{
	/*margin: 0px;
	position:relative;
	float: right;
	bottom: 0;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
}
/*a.footer_content {
	color: #CCCCCC;
}

a.footer_content:hover {
	color: #FFFFFF;
}*/

#body-col1
{
	margin: 0px;
	position:relative;
	font-weight: bold;
	float: left;
	left: 15px;
	width: 100px;
	line-height: 2;
}

#body-col2
{
	position:relative;
	float: left;
	margin-left: 40px;
	width: 450px;
	line-height: 2;
		
}	
#body-content
{
	margin: 0px;
	position:relative;
	float: left;
	left: 5px;
	width: 550px;
	/*text-align:left;*/
}
