body { /* Document Body */
background: #0e0e0e url(/img/bg_wide.png) repeat-x -90px 0px;
font-family: "Arial", "helvetica", "sans-serif";
color:#e0e0e0;
}

a { /* Hyperlink */
color: #fff;
font-weight: bold;
text-decoration: none;
}

a:hover { /* Hyperlink Mouseover */
color: #fff;
font-weight: bold;
text-decoration: underline;
}



h1, h2, h3 {
	color:#fff;
	border:none;
	text-align:left;
	}
h2, h3 {
color:#f5f5f5;
}

#holder { /* Holder / Wrapper Border */
border-width: 0px;
border-color: #222;
background:url(img/rightbg.png) repeat-y top right;
}



#footer { /* Footer Properties */
color: #eee;
height: 40px;
margin:16px 0;
width:980px;
font-family:"Arial", helvetica, sans-serif;
font-size:11px;
margin: 0 auto;
}

#footer a {
color:#fff;
}

#footer p {
margin:0;
line-height:14px;
font-family:"Arial", helvetica, sans-serif;
font-size:11px;
color:#aaa;
}

#holder, #cola { /* Small Column Background */
background:none;
}

#cola { /* Small Column Position & Size */
float: right;
width: 260px;
padding: 0px;
margin-right:10px;
}

#cola img {
max-width:100%;
height:auto;
}

#cola object{
border-bottom:solid 16px #0E0E0E;
margin:0;
clear:both;
}

#cola h1 {
padding:8px 8px 0 8px;
font-size:21px;
}

#cola p {
padding:0px 8px 8px 8px;
margin:0;
}

#colb { /* Main Content Column Properties */
background-color: #161616;
width: 618px;
padding:16px;
margin-top:10px;
margin-left:10px;
}

#menu {
margin-bottom:0px;
color:#000;
}

#menu, #menu ul { /* Menu */
background: #eee url(/img/fbacks.png) repeat-x top left;
font-family: "Trebuchet MS", "Microsoft Sans Serif", "Arial", "sans-serif";
}

#menu ul li a { /* Menu Items */
color: #222;
background-color: none;
padding-left:12px;
padding-right:12px;
border-left:1px solid #ddd;

}

#menu ul li a:hover { /* Menu Items Hover */
color: #000;
background-color: #eee;
}

#cola img {
border:none;
}


