/*---------------------------------------------------------

template:	super happy fun time
version:	1.0
author:		gorotron
website:	http://www.gorotron.com

usage:		This work is licensed under a 
					Creative Commons Attribution 3.0 United States License
					http://creativecommons.org/licenses/by/3.0/us/

---------------------------------------------------------*/


/* Layout
---------------------------------------------------------*/


* {
	padding:0;
	margin:0;	
	list-style:none;
}

body,html {
	background:#FFF;
}

#wrapper {
	background:#FFF url(../images/a17.gif) repeat-x;
	padding:0 1em 0;
	
}

#content {
	background:#FFF;
	width:74em;
	margin:0 auto 0;
	padding:1em;
	background-color: #FFFFFF;
	
}

#masthead {
	height:16em;
	line-height:20em;
	background:url(../images/nrheader4.jpg) center no-repeat;
	text-align:center;
	 /* 
	 background:url(../images/yourimage.jpg) middle center no-repeat; 
	 Uncomment this and replace with your image (150px x 740px or larger) 
	 */
}

#nav {
	height:2.2em;
	width:25.7em; 	/* 	
											You have to adjust this to keep the nav bar centered 
											if you change the number of links.
	
											8.5em per link + 0.2em for IE6/7 Bug:
	
											3 links = 25.7em
											4 links = 34.2em
											5 links = 42.7em
											6 links = 51.2em
									*/
	margin:0 auto;
	position:relative;
	top:-3.9em;
}

#nav li {
	float:left;
	text-align:center;
}

#nav li a {
	display:block;
	padding:0.5em;		
	width:6em;
	background:#FFF url(../images/li2.gif) bottom repeat-x;
	border-right:0.1em solid #EAEAEA;
}

#nav li a.noBorder {
	border-right:0;	
}

#nav li a:hover {
	background:#FFF url(../images/li2_hover.gif) bottom repeat-x;
	color:#000;
}

#main {
	clear:both;	
	padding:1em 2em 1em 1.5em;
}

#main ul {
	margin-bottom:1em;	
}

#main li {
	list-style-type:square;
	margin:0.5em 2em;
	padding:0
}

#main li p {
	margin:0;
	padding:0;
	color:#666;
}

p {
	margin-bottom:1em;
}

h2 {
	margin:1.5em 0 0.25em;	
}

h3 {
	font-size:1.7em;
	margin-bottom:0.7em;	
}

#subMain {
	height: auto;
	width:32%;
	float:left;
	padding:0.5em 2em 2em;
	margin:0px 10px 0px 0px;
	border-right-style: none;
	border-color:#CCCCCC;
	border-width: 0px
	
}

#subMain h2 {
	margin-top:0;
}

#footer {
	
	text-align:center;
	border-width:1px;
	border-top-style:dotted;
	border-color:#999999;
	height:3em;

	
	
}	

#images {
	float: left;
	height: 21em;
	width: 12em;
	padding-right: 1em;
	margin-right: 20px;
	margin-bottom: 1em;
	border-right-style: dotted;
	border-width:1px;
	border-color:#999999
	
}


/* Typography
---------------------------------------------------------*/

body {
	font:75% Georgia, "Times New Roman", Times, serif;	 /* This sets the resolution for the site, 
											currently 1em = 10px. */
	color:#333;
}

#italquote {
	font-size:2em;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
a {
	text-decoration:none;
	color:#333;	
}

a:hover {
	color:#333;
}

p, h2 {
	font-size:1.2em;
	line-height:1.5em;
}

h1 {
	font-size:3em;
	color:#FFF;
}

blockquote {
	margin-left:1.5em;
	padding-left:2em;
	border-left:0.3em solid #F90;
	font-size:1.1em;
	color:#333;
}

#main li {
	color:#333;
	font-size:.9em
}

#nav li {
	font-size:1.1em;
	text-align:center
}

#footer {
	
	font-size:1em;
	padding:4px;
	text-align:center;
	color:#333
	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
	
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	line-height: 1.5em
	
}
#secondary {
	float: left;
	width: 50px;

