/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 950px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 190px; 
  float: left;
  margin-left: 2px; 
  padding: 4px;
  font-size: 0.8em;
  text-align: center;
}

#content { 
  width: 740px; 
  float: right; 
  background: url(../images/content-bg.gif) repeat-y top right;
}

#mainContent { 
  width: 555px; 
  margin: 0;
  margin-left: 10px; 
  float: left; 
}

#secondaryContent { 
  width: 160px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
  border-top: 3px solid #355784;
  background-color: #fff;
  padding: 1px 20px;
} 

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 58.5%/1.6 Tahoma, Verdana, sans-serif;
  background-color:#D4D4D4;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}



#wrapper {
  background: #fff url(../images/wrapper-bg.gif) repeat-y top left;
}

#branding {
  height: 212px;
  background-color:#b0b0b0;
}

#branding h1 {
  margin: 0;
  background: #fff url(../images/header.gif) no-repeat top left;
  height: 212px;
  text-indent: -5000px;
}

#mainNav {
  background-color:#A2CBE9;
}

#secondaryContent {
  background-color:#EAEAEA;
  margin-right: 1px;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#footer {
	text-align:right;
	color: #6D6D6D;
	font-size: 0.8em;
}


#click-through {
	background-color: #005294;
	color: #fff;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
	
#click-through p {
	font-size: 1.2em;
	text-align: center;
}

