/*
 * Acknowledgments to:  
 * CSS AUTHORS - e-flux developers
 * http://wwww.e-flux.com
 * Copyright (c) 2007, e-flux All rights reserved.
 * */
 
 
 /* GENERAL */
BODY {
	background: white;
	font-size: 81.25%;
	font-family: tahoma, verdana, sans-serif;
	color: black;
}

A {
	color: black; 
    font-weight: bold;
	text-decoration: none;
}

A:hover {
 	color: #FF6600; 
}

#content P,
#content LI {
	line-height: 1.45;
    font-size: .9em;
}

.skip {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
A.list {
	background: white;
	margin: 0 0 0 28px;
	padding: 0 0 0 42px;
}


/* LAYOUT */
#page {
	width: 875px;
	padding: 0 0 0 35px;
}
	#content {
		margin:  0 0 0 -48px;
		padding: 30px 0 50px 48px;
		background: white;
	}
#banners {
	position: absolute;
	top: 78px;
	left: 945px;
}


/* HEAD */
#head {
	position: relative;
	height: 159px;
	background: white;
}
#logo {
	position: absolute;
	left: 0;
	top: 50px;
	display: block;
}
#head FORM {
	position: absolute;
	top: 104px;
	right: 4px;
}
#head FIELDSET {
	display: inline;
}
#head INPUT {
	font-size: .9em;
}
#head LABEL {
	display: none;
}
#menu {
	position: absolute;
	top: 108px;
	left: 390px;
	width: 480px;
}
#menu LI {
	float: left;
	margin: 0 15px 0 0;
}
#menu LI.active {
	color: #FF6600;	
}
#menu A {
	text-decoration: none;
	font-family: tahoma, verdana, sans-serif;
	font-size: .90em;
	color: black;
	display: block;
	position: relative;	
	overflow: hidden;
}
#menu A:hover {
	text-decoration: none;
	color: #FF6600;
}
#menu A SPAN {
	position: absolute;
	cursor: pointer;
}
#menu LI,
#menu LI SPAN {
	background: url(../img/menu.gif);
	height: 14px;
}
#menu .shows,
#menu .shows A,
#menu .shows SPAN {
	width: 43px;
}
#menu .shows, 
#menu .shows a span {
	background-position: 0 0;
}
#menu .shows a:hover span,
#menu #active.shows span {
	background-position: 0 14px;
}
#menu .clients,
#menu .clients A,
#menu .clients SPAN {
	width: 42px;
}
#menu .clients, 
#menu .clients a span {
	background-position: -58px 0;
}
#menu .clients a:hover span,
#menu #active.clients span {
	background-position: -58px 14px;
}
#menu .projects,
#menu .projects A,
#menu .projects SPAN {
	width: 49px;
}
#menu .projects, 
#menu .projects a span {
	background-position: -216px 0;
}
#menu .projects a:hover span,
#menu #active.projects span {
	background-position: -216px 14px;
}
#menu .teaching,
#menu .teaching A,
#menu .teaching SPAN {
	width: 58px;
}
#menu .teaching, 
#menu .teaching a span {
	background-position: -284px 0;
}
#menu .teaching a:hover span,
#menu #active.teaching span {
	background-position: -284px 14px;
}
#menu .about,
#menu .about A,
#menu .about SPAN {
	width: 38px;
}
#menu .about, 
#menu .about a span {
	background-position: -345px 0;
}
#menu .about a:hover span,
#menu #active.about span {
	background-position: -345px 14px;
}
#menu .research,
#menu .research A,
#menu .research SPAN {
	width: 58px;
}
#menu .research, 
#menu .research a span {
	background-position: -399px 0;
}
#menu .research.active span {
	background-position: -399px 14px;
}
#menu .research a:hover span,
#menu #active.research span {
	background-position: -399px 14px;
}
#menu .contact,
#menu .contact A,
#menu .contact SPAN {
	width: 50px;
}
#menu .contact, 
#menu .contact a span {
	background-position: -476px 0;
}
#menu .contact a:hover span,
#menu #active.contact span {
	background-position: -476px 14px;
}
#menu .rss,
#menu .rss A,
#menu .rss SPAN {
	width: 28px;
}
#menu .rss, 
#menu .rss a span {
	background-position: -545px 0;
}
#menu .rss a:hover span,
#menu #active.rss span {
	background-position: -545px 14px;
}


