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;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin: 0;
	height: 100%;
	width: 100%;
	color: #999;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
}

a {
	color: #000;
	text-decoration: none;
}

#wrap {
	position: relative;
	width: 100%;
	min-width: 990px;
	height: 100%;
}

#wrap_l {
	position: fixed;
	top: 0;
	left: 50%;
	height: 100%;
	width: 690px;
	margin: 0px 0px 0px -495px;
	background-image: url(../images/ident_lrg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#wrap_r {
	float: right;
	width: 300px;
	height: 100%;
}

#candy_l {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -260px;
	height: 500px;
	padding: 1px;
	width: 686px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#candy_r {
	padding: 1px;
}

#candy_r a {
	display: block;
	height: 45px;
	padding: 5px 10px;
	margin: 0px 0px 1px 0px;
	border-bottom: 1px solid #CCC;
	background-color: #fff;
	background-image: url(../images/px_wht.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#candy_r a:last-child {
	border-bottom: none;
}

#candy_r a.selected {
	background-color: #000;
	color: #FFF;
}

#nav {
	margin-bottom: 55px;
	background-color: #FFF;
}

#title {
	width: 666px;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 45px;
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
	background-image: url(../images/px_wht.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#title .link {
	margin-left: 10px;
	color: #333;
	border-bottom: 1px solid #666;
}

#title .link:hover {
	color: #CCC;
}

.inf {
	font-size: 10px;
	color: #666;
}

#content {
	width: 686px;
	color: #999;
	height: 443px;
	margin-top: 1px;
}

#main {
	background-color: #000;
	height: 320px;
	padding: 5px 5px 6px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	background-image: url(../images/px_wht.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#main .mr_sho {
	cursor: pointer;
}

#bttm {
	background-color: #000;
	margin-top: 1px;
	padding: 10px 10px;
	height: 91px;
	position: relative;
	color: #CCC;
}

#bttm .caption {
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	letter-spacing: 1px;
	font-style: italic;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#bttm em {
	color: #666;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 10px;
}

#bttm p {
	margin-bottom: 4px;
}

.clearer {
	clear: both;
}
