
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background-color: white;
	background-image:   url("/images/interface/bg_main.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 0;
	background-attachment: fixed;
}
/* .............................................................. Header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	text-indent: -1000px;

}

/* .............................................................. Navigation */

#navigation {
	position: absolute;
	left: 550px;

	bottom: 100px;
	top: 0px;
	right: 0px;
	padding-top: 90px;
	height: 80px;
	overflow: auto;
	
	font-family: "Courier New", Courier, mono;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
	background-color: white;
	z-index: 10;
}

body > #navigation {
	position: fixed;
}

#navigation a {
	color: black;
	text-decoration: none;
}

#navigation a:hover, #navigation a.currentlink {
	background-image:   url("/images/interface/thick-line.gif");
	background-repeat: repeat-x;
	background-position: -20% 20px;
	padding-bottom: 25px;

}

/* .............................................................. Content */
#content {
	position: absolute;
	left: 550px;
	right: 100px;
	top: 170px;
	max-width: 400px;
	min-width: 300px;

	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	padding-bottom: 120px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h5, #content h6 {
	font-size: 1.1em;
}

#content h2 {
	font-size: 1.2em;
	background-image:   url("/images/interface/thick-line.gif");
	background-repeat: repeat-x;
	background-position: -60% 20px;
	padding-bottom: 25px;
}

#content h3 {
	color: #2A8100;
	font-weight: bold;
	padding-bottom: 0;
}


#content #news h3 {
	color: #2A8100;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -1em;
	padding-bottom: 0;
}

#content #news h5 {
	text-align: right;
	font-style: italic;
	font-size: 1em;
	margin-top: -1em;
	padding-top: 0;
}

#content h6 {
        text-align: right;
        font-style: italic;
        font-size: 1em;
        margin-top: -1em;
        padding-top: 0;
}


#content a {
	color: #000000;
	/*background-color: #FFFE05;*/
	background-image:   url("/images/interface/highlighter.jpg");

	background-position: left top;
	text-decoration: none;

	padding: 2px;
}


/* .................. sidebar */
#extras {

}
body > #extras {
	position: fixed;
	height: 100%;
	width: 150px;
	left: 1200px;
	z-index: 100;
	
	background-image:   url("/images/interface/sidebar.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}

/* .............................................................. Left Bottom Links - under image */

#link-sxsw, #link-myspace, #link-newsletter {
	position: fixed;
}

#link-sxsw img, #link-myspace img, #link-newsletter img {
	border: 0px;
}

#link-sxsw {
	left: 64px;
	top: 505px;
}

#link-myspace {
	left: 281px;
	top: 482px;
}

#link-newsletter {
	left: 281px;
	top: 517px;
}


/* .............................................................. Links  */


a.image {
	background: transparent;
	background-image: none !important;
}


/* ........................................................ Form Elements */

form .textfield {
	border: 2px solid black;
}

input.button {
	border: 2px solid black;
	background-color: #F69915;
	color: black;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	
}

/* .............................................................. Misc  */

ul li {
	margin-top: 4px;
	margin-bottom: 4px;	
}

