@charset "UTF-8";

body 	{
		background:#FFF;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		color:#FFF;
		font-size: 14px;
		}

a:link, a:visited 	{color:#000; text-decoration: none;}
a:hover				{color:#000; text-decoration: underline;}
a:active 			{color:#000; text-decoration: none;}
a					{outline: 0 none;}

#footer a:link 	{color:#FFF; text-decoration: none;}
#footer a:hover {color:#FFF; text-decoration: none;}

.big 	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: #FFF;
		margin-left: 10px;
		}

.small 	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		font-weight: normal;
		color: #FFF;
		margin-left: 0px;
		}


#outer	{
		position:absolute;
		top:  50%;
		left: 0px;
		width: 100%;
		height: 1 px;
		overflow:visible;
		}
		
#inner	{
		height: 175px;
		width: 900px;
		margin-left: -450px;
		position: absolute;
		top: -92px;
		left: 50%;
		}

#outer2	{
		position:absolute;
		bottom:  70px;
		left: 0px;
		width: 100%;
		height: 1 px;
		overflow:visible;
		}
		
#inner2	{
		height: 60px;
		width: 900px;
		margin-left: -450px;
		position: absolute;
		top: -45px;
		left: 50%;
		}
		
.special_img {
		float:right;
		margin-right: 0;
		height: 60px;
		}
		
.special_text {
		float:right;
		margin-right: 0;
		margin-left: 20px;
		margin-top: 0;
		height: 60px;
		width: 120px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		line-height: 12px;
		color: #000;
		}

.spacer	{
		float:right;
		width: 33px;
		height: 60px;
		}

#footer	{
		height: 20px;
		width: 100%;
		position: absolute;
		top: auto;
		bottom: 0px;
		background:#FFF;
		}

#innerfooter	{
		height: 20px;
		width: 900px;
		position: relative;
		top: auto;
		bottom: 0px;
		margin: 0 auto;
		background:#000;
		}

#part1	{
		float: left;
		height: 20px;
		width: 200px;
		position: relative;
		margin-left: 0;
		}
		
#part2	{
		float: left;
		height: 20px;
		width: 700px;
		position: relative;
		}

