/*
Designed and coded by Haley J. Reamer
http://haley.nu/
*/

/* General */

*{
	margin:0;
	padding:0;

}

body {
	margin: 0;
	padding: 0;
	background: #ededed url(http://www.overstuffed-closet.net/kylie/bg_img.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	font-size: 25px;
	text-transform: uppercase;
	color: #e71e25;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	color: #f47b57;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #c42026;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.center { 
	text-align: center;
}

/* Wrapper */

#wrapper {
	width: 800px;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* Boxtop */

#boxtop {
	background: #ff7c54 url(http://www.overstuffed-closet.net/kylie/box_top.jpg) no-repeat;
	width: 800px;
	height: 100px;
	padding: 0px;
	margin: 0 auto;
}

/* Row1 */

#row1 {
	width: 800px;
	height: 200px;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* Row2 */

#row2 {
	width: 800px;
	height: 200px;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* Nav */

#navigation {
	width: 800px;
	height: 50px;
	padding: 0px;
	margin: 0 auto;
	background-color: #ff7c54;
}

/* Content */

#content {
	width: 780px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666666;
}

/* Boxes */

.box1 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box1.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}

.box2 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box2.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}


.box3 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box3.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}

.box4 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box4.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}

.box5 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box5.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}

.box6 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box6.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}

.box7 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box7.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}

.box8 {
	height: 200px;
	width: 200px;
	background: #000000 url(http://www.overstuffed-closet.net/kylie/box8.jpg) no-repeat;
	display: block;
	float: left;
	padding: 0px;
}

/* Navigation Boxes */

.nav {
	height: 50px;
	width: 100px;
	background-color: #ff7c54;
	display: block;
	float: left;
	padding: 0px;
	text-align: center;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 50px;
	color: #ffffff;
}

.nav:hover {
	height: 50px;
	width: 100px;
	background-color: #ffffff;
	display: block;
	float: left;
	padding: 0px;
	text-align: center;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 50px;
	color: #ff7c54;
}


/* Footer */

#footer {
	clear: both;
	float: left;
	width: 780px;
	padding: 10px;
	background-color: #ff7c54;
	text-align: center;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	color: #ffffff;
	margin: 0 auto;
	
}

#footer a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

/* Body text classes */

ul {
	padding-left: 35px;
	text-align: justify;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	line-height: 145%;

}

li {
	padding-bottom: 3px;
	font: 11px Trebuchet MS;
	color: #999999;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 8px;

}