body {
margin: 20px;
padding: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 76%;
}


/* this div centers the columns on the screen */

#container {
width: 100%;
margin: 0px auto;
background-color: #fff;
color: #000;
line-height: 140%;
}

/* header spans the width of the 2 columns */

#top {
padding: 0px;
overflow: hidden;
width: 100%;
}

/* defines the width for the left column */

#leftnav {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* styling for the left navigation */

#navlist {
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li {
padding-left: 50px;
background-image: url(images/marker.jpg);
background-repeat: no-repeat;
background-position: .5em .25em;
}

#navlist li a {
line-height: 40px;
}

/* defines the width for the right column */

#index_content {
margin-left: 240px;
padding: 0px;
}

#content_left_top{
margin-left: 160px;
padding: 0px;
height:125px;
width:200px;
}

#content_left_bottom{
margin-left: -10px;
padding: 0px;
margin-top:20px;
width:170px;
height:200px;
overflow:auto;
}


#content_mid{
margin-left: 410px;
padding: 0px;
width:400px;
margin-top:-100px;
text-align: center;
}

#video{
margin-left: 470px;
padding: 0px;
margin-top:130px;
}

#bold{
margin-left: 460px;
padding: 0px;
margin-top:-170px;
width:300px;
text-align: center;

}

#descibe{
margin-left: 460px;
padding: 0px;
margin-top:0px;
width:300px;
text-align: center;
font-weight:bold;
}

/* footer spans the width of the 2 columns */

#footer {

}