* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#fff;
	padding: 0px;
	margin: 0px;
}
a {color: #fff; text-decoration: none;}
a:visited {color:#fff;}
a:hover {color: #000000;}
a:active { color:#000000;}


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

h2 {
	font-size: 14px;
	font-weight: normal;
}



/* ----------container------------------------ */
#container {
	width: 958px;
	margin: 10px auto 0;
	background-color: #fff;
}

p {
	padding: 0 20px 15px 25px;
	margin:0;
	text-align: justify;
	width: 500px;
}

h1 {
	margin:0;
	padding: 2px 25px 15px;
}
h2 {
	padding: 5px 25px;
	margin:0;
}

h3 {
	padding: 5px 25px 5px 30px;
	margin:0;

}


/* ----------header-------------------------- */
#header {
	background: #fff;
	width: 958px;
	margin-bottom: -2px;
}

/* ----------wrapper------------------------- */
#wrapper {
	width: 801px;
	margin-left: 85px;
	background-color: #AA1622;
}

#wrapper ul {
	list-style-type: none;
	display: inline;
	background-color: #AA1622;
}

#wrapper ul li {
	list-style-type: none;
	display: inline;
	float: left;
	background-color: #AA1622;
}


#listcontent {
	list-style-type: none;
	display: inline;
	background-color: #AA1622;
	float: left;
}

#listsidebar {
	background-color: #AA1622;
}
/* ----------sidebar------------------------- */
#sidebar {
	background-color: #AA1622;
	width: 150px;
	padding: 50px 10px 50px 30px;
	float: left;

}

#sidebar ul {
	list-style-type: none;
	background-color: #AA1622;
	
}

#sidebar ul li {
	list-style-type: none;
	padding-bottom: 20px;
	background-color: #AA1622;
	

}

/* ----------content------------------------- */
#content {
	background: #AA1622 url(img/back_girl.jpg) no-repeat center bottom;
	width: 611px;
	vertical-align: top;
	padding-top: 5px;
	float: left;
	clear: both;
}

#zumShop {
	position: relative;
	top: 10px;
	left: 170px;
}

/* ----------footer------------------------- */
#footer {
	width: 801px;
	height: 40px;
	clear: left;
	text-align: right;
	background: #fff url(img/footer.gif) no-repeat;
	padding: 0;
	margin-left: 85px;
	padding-top: 8px;
}

