/* general */
body { margin:0px; background-color:#3c3b39; }
body, p, span, div, td { font-family: arial,helvetica,sans-serif; font-size:12px; color:#fff; line-height:15px; }
a { color:#fff; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }
.emphasis { font-weight:bold; }
.highlight { color:#fc00ff; font-size:14px; font-weight:bold; }
#pageContainer { position:relative; width:801px; margin-left:auto; margin-right:auto; }
#div_content { position:absolute; left:0px; top:77px; width:801px; height:462px; background-image: url(../images/background.jpg); background-repeat:no-repeat; }
td.imgholder img { display:block; margin:0; padding:0; }

/* header */
#div_headerLogo	{
	position: absolute;
	left:450px;
	top:24px;
}

/* nav */
#div_nav	{ position: absolute; left:0px; top:571px; }
#div_nav ul { padding:0; margin:0; list-style-type:none; }
#div_nav li { float:left; position:relative; }

