html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-color: #666666;
color: #666666;
text-align: center;
}

#wrapper {
width: 890px;
background-color:#FFFFFF;
margin:10px auto;
border: 1px solid #000000;
text-align:left;
}

#banner {
height: 110px;
background-image: url(../images/topbanner.png);
background-repeat: no-repeat;
}

#jarcbanner {
height: 110px;
background-image: url(../jarc/jarcbanner.png);
background-repeat: no-repeat;
}

#AioJarbanner {
height: 110px;
background-image: url(../AioJar/AioJarbanner.png);
background-repeat: no-repeat;
}

#Npdbanner {
height: 110px;
background-image: url(../npd/Npdbanner.png);
background-repeat: no-repeat;
}

#isobanner {
height: 110px;
background-image: url(../isobuilder/isobanner.png);
background-repeat: no-repeat;
}

#inifilebanner {
height: 110px;
background-image: url(../inifile/inifilebanner.png);
background-repeat: no-repeat;
}

#eqinvbanner {
height: 110px;
background-image: url(../eqinv/eqinvbanner.png);
background-repeat: no-repeat;
}

#flagstonebanner {
height: 110px;
background-image: url(../Flagstone/flagstonebanner.png);
background-repeat: no-repeat;
}

#mymoviedbbanner {
height: 110px;
background-image: url(../MyMovieDB/mymoviedbbanner.png);
background-repeat: no-repeat;
}

#mibtigerbanner {
height: 110px;
background-image: url(../mibtiger/mibtigerbanner.png);
background-repeat: no-repeat;
}

#prototigerbanner {
height: 110px;
background-image: url(../prototiger/ptbanner.png);
background-repeat: no-repeat;
}

#leftcol #nav ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 80%;
border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}

#leftcol #nav ul li a{
background-color: #869BCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}


#content{
margin-left: 115px;
width: 680px;
}

#content p{
font-size: 80%;
margin: 10px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 10px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

#content ul{
padding: 10px;
margin: 10px;
}

#content li{
font-size: smaller;
width: 700px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 10px;
border: 1px solid #000000;
}

#resume {
	padding: 5px;
	margin: 0 auto;
	width: 600px;
	background-color: #cccccc;
	color: #000000;
	font-size: 80%;
}


#footer{
border-top: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
clear: both;
}

#footer p {
font-size: 70%;
padding: 3px;
}

#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 110px;
margin-bottom: 20px;
float: left;
}

#content p.right{
float: right;
}

.container{
width: 99%;
float:right;
}