/* CONTENT */
#columns {
	background:white;
	overflow: hidden;
}
	#pageHead {
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		background: white;
		overflow: hidden;
	}
	P#pageHead,
	#pageHead UL {
		font-family: arial, helvetica, sans-serif;
		font-size: 1.5em;		
	}
		#pageHead .date {
			font-size: .77em;
			color: #A6A6A6;
			margin: 2px 0 10px 0;
			display: block;
		}
		#pageHead DIV {
			float: left;
		}
		#pageHead .image {
			margin: 0 35px 0 0;
			width: 350px;
		}
		#pageHead .image P {
			margin: 8px 0 0 0;
			font-size: .77em;
			color: #A6A6A6;
		}
		#pageHead H1 {
			font-family: arial, helvetica, sans-serif;
			font-size: 2.3em;
			font-weight: bold;
			margin: 0 0 12px 0;
		}
		#pageHead P {
			margin: 13px 0 0 0;
		}
		#pageHead P SPAN,
		P.dates SPAN,
		P.about SPAN {
			font-weight: bold;
		}
		P.dates {
			color: #A6A6A6;
		}
		#pageHead LI {
			float: left;
			margin: 0 .5em 0 0;
		}
		#pageHead UL A {
			color: black;
		}
		#pageHead UL A:hover {
			color: #FF6600;
			text-decoration: none;
		}
	#col1 {
		width: 367px;
		float: left;
	}
	#col2 {
		position: relative;
		width: 490px;
		float: left;
		margin: 0 0 0 18px;
	}
	#listings {
		margin: 0 0 16px 0;
	}
		#listings DIV {
			position: relative;
		}
		#listings H2 {
			background: white;
			height: 100px;
			text-indent: -9999px;
			width: 13px;
			position: absolute;
			left: -18px;
			top: -10px;
		}
			#listings .current H2 {
				top: 0;
			}
			#listings .january H2 {
				background-position: 0px -104px;
			}
			#listings .february H2 {
				background-position: 0px -208px;
			}
			#listings .march H2 {
				background-position: 0px -312px;
			}
			#listings .april H2 {
				background-position: 0px -416px;
			}
			#listings .may H2 {
				background-position: 0px -520px;
			}
			#listings .june H2 {
				background-position: 0px -624px;
			}
			#listings .july H2 {
				background-position: 0px -728px;
			}
			#listings .august H2 {
				background-position: 0px -832px;
			}
			#listings .september H2 {
				background-position: 0px -936px;
			}
			#listings .october H2 {
				background-position: 0px -1040px;
			}
			#listings .november H2 {
				background-position: 0px -1144px;
			}
			#listings .december H2 {
				background-position: 0px -1248px;
			}
		#listings H3,
		#listings.simple H2 {
			float: left;
			padding: 0 18px;
			font-family: arial, helvetica, sans-serif;
			font-size: 2.3em;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
		}
		#listings.simple H2 {
			position: relative;
			left: 0;
			top: 0;
			width: auto;
			height: auto;
			background: none;
			text-indent: 0;
		}
		#listings .current {
			padding-top: 10px;
		}
		#listings .current H2+H3 {
			color: #FF6600;
		}
		#listings UL {
			margin: 0 0 0 70px;
			min-height: 3.9em;
		}
		#listings LI {
			color: #A6A6A6;
		/*	height: 1.3em;  */
			overflow: hidden;
		}
		#listings A {
			color: black;
			font-weight: bold;
		}
		#listings A:hover {
			color: #FF6600;
			text-decoration: none;
		}
		#listings HR {
			border: 0;
			margin: 10px 0;
			height: 1px;
			color: #D9D9D9;
			background: #D9D9D9;
		}


/* TOOLS */
.tool {
	margin: 0 0 35px 0;
}
.tool H2 {
	margin: 0 0 6px 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
}
	.tool H2 SPAN {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	#tools H2 SPAN {
		background:white;
	}
	#forward H2 SPAN {
		background: white;
	}
	#blog H2 SPAN {
		background: white;
	}
