
/* Begin Typography & Colors */

a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFCC00;
}


body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #000000;
	text-align: left;
	color: #fff;
	}


#footer {
    clear: both;
	background: #000000 url('http://www.iodamarketing.com/images/footer_new.jpg') repeat-x top; 
	border: none;
	}


a:hover {
	color: #ffcb05;
	text-decoration: underline;
	}



/* Begin Structure */


.narrowcolumn {
        float: right;
        padding: 30px 10px 10px 10px;
	margin: 0px 0px 10px 0;
	width: 670px;
        border-top: solid 1px #FFFFFF;
        border-left: solid 1px #666666;
        border-right: solid 1px #666666;
        border-bottom: solid 1px #333333;
        background: #1F1F1F url('http://www.iodamarketing.com/images/iodablog.gif');
        background-repeat: no-repeat;
	}

.widecolumn {
        float: left;
        padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 125px;
	width: 700px;
        background: #1F1F1F;
        border-top: solid 1px #666666;
        border-left: solid 1px #666666;
        border-right: solid 1px #666666;
        border-bottom: solid 1px #333333;
	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

/* End Structure */


/* Begin Sidebar */
#sidebar
{
        margin-bottom: 10px;
	font-size: 1.1em;
	padding: 10px 10px 20px 10px;
	width: 220px;
        background: #000000;
        border-top: solid 1px #666666;
        border-left: solid 1px #666666;
        border-right: solid 1px #666666;
        border-bottom: solid 1px #333333;
	}




#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* End Various Tags & Classes*/

/* NELSONS ADDED NAVIGATION */

#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.2em;
    font-weight:bold;
    height:30px;
    margin-top: 14px;
    margin-left: 20px;
}



#navbarIE {
    margin-left: 20px;
}

#navbar li {
    text-align: center;
    list-style:none;
    display:inline;
}

#navbar a {
    color: #330000;
    text-decoration:none;
    padding:2px 7px 2px 7px;
    float:left;
}

#navbar a:hover { 
    color:#fff;
    background-color: #330000;
    padding:2px 7px 2px 7px;
}

.high { 
    color:#333333;
    text-decoration:none;
    padding:12px 10px 13px;
    float:left;
    height: 36px;
}

#navbar a:active {
    color:#FFFFFF;
}

h1 {
font-size: 16px;
font-weight: bold;
color: #FFCC00;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #FFF;
}

p .name {

font-size: 14px;
color: #FFCC00;
font-weight: bold;
}