/*General styles start here*/

html {
	padding: 0;
	margin: 0;
}


body {
	padding: 0;
	margin: 0;
	color: #ffffff;
	background-image: url(../images/1column.jpg);
	background-repeat: repeat-x;
	background-color: #f5e0c1;
	background-position: center top;
	text-align: center;
	font-family: verdana, sans-serif;

}

img {
	border: none;
}
div.nav {
	height: 56px;
	overflow: hidden;
}
div.nav a {
	font-size: 90px;
	float: left;
	}
div.nav a:link {
	display: block;
	height: 56px;
	text-indent: -3000px;
}
div.nav a:visited {
	display: block;
	height: 56px;
	text-indent: -3000px;
}
div.nav a:hover {
	display: block;
	height: 56px;
	text-indent: -3000px;
	background-position: 0 56px;
}
div.nav a:active {
	display: block;
	height: 56px;
	text-indent: -9999px;
	background-position: 0 56px;
}
a#home {
	width: 105px;
	background-image: url(../images/home.png);
	margin-left: 15px;
}
a#bio {
	width: 216px;
	background-image: url(../images/taylorswiftsbio.png);
}
a#videos {
	width: 302px;
	background-image: url(../images/behindthescenesvideos.png);
}
a#contest {
	width:281px;
	background-image: url(../images/celebreportercontest.png);
}

div.mainbody {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 940px;
	/*height: 1350px;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #320E02;
}
.topright {
	margin-top: 20px;
}

.personal {
	margin-top: 290px;
}

div.right {
	float: right;
	text-align: right;
	margin-right: 10px;
}

div.right a {
	text-decoration: none;
}

div.right a:link {
	color: #f5e0c1;
}

div.right a:visited {
	color: #f5e0c1;
}

div.right a:active {
	color: #f5e0c1;
}

div.right a:hover {
	color: white;
}

.break {
	height: 850px; 
	width: 600px;
}

div.left {
	position: relative;
	width: 940px;
	height: 214px;
	margin-top: 10px;
	text-align: left;
	background-image: url(../images/background_download.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.needborder a img {
	border: 1px solid white;
}
.needborder a:link img {
	border: 1px solid white;
}
.needborder a:visited img {
	border: 1px solid white;
}
.needborder a:hover img {
	border: 1px solid #f5e0c1;
}
.needborder a:active img {
	border: 1px solid white;
}

.downloads {
	text-align: left;
}

div.left1 {
	position: relative;
	text-align: left;
	width: 600px;
	margin-top: 375px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.fankit {
	margin-left: 10px;
	position: relative; 
	top: -20px;
}
.left1 p, ol li {
	margin-left: 80px;
	font-size: 13px;
	line-height: 15px;
}

.left1 p span {
	font-style: italic;
}

.left1 h2 {
	margin-left: 60px;
}

.left1 td  a {
	color: #f5e0c1;
	text-decoration: none;
	font-weight: bold;
}
.left1 td  a:link {
	color: #f5e0c1;
}
.left1 td  a:visited {
	color: #f5e0c1;
}
.left1 td  a:active {
	color: #f5e0c1;
}
.left1 td  a:hover {
	color: white;
}
div.movie {
	margin-left: 62px;
	text-align: left;
	margin-top: 30px;
	font-size: 13px;
}
div.movie p {
	margin-left: 0px !important;
	height: 70px;
}
a, img, div { 
	behavior: url(iepngfix.htc);
}
img.headline {
	margin-left: 80px;
}

div.sizes {
	position: relative;
	top: 20px;
	line-height: 22px;
	display: inline;
	font-size: 12px;
	}

div.sizes a {
	color: white;
	text-decoration: none;
	}

div.sizes a:link {
	color: white;
	}
div.sizes a:visited {
	color: white;
	}
div.sizes a:active {
	color: white;
	}
div.sizes a:hover {
	color: #f5e0c1;
	}

div.footer {
	position: relative;
	text-align: left;
	margin: 0;
	padding-left: 10px;
	font-size: 13px;
	width: 939px;
}

.footertop {
	float: right;
	margin-right: 10px;
}

.footer a, .movie a {
	color: #f5e0c1;
	text-decoration: none;
	font-weight: bold;
}
.footer a:link, .movie a:link {
	color: #f5e0c1;
}
.footer a:visited, .movie a:visited {
	color: #f5e0c1;
}
.footer a:active, .movie a:active {
	color: #f5e0c1;
}
.footer a:hover, .movie a:hover {
	color: white;
}
