/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #eefbfb url(../images/bg.png) repeat-y;
	font: 14px/1.5 Century Gothic, Arial, 
	sans-serif;
	color: #999; 
}
a {
	color: #6badce;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #6badce;
}
h1,h2,h3,p,ul,ol {
	margin-bottom: 10px;
}
ul,ol {
	padding-left: -15px;
	list-style:none;
}
.blue {
	color:#6badce;
}
img {
	border:0;
}

/**** NAVIGATION ****/

div#navigation {
	position:absolute;
	left:112px;
	width: 250px;
	background: url(../images/circle.png) no-repeat;
	text-align:right;
	margin-right:30px;
}
div#navigation ul {
	margin:60px 100px 58px 0;
}
div#navigation p {
	padding-right:100px;
}
div#navigation ul li {
	font: 21px Century Gothic, Arial, sans-serif;
	font-variant: small-caps;
	margin-bottom:6px;
}
div#navigation ul li a {color:#5e4b16;}
div#navigation ul li a:hover {color:#6badce;}

a#home_logo:hover {
	border-bottom:0;
}

/**** CANVAS ****/
img#logo {
	position:relative;
	margin-bottom:25px;
	left:-10px;
}
div#content {
	position:absolute;
	width:500px;
	left:360px;
	text-align:left;
}
div#content h1 {
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:3px;
}
div#content h2 {
	font-size:17px;
	color:#5e4b16;
	margin-bottom:0;
}
div#content h3 {
	color:#5e4b16;
	font-weight:normal;
}
div.gallery {
	width:400px;
	height:400px;
	margin-bottom:30px;
}
ul#credits {
	clear:both;
	width:500px;
	border-top:1px dotted #bbb;
	padding-top:10px;
	font:12px/1.5 Arial, sans-serif;
	font-style:italic;
	color:#bbb;
}
ul#credits li {
	margin-bottom:3px;
}
#bestofboston {
	padding-top:8px;
}
#facebook {
	padding-top:10px;
}
