@charset "utf-8";
/* ***************************
mixtapestar.com
CSS by Christa Barrett
*************************** */

body {
	background-color: #FCF8DC;
	color: #030303;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 7px;
	padding: 0px;
	top: 2px;
}

#header {
	background-image: url('header.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	height:400px;
	width:1000px;
	position:relative;
	top:0;
}

#name {
	font-size: 16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#divider {
	background-image: url(div.png);
	background-repeat: repeat;
	margin:0;
	padding:0;
	height:30px;
	width:1000px;
	position:relative;
	top:0px;
}

#info {
	position:absolute;
	top:430px;
	left:10px;
	width:760px;
}

#footer {
	position: absolute;
	font-size: 9px;
	top:1230px;
}

#note {
	font-size: 9px;
}

#descrip {
	top:0px;
	margin-left:20px;
}

h1 {
	padding:0px;
	font-size: 20px;
	font-variant: small-caps;
}

h2 {
	top: 0px;
	font-size: 16px;
}

h3 {
	font-size:10px;
}

div#thead {
	position: relative;
	top:0px;
	left:800px;
	border: 1px solid black;
	width:198px;
}

div.twit {
	border:1px solid black;
	position:relative;
	top:0px;
	left:800px;
	width: 198px;
}

.twit ul { margin: 0; padding: 2px; }
.twit li { list-style-type: none; margin: 0; padding: 0; }

a:link, a:visited {
	color: #838B8B;
	text-decoration: none;
	border: none;
}

a:hover{
	color: #030303;
	text-decoration: none;
	border:none;
}

a img {
	border: none;
}