@charset "utf-8";
/* CSS Document */

body {
	color:#707173;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#EAEAEA;
	}

#wrapper {
	margin: 100px auto;
	width:800px;
	border-left: 80px solid #00aeef;
	background-color:white;
	background-image:url(../../assets/images/bg.gif);
	background-position:right center;
	background-repeat:no-repeat;
	}
p {
	font-size:14px;
	padding: 0 0 14px 20px;
	line-height:23px;
	}
a {
	color:#00aeef;
	text-decoration:none;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}
	