* {
    padding: 0;
    margin: 0;
}

body, html {
    font-family:    Verdana, Myriad Web, Syntax, sans-serif;
    font-size-adjust:   .58;
    font-size:  1.17em;
}
body {
    font-size: 70%;
    min-width: 760px;
}
p {padding: 7px 0 7px 0;}

img {border: 0;}

a {color: #000099;}
a:hover{
    color: #0000FF;
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: bold;
    padding-bottom: 5px;
}
h1 {font-size: 2.33em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}

.clear { clear: both; }
#mainContainer {
	min-height: 300px;
}
* html #mainContainer {
	height: 300px;
}
/** HEADER **/
#header {
	padding: 10px
}

/** CONTENT **/
.outer {
	border-left: 130px solid #FFFFFF; /*** This is the width and the color for our left column ***/
	border-right: 165px solid #FFFFFF; /*** This is the width and the color for our right column ***/
}
.inner {
	width: 100%;
}
.float-wrap {
	float: left;
	width: 100%;
	margin-left: -130px; /*** Same length as .outer border-left but with negative value ***/
}
#content {
	float: right;
	margin-right: -130px;  /*** Same length as .outer border-left but with negative value ***/
	width: 100%;
}
* html #content {
	position: relative;
}
.contentWrap{
	padding: 5px;
}


/** MENU **/
#left {
	float: left;
	width: 120px;
	min-height: 250px;
	padding: 5px;
}
* html #left {
	position: relative;
	height: 250px;
}

#left a {
    color:  #000000;
    text-decoration : none;
    font-weight: bold;
    padding : 4px;
    margin : 6px;
    border-style: solid;
    border-width : 1px;
    border-color : #000000;
}
#left a:hover { 
    border-color : #FF0000;
}

/** RIGHT COLUMN **/
#right {
    float: right; 
    width: 150px;
    padding: 5px;
    min-height: 250px;
    margin-right: -165px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
* html #right {
    height: 250px;
    position: relative;
}

/** FOOTER **/
#footer {
	text-align: center;
}

/** Tables **/
#directory {
    
}

#directory td {
    padding: 6px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

/** nav **/
.nav {
    font-family: monospace;
    font-weight: bold;
    font-size: 1.5em;
}
