@charset "utf-8";
/* CSS Document */

/* Begin CSS Reset */
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;
}

/* 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;
}
/* end CSS reset */

body {
	background: #553945;
	font: 16px Verdana, Geneva, sans-serif;
	color: #553945;
}
#navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 176px;
	height: 595px;
	z-index: 1;
	line-height: 1px;
	font-size: 1px;
}
#framewrapper {
	position: absolute;
	left: 176px;
	top: 0px;
	width: 759px;
	background: url(../images/frame_bg.jpg) repeat-y top ;
}
#frametop {
	width: 759px;
	height: 86px;
	z-index: 1;
	background: url(../images/frametop.jpg) no-repeat left top;
}
#frameleft {
	float: left;
	width: 20px;
	height: 455px;
	z-index: 1;
	background: url(../images/frameleft.jpg) no-repeat left top;
}
#content {
	float: left;
	width: 724px;
	z-index: 1;
	background: #E9DACF;
}
/* #frameright {
	position: absolute;
	left: 920px;
	top: 86px;
	width: 15px;
	height: 804px;
	z-index: 1;
	background: url(../images/frameright.jpg) no-repeat left top; 
}*/
#framebottom {
	clear: both;
	width: 759px;
	height: 46px;
	z-index: 1;
	background: url(../images/framebottom.jpg);
}
#storetable {
	height: 678px;
	width: 724px;
	border: 1px #553945 solid;
}
#storetable td {
	vertical-align: middle;
	border: 1px #553945 solid;
}
.storetableimg {
	border: none;
}
#youtube {
	height: 496px;
	width: 700px;
	background: url(../images/youtube_bg.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#createdby {
	background: #553945;
	font: 9px Verdana, Geneva, sans-serif;
	color: #E8DACF;
	text-align: center;
	padding: 5px;
}
#createdby a, #createdby a:visited {
	color: #E8DACF;
}