#tools LI {
	display: block;
	margin: 7px 0 0 0;
}
#tools LI.first {
	margin-top: 0;
}
#tools A {
	padding: 0 0 0 22px;
	background: white;
    font-weight: normal;
    font-size: 1.1em;
	color: black;
}
#tools A:hover {
	text-decoration: none;
}
#tools A.print {
	background-position: 0 0;
}
#tools A.print:hover {
	background-position: 0 -48px;
}
#tools A.enlarge {
	background-position: 0 -95px;
}
#tools A.enlarge:hover {
	background-position: 0 -143px;
}
#tools A.pdf {
	background-position: 0 -190px;
}
#tools A.pdf:hover {
	background-position: 0 -238px;
}
#forward LABEL {
	display: block;
	color: #A6A6A6;
}
#forward INPUT {
	width: 204px;
	margin: 0 0 6px 0;
}
#forward .textSubmit  {
	width: 204px;
}
#forward .textSubmit INPUT {
    background: black none repeat scroll 0%;
    border: 1px solid black;
    color: white;
    padding 2px;
    width: auto;
	margin: 0;
}
#forward .textSubmit .submit {
	margin-top: 1px;
}
#blog P {
	color: #A6A6A6;
}
#blog P A {
	color: #A6A6A6;
	text-decoration: underline;
}
#blog P A:hover {
	color: #ff6600;
}
#blogForm {
	display: none;
}
#blogForm.active {
	display: block;
	margin: 6px 0 0 0;
}
#blog TEXTAREA {
	width: 204px;
	height: 104px;
}


/* TEASERS */
DIV.feature,
DIV.teaser {
	border-top: 1px solid #E0E0E0;
	padding: 23px 23px 23px 0;
	overflow: hidden;
}
DIV.feature.first,
DIV.teaser.first {
	border: 0;
	padding-top: 0;
}
DIV.feature IMG {
	margin: 0 0 25px 0;
}
DIV.feature H1 {
	margin: 0 0 16px 0;
	font-weight: bold;
}
DIV.feature P {
	margin: 1em 0 0 0;
}
DIV.teaser H1 {
	margin: 0 0 25px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
DIV.teaser IMG {
	float: left;
}
DIV.teaser P,
DIV.teaser SPAN {
	padding: 0 0 0 114px;
}
DIV.teaser .event {
	display: block;
	color: #ABABAB;
}
P.more {
	margin: 1em 0 0 0 !important;
	color: #ABABAB;
}


/* FOOT */
#foot {
	background: url(../img/line_dashed.gif) no-repeat top left;
	padding: 20px 0 20px 0;
	font-size: .92em;
	line-height: 1.5;
}
	#foot .vcard {
		margin: 0 0 15px 0;
	}
	#foot A {
		color: black;
		text-decoration: underline;
	}
	#foot A:hover {
		color: #FF6600;
	}
	#foot .fn.org {
		width: 39px;
		height: 12px;
		background: url(../img/logo_eflux_small.gif) no-repeat 0 0;
		text-indent: -9999px;
		margin-bottom: 5px;
	}


/* ARTICLE */
BODY.article #pageHead H1 {
	width: 290px;
	font-size: 1.7em;
}
	BODY.article.wideImage #pageHead H1 {
		width: 650px;
	}
BODY.article A {
	font-weight: normal;
}
BODY.article DIV#col1 {
	width: 595px;
}
BODY.article DIV#col1 H2 {
	font-weight: bold;
}
BODY.article DIV#col1 P {
	margin: 0 0 13px 0;
}
BODY.article DIV#col1 IMG {
/*	margin: 7px 0 0 0; */
}
BODY.article DIV#col2 {
	width: 220px;
	margin: 3pt 0 0 55px;
}
BODY.article DIV#columns {
	background-position: 620px 0px;
    background: white;
}
BODY.article.largeFont DIV#col1 P {
	font-size: 1.4em;
}

BODY.article.largeFont DIV#col1 H2 {
	font-size: 1.4em;
}

/* this is here for old announcements */
BODY.article.largeFont SPAN, BODY.article.largeFont TD {
	font-size: 1.1em !important;
}

