body, html {
	background: #000;
	margin: 0;
	padding: 0;
	color: #fff;
	min-width: 800px;
}
body, #mainnav {
	width: expression(document.body.clientWidth > 800? "800px": "auto" );
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #CC0000;
	margin: 2px 0 2px 0;
	font-weight: 300;
}
h3 {
	font-size: 13px;
	color: #c00;
	margin: 3px 0;
	font-weight: 300;
}
div, img {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a:link {
	color: #fff;
}
a:visited {
	color: #bbb;
}
p {
	margin: 1px 0 3px 0;
/*	line-height: 1.1em;*/
}

/* backgrounds */
body#march { 
	background: #000 url(../images/backgrounds/background01.jpg) top left repeat;
}
body#cause {
	background: #000 url(../images/backgrounds/background02.jpg) top left repeat;
}
body#solution {
	background: #000 url(../images/backgrounds/background03.jpg) top left repeat;
}
body#adopt {
	background: #000 url(../images/backgrounds/background04.jpg) top left repeat;
}
body#mimulator {
	background: #000 url(../images/backgrounds/background05.jpg) top left repeat;
}

h1, h3, .insetbox, #subnav, #mainpolaroid {
	font-family: Impact, "Helvetica Neue Condensed Black", Helvetica, Arial, sans-serif;
}
.insetbox, #footer {
	font-family: "Helvetica Neue Condensed Bold", Helvetica, Arial, sans-serif;
}
#photoholder {
	line-height: 0px;
}
#rightcol {
	font-family: Courier, "Courier New", "Andale Mono", monospace;
	font-size: 13px;
/*	font-weight: 700;*/
	padding: 30px 40px 0 20px;
}
#rightcol .insetbox {
	float: right;
	width: 150px;
	background: #fff;
	color: #000;
	text-transform: uppercase;

	font-size: 9px;
	text-align: center;
	padding: 10px 10px 12px 10px;
	margin: 3px;

}
#rightcol .insetbox a {
	color: #C00;
}
#content {
	overflow: auto;
	margin-bottom: 5px;
}

#subnav {
	text-transform: uppercase;
	font-weight: 300;
	padding: 11px 115px 20px 35px;
	font-size: 17px;
}
#subnav a {
	color: #CC0000;
	text-decoration: none;
}

#mainnav {
	margin: 40px 0 0 35px;
}
#mainnav img {
	margin-right: 24px;
}
#mainnav #logo {
	margin: 0;
}
#mainnav #nav_current {
	width: 94px;
}
#mainnav #nav_current #reddot {
	margin: 0;
	position: relative;
	top: -30px;
	left: -100px;
}

#footer {
	margin-top: 10px;
	font-size: 11px;
	text-align: right;
	width: 800px;
}
#footer, #footer a {
	color: #C00;
	text-decoration: none;
}

/* ---- the cause ---- */
#cause #photoholder {
	width: 350px;
	height: 454px;
	line-height: 0px;
}
#cause #rightcol {
	position: absolute;
	top: 0;
	left: 351px;
	width: 450px;
}
#cause #content {
	height: 375px;
}
#cause #rightcol #subnav {
	background: transparent url(../images/cause_subnav_bg.jpg) top left no-repeat;
	width: 366px;
	height: 46px;
}
#cause #rightcol #subnav span {
	padding-right: 50px;
}
#cause .history p {
	margin-bottom: 7px;
}

/* ---- the solution ---- */
#solution #photoholder {
	width: 429px;
	height: 453px;
	line-height: 0px;
}
#solution #rightcol {
	position: absolute;
	top: 0;
	left: 430px;
	width: 370px;

}
#solution #content {
	height: 400px;
}
#solution #rightcol #subnav {
	margin-top: 0;
	background: transparent url(../images/cause_subnav_bg.jpg) top left no-repeat;
	width: 366px;
	height: 46px;
	padding-right: 0;
}

/* ---- mimulator ---- */
#mimulator #photoholder {

}

#mimulator #rightcol {
	position: absolute;
	top: 0;
	left: 547px;
	width: 253px;
	
}

/* ---- mime march ---- */
#march #rightcol {
	position: absolute;
	top: 0;
	left: 351px;
	width: 450px;

}
#march #rightcol #subnav {
	background: transparent url(../images/adopt_subnav_bg.jpg) top left no-repeat;
	width: 359px;
	height: 48px;
	padding: 11px 20px 0px 20px;
	margin: 20px 0 0 0;
}
#march #rightcol #subnav .leftlink {
	float: left;
	padding-right: 30px;
}
#march #gallery_thumbs {
	width: 400px;
}
#march #gallery_thumbs img {
	margin: 6px 6px;
	border-top: 3px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 12px solid #fff;
	border-left: 4px solid #fff;
}
#march #selected_photo {
	text-align: center;
}
#march #selected_photo img {
	margin: 0px auto;
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 40px solid #fff;
	border-left: 8px solid #fff;

}
#march #content {
	height: 380px;
	width: 420px;
}
#march #photonav {
	text-align: right;
}
#march #videoholder {
	background: #fff;
	width: 380px;
	height: 300px;
	margin: 20px 0 0 20px;
}
#march #videoholder embed, #march #videoholder object {
	margin: 10px 0 0 5px;
}

#march.videopage #rightcol {
	position: absolute;
	top: 0;
	left: 400px;
	width: 400px;
}
#march.videopage #rightcol #subnav {
	margin-top: 0;
}
#march.videopage #content img {
	margin: 3px 10px 3px 5px;
}
