﻿body {
}
a img {
	border:none;
}
#MainContainer {
	font-size:11px;
	line-height:14px;
	color:#CCCCCC;
	font-family:Georgia;
	padding-top: 75px;
	background: #000000 url('../images/JBJ_bg.jpg') no-repeat scroll 0 0;
	width: 100%;
	height: 100%;
	min-height: 800px;
	position:relative;

}
#ContentContainer 
{
    float:right;
	margin: 0;
	width: 347px;
	padding: 20px 33px 0 0;	
	/*border: solid 1px red;*/
	min-height: 700px;
}

#Content
{
  clear:both; 
}

.textTitle{
	height: 25px;
}

.spacer{margin: 14px 0; }
.spacer.large{margin: 20px 0; clear:both; }