/* FORM PAGES */
BODY.form #col1 P {
	font-size: 20px;
}
BODY.form #col2 LABEL {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	position: relative;
}
BODY.form LEGEND {
	visibility: hidden;
}
BODY.form #col2 INPUT,
BODY.form #col2 TEXTAREA {
	font-size: 1.4em;
	padding: 5px;
	margin-bottom: 15px;
	width: 350px;
	color: #666;
}
BODY.form TEXTAREA {
	height: 150px;
	display: block;
}
BODY.form #col2 INPUT.submit {
	width: 61px;
	height: 16px;
	border: 0;
	background: white;
	padding: 16px 0 0 0;
	margin-top: 20px;
	cursor: pointer;
}
BODY.form LABEL SPAN {
	display: block;
	width: 99%;
	height: 100%;
	position: absolute;
}
BODY.form #col1 P {
	position: relative;
	overflow: hidden;
	height: 95px;
	width: 99%;
}
BODY.form #col1 P SPAN {
	display: block;
	width: 100%;
	height: 95px;
	position: absolute;
}




/* JOURNAL */

#journal {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#journal DIV#articles {
    width: 600px;
}

#journal DIV#articles P.title {
    font-size:24px;
    font-weight: normal;
    line-height:1.3em;
    margin-bottom:1em;
}

#journal DIV#first-article P.title {
    font-weight: normal;
     font-size:40px;
}

P.title EM {
    font-style: italic;
}

#journal DIV#articles P.excerpt,  #journal DIV#first-article P.excerpt {
    font-weight: normal;
}

#journal DIV#first-article {
    border-top: none;
    margin-bottom:20px;
    padding-bottom:50px;
    padding-top:20px;
}

#journal #articles #article {
    border-top:1px dashed black;
    margin-bottom:20px;
    padding-bottom:50px;
    padding-top:20px;
}

#journal #articlemenu {
    float: right;
    clear: both;
    padding-left: 20px;
    padding-bottom: 80px;
    width: 200px;
}
#journal #articlemenu LI A {
    text-transform:uppercase;
    font-weight: normal;
}

#journal #articlemenu SPAN.jimagecaption {
    font-size: 13px;
}

#journal p.author {
    font-size:1em;
    line-height:100%;
    text-decoration: underline;
}

#journal p.journaltitle {
    clear:left;
    display:block;
    font-size:4em;
    font-style:italic;
    line-height:100%;
    text-decoration: underline;
}

#journal P.intro {
    font-size:1.5em;
    font-style:italic;
    margin-top:1em;
}

#journal P {
    font-size:1.1em;
    line-height:1.3em;
    margin-bottom:1em;
}

#journal DIV.body {
    min-height: 500px;
}


#minimenu {
    font-size:12px;
    margin-bottom:20px;
}

#minimenu a p {
    background-color: black;
    color: white;
    text-decoration: none;
    line-height: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#minimenu a p:hover {
    background-color:white;
    color:black;
}

#minimenu a p, .page #content #minimenu a em {
    display:inline;
    font-size:1em;
}

/* CONTACT PAGE */
BODY.form.contact #col1 P SPAN {
	background: url(../img/contact_texts.gif) no-repeat 0 0;
}
BODY.form.contact #emailLabel SPAN {
	background: url(../img/contact_texts.gif) no-repeat 0px -104px;
}
BODY.form.contact #pnameLabel SPAN {
	background: url(../img/contact_texts.gif) no-repeat 0px -156px;
}
BODY.form.contact #messageLabel SPAN {
	background: url(../img/contact_texts.gif) no-repeat 0px -207px;
}
BODY.form.contact H1 {
	font-size: 30px;
	font-weight: bold;
	font-family: arial;
	margin: 0 0 20px 0;
}
BODY.form.contact H1 SPAN {
	color: #ff6600;
}


/* ABOUT PAGE */
BODY.about #columns H1 {
	margin: 0 0 16px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
BODY.about #columns H2 {
	font-weight: bold;
}
BODY.about #columns UL {
	list-style-type: disc;
	padding: 0 0 0 1.3em;
}
BODY.about #col1 {
	width: 350px;
	padding: 0 17px 0 0;
}
BODY.about #col1 P {
	margin: 0 0 13px 0;
}
BODY.about #col2 DIV {
	margin: 0 0 13px 0;
}
BODY.about #col2 SPAN {
	font-style: italic;
}


