/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
author:    Larry Cobb
email:     lcobb@trsg.net
website:   http://www.trsg.net/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

.bullet {
	width: 3px;
	height: 3px;
	margin: 2px 3px;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
  background: #FFFF00;
	font: 80%/1.35 "Comic Sans MS", arial, helvetica;
	color: #330066;
}

.nav1 {
  font-size: 90%; 
  	color: #FFFFFF;
}

.nav2 {
  font-size: 90%; 
  	color: #009933;
}

.title {
  font-size: 120%; 
  	color: #FF0000;
}

.list {
  color: #FF0000;
}

a:link, a:visited {
  color: #009933; 
  	text-decoration: none;
}

a:active, a:hover {
  color: #FF0000; 
  	text-decoration: none;
}

a.link_red:link, a.link_red:visited {
  color: #FF0000; 
  	text-decoration: underline;
	font-weight: bold;
}

a.link_red:active, a.link_red:hover {
  color: #009933; 
  	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
  width: 640px;
	margin: 0 auto;
  	
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#content {
  width: 600px;
  	margin: 0 auto;  	
	border: 0px red solid;
}

#mainContent {
  width: 280px;
  	float: right;  	
	border: 0px black solid;
}

#mainContent p.title {
  margin: 0 0 1em 0;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#secondaryContent {
  width: 300px;
  	float: left;  	
	border: 0px black solid;
}



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  font-weight: normal;
}

#iggy_home_right {
  width: 257px;
	vertical-align: top;
	text-align: left;
	border: 0px black solid;
}

#iggy_home_left {
  width: 10px;
	vertical-align: top;
	text-align: left;
	border: 0px black solid;
}

.iggy_home_mid {
  width: 333px;
	vertical-align: top;
	text-align: left;
	border: 0px black solid;
}


/* =Padding
-----------------------------------------------------------------------------*/
#content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
