/* for screen widths 1024 or greater - sets width to static 1024 */

.testing {
	border: 5px solid red;
	}

#outercontainer {
	position:relative;
	width: 990px ;
	}

#innercontainer {} /* Put this in for redundancy? In case it's needed for making IE comply ? */

#header {
	background-color:#ffffcc;
	position: absolute;
	width:990px;
	height:150px;
	}

#donate_button {
	top:25px;
	}

#flags {
	position: absolute;
	left: 0px;
	top:160px;
	width: 70px;
	height: 24px;
	}

#navigation {
	position: absolute;
	left:0px;
	top:184px;
	width: 150px;
	}

/* these are two alternatives. Do not display together */
div#nav_links_text {
	display: none;
	}
div#nav_links_buttons {}

/* these are two alternatives. Do not display together */
#advertblock_tall {
	clear:both;
	}
#advertblock_wide {
	display: none ;
	}

#events {
	position: absolute;
	top: 200px;
	left: 790px;
	width: 200px;
	}

/* these are two alternatives. Do not display together */
/* these go within #events */
#events_text {
	display: none;
	}
#events_boxes {}

#content {
	position: absolute;
	top:160px;
	left:162px;
	width:616px;
	}

.contentitem { /* used to set width of normal content */
	width:594px;
	margin-left:auto;
	margin-right:auto;
	}

.contentbox { /* used to set width of boxes in content (slightly smaller than .contentitem */
	width:574px;
	margin-left:auto;
	margin-right:auto;
	}

.contentbox_inner { /* for items inside a contentbox (actually used in donate for boxes within a contentitem) */
	width:544px;
	margin-left:auto;
	margin-right:auto;
	}