
/* General Content */
body{
	background:#edf0f9;
	margin:0;
	padding:0;
}

h1 {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica;
   font-size: 2em;
   color: #191970;
   margin-top: 0em;
   margin-bottom: 0em;
}

h2 {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica;
   font-size: 1.5em;
   color: #191970;
   margin-top: .5em;
   margin-bottom: 0em;
}

h3 {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica;
   font-size: 1em;
   color: #191970;
   margin-top: .1em;
   margin-bottom: .1em;
}

p {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica;
   font-size: 1em;
   line-height: 1.3em;
   margin-top: .5em;
}

/* Header */
#head{
  	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 3em;
	background: #edf0f9 url(images/headbg.jpg) repeat-x;
	height: 139px;
	text-align:center;
	
}

/* Content */

#content{
	background: #edf0f9;
}

#content1{
	background:#edf0f9;
	padding-left: 10em;
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: left;
}

#lcontent{
	width:70%;
	float: left;
	background: red;
}


#rcontent{
	width:20%;
	float: right;
	background: green;
}

/* Navigation */
#nav{
	height: 2em;
	background:#c0cbeb;
	text-align: center;
	line-height: 2em;
}


/* Footer */
#footer{
	background:#c0cbeb;
	height: 2em;
	text-align: center;
	color: #191970;
	line-height: 2em;
}
