body {
	font: 18px/23px "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4d5153;
	text-shadow: rgba(255,255,255,0.1) 0 -1px 1px;
	background: white;
}
h1, h2 {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
	h1 {
		background: transparent url(../source/gravip.png) no-repeat top right;
		height: 35px;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
		h1 a {
			display: block;
			line-height: 135px;
		}
	h2 {
		margin: 24px 0 5px 0;
	}
	h2:first-child {
		margin-top: 8px;
	}
	
a {
	color: #4d5153;
}

p {
	margin-bottom: 23px;
}


#wrap {
	min-width: 784px;
	max-width: 1152px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
	#container {
		float: left;
		width: 100%;
		overflow: hidden;
	}
		#side {
			float: left;
			width: 100%;
			margin-left: -574px;
		}
		#sidebar {
			min-height: 500px;
			padding: 40px 30px 0 0;
			text-align: right;
			background: transparent url(../source/sidebar-background.png) no-repeat top right;
		}
		#content {
			float: left;
			width: 500px;
			padding: 0 14px 0 30px;
			margin: 40px 0 60px 0;
		}