/* ---------------------------------------------- */
/* ------------ J28 Media Stylesheet ------------ */
/* ---------------------------------------------- */

/* ----- Undoing Defaul HTML Specifications ------ */

/* normalizes link decoration */
:link, :visited { text-decoration:none }

/* normalizes list styling */
ul, ol { list-style:none }

/* normalizes sizes of headings and pre/code/kbd */
h1, h2, h3, h4, h5, h6, pre, code, kbd { font-size:1em; }

/* normalizes the margins and padding for all elements that have a default specifications for them */
dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }

/* normalizes image borders */
a img,:link img,:visited img,abbr { border:0 }

/* de-italicizes address, abbr elements */
address,abbr { font-style:normal }


/* Global 
------------------------------------------------ */

body {
	color:#fff;
	background-color:#000;
	font: 12px/1.3em verdana, geneva, sans-serif;
}

h1 {
	font-size:2em;
}

h2 {
	margin-bottom:.2em;
	color:#fa0064;
	font-size:1.2em;
}

p {
	margin-bottom:0.8em;
}

a, a:link, a:visited {
	color:#fff;
}

a:hover {
	color:#fa0064;
}


/* Structure
----------------------------------------------- */

#wrapper {
	margin:20px auto 40px auto;
	position:relative;
	width:994px;
	position:relative;
}

#header {
	text-align:center;
}

#nav {
	position:absolute;
	top:130px;
	left:102px;
	font-size:1.4em;
}

#subnav {
	position:absolute;
	top:175px;
	padding-right:3px;
	width:133px;
	height:360px;
	overflow:auto;
}

#content {
	position:absolute;
	top:175px;
	right:0px;
	padding:0 23px 40px 0;
	width:335px;
	height:320px;
	overflow:auto;
}

/* created by Tomo, Oct.17th, 2007  */
#contentNoScroll { 
	position:absolute;
	top:175px;
	right:0px;
	padding:0 23px 40px 0;
	width:335px;
}

#images {
	position:absolute;
	top:175px;
	left:140px;
	width:480px;
	height:360px;
	overflow:auto;
}

/* created by Tomo, Oct.17th, 2007  */
#imagesNoScroll {
	position:absolute;
	top:175px;
	left:140px;
	width:480px;
}

#footer {
	
}


/* Navigation
----------------------------------------------- */

ul#nav li {
	float:left;
	margin-right:1em;
}

ul#nav li a {
	color:#fff;
}

ul#nav li a:hover {
	color:#fa0064;
}


/* Content
----------------------------------------------- */

#subnav li {
	margin-bottom:5px;
}


/* Sidebar
----------------------------------------------- */




/* Footer
----------------------------------------------- */