/* CLIENTS PAGE */
BODY.clients H1 SPAN {
	background: url(../img/clients_texts.gif) no-repeat 0px 0px;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
}
BODY.clients H1 {
	position: relative;
}
BODY.clients DIV#listings LI A {
	font-weight: normal;
}
BODY.clients #pageHead LI A {
	background: url(../img/clients_texts.gif) no-repeat 0px -81px;
	height: 21px;
	width: 13px;
	text-indent: -9999px;
	display: block;
}
	BODY.clients #pageHead LI A#a {
		background-position: -0px -81px;
	}
	BODY.clients #pageHead LI A#b {
		background-position: -39px -81px;
	}
	BODY.clients #pageHead LI A#c {
		background-position: -78px -81px;
	}
	BODY.clients #pageHead LI A#d {
		background-position: -116px -81px;
	}
	BODY.clients #pageHead LI A#e {
		background-position: -155px -81px;
	}
	BODY.clients #pageHead LI A#f {
		background-position: -194px -81px;
		width: 8px;
	}
	BODY.clients #pageHead LI A#g {
		background-position: -226px -81px;
	}
	BODY.clients #pageHead LI A#h {
		background-position: -266px -81px;
	}
	BODY.clients #pageHead LI A#i {
		background-position: -304px -81px;
		width: 8px;
	}
	BODY.clients #pageHead LI A#j {
		background-position: -335px -81px;
		width: 8px;
	}
	BODY.clients #pageHead LI A#k {
		background-position: -367px -81px;
	}
	BODY.clients #pageHead LI A#l {
		background-position: -405px -81px;
		width: 8px;
	}
	BODY.clients #pageHead LI A#m {
		background-position: -438px -81px;
		width: 18px;
	}
	BODY.clients #pageHead LI A#n {
		background-position: -481px -81px;
	}
	BODY.clients #pageHead LI A#o {
		background-position: -519px -81px;
	}
	BODY.clients #pageHead LI A#p {
		background-position: -559px -81px;
		width: 12px;
	}
	BODY.clients #pageHead LI A#q {
		background-position: -597px -81px;
		width: 16px;
	}
	BODY.clients #pageHead LI A#r {
		background-position: -637px -81px;
		width: 10px;
	}
	BODY.clients #pageHead LI A#s {
		background-position: -671px -81px;
	}
	BODY.clients #pageHead LI A#t {
		background-position: -708px -81px;
	}
	BODY.clients #pageHead LI A#u {
		background-position: -742px -81px;
	}
	BODY.clients #pageHead LI A#v {
		background-position: -780px -81px;
	}
	BODY.clients #pageHead LI A#w {
		background-position: -817px -81px;
		width: 18px;
	}
	BODY.clients #pageHead LI A#x {
		background-position: -860px -81px;
	}
	BODY.clients #pageHead LI A#y {
		background-position: -897px -81px;
	}
	BODY.clients #pageHead LI A#z {
		background-position: -934px -81px;
	}
	BODY.clients #pageHead LI A#other {
		background-position: -972px -81px;
		width: 48px;
	}
	
	
	/* HOVERS */
	BODY.clients #pageHead LI A#a:hover {
		background-position: -0px -155px;
	}
	BODY.clients #pageHead LI A#b:hover {
		background-position: -39px -155px;
	}
	BODY.clients #pageHead LI A#c:hover {
		background-position: -78px -155px;
	}
	BODY.clients #pageHead LI A#d:hover {
		background-position: -116px -155px;
	}
	BODY.clients #pageHead LI A#e:hover {
		background-position: -155px -155px;
	}
	BODY.clients #pageHead LI A#f:hover {
		background-position: -194px -155px;
	}
	BODY.clients #pageHead LI A#g:hover {
		background-position: -226px -155px;
	}
	BODY.clients #pageHead LI A#h:hover {
		background-position: -266px -155px;
	}
	BODY.clients #pageHead LI A#i:hover {
		background-position: -304px -155px;
	}
	BODY.clients #pageHead LI A#j:hover {
		background-position: -335px -155px;
	}
	BODY.clients #pageHead LI A#k:hover {
		background-position: -367px -155px;
	}
	BODY.clients #pageHead LI A#l:hover {
		background-position: -405px -155px;
	}
	BODY.clients #pageHead LI A#m:hover {
		background-position: -437px -155px;
	}
	BODY.clients #pageHead LI A#n:hover {
		background-position: -481px -155px;
	}
	BODY.clients #pageHead LI A#o:hover {
		background-position: -519px -155px;
	}
	BODY.clients #pageHead LI A#p:hover {
		background-position: -559px -155px;
	}
	BODY.clients #pageHead LI A#q:hover {
		background-position: -597px -155px;
	}
	BODY.clients #pageHead LI A#r:hover {
		background-position: -637px -155px;
	}
	BODY.clients #pageHead LI A#s:hover {
		background-position: -671px -155px;
	}
	BODY.clients #pageHead LI A#t:hover {
		background-position: -708px -155px;
	}
	BODY.clients #pageHead LI A#u:hover {
		background-position: -742px -155px;
	}
	BODY.clients #pageHead LI A#v:hover {
		background-position: -780px -155px;
	}
	BODY.clients #pageHead LI A#w:hover {
		background-position: -817px -155px;
	}
	BODY.clients #pageHead LI A#x:hover {
		background-position: -860px -155px;
	}
	BODY.clients #pageHead LI A#y:hover {
		background-position: -897px -155px;
	}
	BODY.clients #pageHead LI A#z:hover {
		background-position: -934px -155px;
	}
	BODY.clients #pageHead LI A#other:hover {
		background-position: -972px -155px;
	}





