body {
	color: #222;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 15px;
	margin: 0;
}

#Content {width: 800px; margin: 0 auto;}

p, ul {line-height: 1.7em;}

ul {font-size: 13px;}

a:link, a:visited {color: #06c; text-decoration: none;}
a:hover, a:active {color: #c00; border-bottom: #c00 solid 1px;}

.itunes {
	background-image: url(itunes.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

h1, h2 {text-align: center;}

h1 {font-family: Palatino; font-size: 150px; font-weight: normal; margin: 100px 0 30px 0;}

h1:before {content: "{"; font-family: Georgia;}
h1:after  {content: "}"; font-family: Georgia;}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #c00;
	text-decoration: none;
	border-bottom: none;
	font-family: "Arial Rounded MT Bold", Helvetica, Verdana, Arial, sans-serif;
	font-size: 25px;
	margin: 0 0 30px 0;
}

hr {
	background-color: #fff;
	color: #fff;
	width: 600px;
	border-color: #999;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 30px auto;
}

#column-left, #column-right {margin: 0 0 15px 0;}

#column-left  {width: 300px; float: left; margin-left: 75px;}
#column-right {float: right; width: 300px; margin-right: 40px;}