div.full-width-box {
	background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	border: 1px solid #cccccc;	
}

div.side-box {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

div.center-box {
   width: 50%;
   background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
   border: 1px solid #000066;
}

div.full-width-box2 {
	background-color: #fff;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
	
div.half-width-box-left {
	background-color: #ffffff;
	margin: 5px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	width: 43%;
	float: left;	
}

div.half-width-box-right {
	background-color: #ffffff;
	margin: 5px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	width: 43%;
	float: right;
}

div.google-plus {
	width: 99%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

div.facebook {
	width: 99%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.img-float-left {
	float: left;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.img-float-right {
	float: right;
	padding: 5px;
	margin-left: 10px;
	border: 2px none #000066;
}

div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

div.promotion {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.search-box {
	width: 100%;
}

div.search-results-page {
	width: 100%;
}

div.social {
	width: 95%;
}

.img-normal {
	margin-top: 12px;
	margin-bottom: 12px;
}

div.main {
	width: 95%;
	padding: 5px;
	line-height: 18px;
	text-align: left;
}

