/* A container should group all your columns. */
#wrapper 	{width: 870px; margin: 0 auto; background-color: #FFF;}


/* Main Box Objects */
#navigation	{clear:both; background-image: url(../images/bg_menu.jpg); background-repeat: repeat-x; height: 40px; font-size: 7pt; padding-left:40px; color:#999; text-decoration: none;}
#logo		{height:64px; background-color:#fff; padding: 15px 0 0 20px;}
#header		{border-bottom: 10px solid #333; height: 150px; background-image: url(../images/header.jpg); display: block;}
#content	{float:left; width: 850px; line-height: 150%; font-size: 9pt;text-align: justify; text-justify: auto; background-color:#F6F6F6; padding: 20px 0 0 20px}
#content2	{float:left; width: 500px; line-height: 150%; margin: 1.5em 40px;}
#ujcontent	{float:left; width: 850px; line-height: 150%; font-size: 9pt; background-color:#F6F6F6}
#sidebar1	{float:right; width: 220px; margin: 1.5em 0;line-height: 150%; font-size: 9pt;}
#sidebar1 a	{color:#999; font-size: 8pt; text-decoration: none;}
#sidebar1 a:hover 	{text-decoration: underline;}
#sidebar2	{clear:both; background-color: #000; color: #999; border-top: 10px solid #333;line-height: 150%; margin-bottom: 0px;}
#sidebar2 span 	{float:left; width:214px; margin: 0 38px;text-align: justify; text-justify: auto; font-size: 9pt}
#footer		{clear:both; background-color:#333; color: #fff; height: 30px; font-size:.8em; padding: 5px 0 0 40px;}

.clear 		{ clear:both; }
