@charset "UTF-8";
/* Peter Elsbeck 02-25-2010 */ 
/* www.elsbeck.com */ 


/* SHARED PAGE SETUP */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
}

img {
	border: none;
}


/* STUFF CONSISTANT ON EVERY PAGE */

a#big {
	font-weight: bolder;
}


/* LEFT LINK MENU GLOBAL PROPERTIES */ 

.main_nav a:link { 
	text-decoration: none;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 1px;
	padding-bottom: 1px;
}
	
.main_nav a:visited {
	text-decoration: none;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 1px;
	padding-bottom: 1px;

}

.main_nav a:hover {
	background-color: #ec008c;
}


.main_nav a:active { 
	text-decoration: none;
}


/* CURRENT PAGE MARKER */ 

a#selected {
	background-color: #ec008c;
}


/* PLACEMENTS GLOBAL */ 

img#logo {
	position: fixed;
	top: 30px;
	left: 60px;	
}

div#linx {
	position: fixed;
	top: 110px;
	left: 0px;	
}


/* PROJECT IMAGE GLOBAL */ 

img#imagescroll {
	min-height: auto;
	min-width: 800px;

	width: 100%;
	height: auto;

}


img#imagefixed {
	min-height: 100%;
	min-width: 800px;

	width: 100%;
	height: auto;
	
	position: fixed;
	top: 0;
	left: 0;
}
