/* CSS Document */

#content-wrapper {
	width: 920px; /* The width is equal to the width of "left", "content" and their margins */
	margin: 0 auto 5px auto;
	overflow: hidden;
	padding: 20px;
	/* background-color: #EDEDEE; */
}

#content-wrapper a {
	color: #F7931E;
}

#left {
	float: left;
	width: 550px; /*Width of left column in percentage*/
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
	/* background-color: #EDEDEE; */
	overflow: hidden;
}

#left a {
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#right {
	float: left;
	width: 300px;
	line-height: 24px;
	margin: 0 0 0 40px;
	padding: 15px 0 0 0;
}

#right a {
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

#right-top {
	width: 100%;
	height: 400px;
	background-color: #EDEDEE;
}

#right-bottom {
	width: 230px;
	margin: 0px auto;
	overflow: hidden;
}

#social-link {
	float: left;
	margin: 5px 10px 0 10px;
}

.head {
	color: #2b2b2b;
	font-weight: bold;
}
