/* reset css a la meyer, v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start the fun */

body,div,a,p {
	font: normal 14px arial;
}

body { 
	background: #484848; 
	margin: 24px;
}

div,p {
	color:#FFF;
	line-height:17px;
}

a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#AAA;
}
a.active {
	color:#E9C91D;
}

#container {
	width:960px;
}
	
.shelve_space {
	height:136px;
	border-bottom:24px solid #565656;
	line-height:140px;
}

.shelve_space img {
	width:135px;
	height:135px;	
}
 
#nav {
	line-height:24px;
	background:#565656;		
}

.right10m {
	margin:0 26px 0 0;
}

#left_space {
	float:left;
	width:180px;
	margin:135px 0 0 0;		
}

#left_space_plus {
	float:left;
	width:205px;
	margin:135px 0 0 0;		
}

#right_space {
	float:left;
	width:450px;
	margin:135px 0 0 20px;		
}

#bottom_space {
	margin:-15px 0 0 0;
	border:0px solid #FFF;
	float:left;
}

.clear_all{
	clear:both;
	line-height:0px;
	height:0px;
}

.yellow {
	color:#E9C91D;
}
