body {margin:0px; margin-top:5px; padding:0px; background-color:#252424; font:12px normal Tahoma, Geneva, sans-serif;}
html {
     overflow: -moz-scrollbars-vertical;
}

/* STRUCTURE */
#holder												{width: 970px; margin-left: auto; margin-right: auto;}
div													{display:block;}
#page,#header,#content,#header-content,#header-top	{width:970px;}
#header,#content									{background:#FFF;}

a							{color:red;}
a:hover						{color:grey; text-decoration:none}
a.red_arrow					{padding-left:10px; background:url(../images/arrow-black.gif) no-repeat; background-position:left center;}
a.red_arrow:hover			{color:#000}

/* HEADER */
#header												{height:440px;}
#header	div											{border:0px solid #0FF}
	#header-top										{height:30px; text-align:right;  background-color:#252424; }
	#header-content									{width:970px; float:left}
		#header-side								{height:410px; width:61px; float:left}
		#header-center								{height:410px; width:544px; float:left; z-index:10;}
		#header-menu								{height:30px;  width:544px; float:left; background: #FFF url(../images/bg-menu.gif) no-repeat ; background-position:right}
		#header-display								{height:380px; width:544px; float:left;}
		#header-logo								{height:346px; width:365px; float:left;}
		#header-submenu								{width:auto; height:34px;  margin-top:-34px;float:right; top:380px; position:relative;z-index:100;}
		#header-submenu a							{display:block; width:214px; font-size:11px; height:34px; float:left; margin-right:2px; background:url(../images/bg-submenu.gif) no-repeat; line-height:33px ;padding-left:18px; color:#000; text-decoration:none;}
		#header-submenu a:hover						{text-decoration:underline; background:url(../images/bg-submenu2.gif) no-repeat;}

/* CONTENT */
#content		{width:890px; padding:0px 20px 20px 60px; font:12px normal Tahoma, Geneva, sans-serif;  float:left;display:block;}
h1				{margin:0px; margin-bottom:5px; padding:0px; color:red;font:20px bold Tahoma, Geneva, sans-serif;}
h1.home			{font-size:14px;}
h2				{margin:0px; margin-bottom:5px;margin-top:25px; padding:0px; color:red;font:16px bold Tahoma, Geneva, sans-serif;}

#content #full-content		{width:850px; text-align:justify;  float:left;display:block; margin-left:50px;  }
#content #part-content		{width:630px; text-align:justify; margin-left:5px; float:left; display:block; }
#side-content				{width:240px; float:left; min-height:230px; padding-left:10px; background:url(../images/bg-side-content.jpg) no-repeat; background-position:top left; }
#side-content span			{color:#999; font-size:12px;}

#content p 					{float:left; width:100%;}
#content img				{border:3px solid #CCC; margin-right:5px;}

/* FOOTER */
#footer			{color:#FFF; font-size:10px; text-align:right; padding-top:8px;}
#footer	a		{text-decoration:none; font-size:12px; color:#FFF}
#footer	a:hover	{text-decoration:underline; color:#F00}


