* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(../images/bg2.jpg) no-repeat #590342 fixed;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer {clear: both;}

p,ul {
	padding-bottom: 10px;
}

h1 {
	font-size: 2.0em;
	color: #000934;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
}

h2 {
	font-size: 1.3em;
	font-weight: 500;
	margin: 3px 0 0 0;
	color: #c547cf;
	padding: 0;
}

h3 {
	font-size: 12px;
}

/* Back to Top Button */
#gotop {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

#gotop img {
	border: none;
	border-collapse: collapse;
}



/* structure */
#container {
	margin: 10px auto;
	padding: 10px;
	width: 820px;
}

#header {
	width: 800px;
	margin: 0;
	height: 460px;
	font-size: 15px;
	line-height: 18px;
	font-family: Arial;
	color: #000934;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.2em;
	background:  url(../images/dvd_gallery.jpg) #fff no-repeat top right;
	padding: 10px;
}

#header a {
	color: #c547cf;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#header li {
	list-style:  none;
	margin-left: 10px;
	font-size: 12px;
}

/* main */
#main {
	clear: both;
	margin-top: 20px;
	padding: 10px 10px;
}



/* content */
#content {
	font-family: Arial;
	color: #000934;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.2em;
}
#content .category {
	font-size: 2.5em;
	color: #c547cf;
	margin: 10px 0 10px 0;
	background: url(../images/bg_nav_even_darker.png) repeat;
	padding: 17px 0 8px 10px;
	height: 30px;
}

#content .category a{
	font-size: 12px;
	color: #fff;	
}

#content .item {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	line-height: 17px;
	border: 1px solid #EEE;
	border-top: none;
	background-color: #fff;
}

#content .col1 { 
 display: inline;
 padding: 0px;
 width: 260px;
 float: left;
}

#content .col2 { 
 float: left;
 padding: 0px;
 width: 260px;

}

#content .col3 { 
 display: inline;
 position: relative;
 padding: 0px;
 width: 260px;
 float: right;
}


#content li {
	list-style:  url(../images/li.gif);
	margin-left: 30px;
}

#content li a {
	color: #369
}

#content li a:hover {
	color: #369	
}


/* floats */
.left {float: left;}
.right {float: right;}
