
* { padding:0; margin:0; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
a img { border:none; }

a {
	color: #EECBCB;
	border-bottom: 1px dotted #EECBCB;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 0;
}

img {
	vertical-align: top;
}

h1{
	color:#CCC;
	font-size:16px;
	font-weight:normal;
}

p {
	line-height:1.5em;
}

body{
	background-color:#642E2C;
	color:#ffffff;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
}

.inside {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#container {
	background-color: #642E2C;
	width: 100%;
}

#header {
	background-color: #ffffff;
	color: #3e3939;
	height: 250px;
	overflow: hidden;
	padding-top: 75px;
}

#header a {
	color: #817171;
	border-bottom: 1px dotted #817171;
}

#header h1 {
	float: left;
}

#header h1 a {
	border-bottom: 0;
}

#header #musicSwitch {
	float: right;
	text-align: right;
	padding-top: 75px;
}

#splashImg {
	position: absolute;
	top: -120px;
	right: 0px;
	z-index: 10;
}

#mp3 {
	position: absolute;
	right: 0;
	top: 0;
}

#text {
	padding: 35px 0;
	width: 415px;
}

#text h2 {
	margin: 0 0 15px -3px;
}

#text ul {
	padding: 27px 0;
	list-style-type: none;
}

#text ul li {
	margin: 5px 30px 5px 0;
	display: inline;
}

#remember, #remember input {
	float: right;
	margin-left: 5px;
}