/* PROJECTS PAGE */
BODY.projects #pageHead {
	position: relative;
	font-size: 1.4em;
	height: 100%;
}
BODY.projects #pageHead SPAN {
	position: absolute;
	display: block;
	width: 100%;
	height: 99%;
	background: url(../img/projects_texts.gif) no-repeat 0 0;
}



/* SEARCH RESULT PAGE */
BODY.search #content {
	padding-top: 24px;
}
BODY.search #content {
	font-size: 1.5em;
}
BODY.search #content A {
	font-size: 0.65em;
}
BODY.search #content H1 {
	margin: 0 0 12px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
BODY.search #content B {
	font-weight: normal;
}
BODY.search #content UL {
	margin: 25px 0 0 0;
	padding: 35px 0 0 0;
	background: url(../img/line_dashed.gif) no-repeat top left;
}
BODY.search #content LI {
	margin: 0 0 0 1.3em;
	padding: 0 0 1em 0;
	font-size: 0.65em;
	list-style-type: disc;
}
BODY.search #content LI A { 
	font-size: 1em;
}
BODY.search #content LI B {
	font-weight: bold;
}
BODY.search #content LI B A {
	color: black;
}
BODY.search #content LI B A:hover {
	color: #FF6600;
	text-decoration: none;
}


/* FORM ERROR HANDLING */
.error {
	border: 1px dashed #FF6600;
	padding: 30px 10px 10px 10px;
	color: #FF6600;
	width: 340px;
	margin: 20px 0 0 0;
	display: none;
	background: url(../img/validation_heading.gif) no-repeat 10px 10px;
}
	.article .error {
		width: 190px;
		margin: 0px 0px 10px 0px;
	}
.error UL {
	list-style-type: square;
	padding-left: 1em;
}


/* FIELDS */
INPUT,
TEXTAREA {
	border: 1px solid #C4BFBC;
	padding: 3px;
	font-family: tahoma;
}
.textSubmit {
	width: 157px;
	overflow: hidden;
	padding: 3px 0;
}
#head INPUT {
	border: 1px solid #C4BFBC;
	width: 100px;
}
#head INPUT.submit {
	width: 50px !important;
	cursor: pointer;
	padding: 2px;
	background: black;
	color: white;
	bordeR: 1px solid black;
}


/* BANNERS */
#banners IMG {
	display: block;
	margin: 0 0 16px 0;
}


/* GRID */
/*
BODY {
	background: url(../img/grid.gif);
}
#content {
	background: none;
}
*/

#leftlogo {
  float: right;
  padding-bottom: 4px;
}

#firsthr {
  clear: both;
}
