@font-face {
	font-family: 'Caecilia';
	src: url('caecilialtstd-roman-webfont.eot');
	src: local('˜º'),
			 url('caecilia/caecilialtstd-roman-webfont.woff') format('woff'),
			 url('caecilia/caecilialtstd-roman-webfont.ttf') format('truetype'),
			 url('caecilia/caecilialtstd-roman-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caecilia';
	src: url('caecilialtstd-bolditalic-webfont.eot');
	src: local('˜º'),
			 url('caecilia/caecilialtstd-italic-webfont.woff') format('woff'),
			 url('caecilia/caecilialtstd-italic-webfont.ttf') format('truetype'),
			 url('caecilia/caecilialtstd-italic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Caecilia';
	src: url('caecilialtstd-bolditalic-webfont.eot');
	src: local('˜º'),
			 url('caecilia/caecilialtstd-heavyitalic-webfont.woff') format('woff'),
			 url('caecilia/caecilialtstd-heavyitalic-webfont.ttf') format('truetype'),
			 url('caecilia/caecilialtstd-heavyitalic-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Caecilia';
	src: url('caecilialtstd-heavy-webfont.eot');
	src: local('˜º'),
			 url('caecilia/caecilialtstd-bold-webfont.woff') format('woff'),
			 url('caecilia/caecilialtstd-bold-webfont.ttf') format('truetype'),
			 url('caecilia/caecilialtstd-bold-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #f1ede9 url("images/top-border.png") repeat-x top left;
	-moz-box-shadow:inset 0 5px 237px #e0d9d1;
	-webkit-box-shadow:inset 0 5px 237px #e0d9d1;
	box-shadow:inset 0 5px 237px #e0d9d1;
	}
	
#header {
	background: url("images/flower-corner.png") no-repeat 0 0;
	min-height: 292px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	left: -90px;
	}
	
#header h1 {
	text-indent: -9999px;
	background: url("images/logo.png") no-repeat top left;
	width: 149px;
	height: 242px;
	margin: 0 0 0 285px;
	}
	
#main {
	width: 1100px;
	margin: -207px auto 0;
	position: relative;
	z-index: 10;
	}
		
#content {
	width: 624px;
	margin: 0 0 0 376px;
	}
	
#content h2 {
	color: #9e9e9d;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background: url("images/header-border.png") no-repeat top left;
	width: 100%;
	line-height: 29px;
	margin: 0 0 15px 0;
	clear: both;
	}
	
#content p {
	font-family: Caecilia, Georgia, arial, helvetica;
	font-size: 12px;
	line-height: 170%;
	margin: 0 0 20px 0;
	color: #44474a;
	}
	
#content p a {
	color: #63445b;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	}
	
#content p a:hover {
	background: #c9c1c3;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-transition: all 0.5s ease 0s;
	}
	
#content a#verbalized,
#content a#thisandthat {
	display: block;
	height: 203px;
	width: 303px;
	text-indent: -9999px;
	float: left;
	position: relative;
	margin: 0 0 30px 0;
	}
	
#content a#verbalized {
	background: url("images/verbalized-badge.png") no-repeat top left;
	left: -2px;
	}
	
#content a#thisandthat {
	background: url("images/thisthat-badge.png") no-repeat top left;
	left: 15px;
	}
	
div.column {
	width: 50%;
	float: left;
	margin: 0 0 30px 0;
	}
	
ul {
	list-style-type: none;
	}
	
ul li {
	font-family: Caecilia, Georgia, arial, helvetica;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 8px 0;
	color: #44474a;
	margin: 0 20px 0 0;
	}
	
ul.basic li {
	margin-bottom: 14px;
	}
	
ul.basic li a {
	margin: 0 0 4px 0;
	}
	
ul li a {
	display: block;
	text-transform: uppercase;
	color: #63445b;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-size: 11px;
	}
	
ul.logos li {
	padding: 0 0 7px 103px;
	margin: 0 0 -25px 0;
	position: relative;
	top: -32px;
	background: url("images/dotted-line.png") no-repeat bottom left;
	}
	
ul.logos li a {
	text-indent: -9999px;
	height: 32px;
	background: url("images/logos.png") no-repeat 0 0;
	position: relative;
	left: -103px;
	top: 38px;
	
	}
	
ul.logos li#twitter a {
	background-position: 0 3px;
	}
	
ul.logos li#rdio a {
	background-position: 0 -36px;
	}
	
ul.logos li#dribbble a {
	background-position: 0 -75px;
	}
	
ul.logos li#svpply a {
	background-position: 0 -115px;
	}

ul.logos li#svpply {
	background: none;
	}
	
#footer {
	clear: both;
	background: url("images/dotted-line.png") no-repeat top left;
	height: 40px;
	display: block;
	color: #999;
	font-family: arial, helvetica;
	font-size: 12px;
	padding: 10px 0 10px 0;
	}
	
#footer a {
	color: #63445b;
}
