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


body {
	margin:0px;
	padding:0px;
	background-image:url(i/cb_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#EFEDE0;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#7A9699;
	font-size:14px;
}

h1 {
	font-weight:normal;
	font-size:80px;
	border-bottom:dotted 1px #663;
	padding-bottom:15px;
	letter-spacing:4px;
	margin:20px;
}

.container {
	margin:25px 0px 0px 130px;
	text-align:left;
}

a:link, a:visited, a:active {
	color:#4D4C48;
	text-decoration:none;
	border-bottom:1px dotted #330;
}
a:hover {
	color:#161D19;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	border-top:1px dotted #FFF;
}

a em {
	letter-spacing:0px;
	color:#7A9699;
	font-weight:normal;
	font-size:14px;
	}

ul {
	padding:10px 10px 10px 60px;
	margin:0px;
	list-style: none;
	font-size:16px;
}

li {
	padding:10px 0 10px 0;
	border-bottom:1px #CC9 dotted;
}
.whatitdo {
	margin:0 0 20px 0;
}

.line {
	color:#630;
	margin-left:10px; margin-right:10px;
}
.imtired {
	color:#930;
	font-size:18px;
	margin-left:60px;
	font-size:15px;
}
.imtired em {
	color:#630;
}