/* HTML, Body, Main */
HTML, BODY
				{
				background:#FFF;
				margin:0;
				padding:0;
				}

/* Default */

* 				{	padding:0px; margin:0px; text-align:left; font-family:Arial,Tahoma,Verdana; font-size:12px; color:#FFF; font-weight:normal; text-decoration:none;	}

a				{	color:#FFF; text-decoration:none;	}
a:Hover  		{	color:#f6691e;	}

strong			{	font-weight:bold;	}

img				{	border:0px;	}

h1
				{
				font-size:14px;
				font-weight:bold;
				padding-bottom:14px;
				}
				
h3
				{
				font-weight:bold;
				text-decoration:underline;
				padding-bottom:8px;
				}

.divider
				{
				height:1px;
				margin-top:20px;
				margin-bottom:20px;
				background: #FFF;
				}
				
.divider_teaser
				{
				height:1px;
				margin-top:15px;
				margin-bottom:10px;
				background: #FFF;
				}

/* main */
			
#id_main
				{
				width:980px;
				height:525px;
				top:50%;
				left:50%;
				margin-top: -260px;
				margin-left: -490px;
				position: absolute;
				background:#FFF;
				}

#id_left
				{
				float:left;
				width:370px;
				height:525px;
				background:#19171c;
				overflow:hidden;
				}
				
#id_center
				{
				float:left;
				width:137px;
				height:525px;
				background:#FFF;
				}
				
#id_right
				{
				float:right;
				width:473px;
				height:525px;
				background:#19171c url(../images/content_bg.jpg) 0px 0px no-repeat;
				}
				
#id_content
				{
				width:410px;
				height:410px;
				margin-top:100px;
				margin-left:40px;
				padding-right:10px;
				overflow:auto;
				}
				
#id_content .content_image
				{
				width:120px;
				float:left;
				margin-right:10px;
				}
				
#id_content .content_text
				{
				width:260px;
				float:left;
				}
				
#id_content ul
				{
				list-style:none;
				margin-bottom:10px;
				}
				
#id_content ul li
				{
				padding-left:12px;
				margin-bottom:2px;
				background: url(../images/dot.gif) 0px 6px no-repeat;
				}
				
#id_content_iframe ul
				{
				list-style:none;
				margin-bottom:10px;
				}
				
#id_content_iframe ul li
				{
				padding-left:12px;
				margin-bottom:2px;
				background: url(../images/dot.gif) 0px 6px no-repeat;
				}

/* footer */				
#id_footer
				{
				position:absolute;
				width:111px;
				height:100px;
				bottom:0px;
				}
				
#id_footer img
				{
				margin-left:17px;
				margin-right:17px;
				}
