#col-full {
width: 446px;
}

#col-wrap {
	width:500px;
  min-height:300px;
  height:auto !important;
  height:300px;
}

#col-wrap-mh {
	width:500px;
	min-height:100px;
  height:auto !important;
}

#col-left {
	width:245px;
	float:left;
}
#col-right {
	width:245px;
	float:right;
}

.blue {
	color:#00ADEF;
}

a:link.gray , 
a:visited.gray {
	color: #666;
}
a:hover.gray {
	color: #000;
}
a:link.black , 
a:visited.black {
	color: #000;
}
a:hover.black {
	color: #00ADEF;
}


