body {
    margin: 0;
    padding: 0;
    font-size: 13px; 
    font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
}
	  
#wrap { 
    padding: 0px 10px 3px 10px; 
/*    width: 770px; */
    width: 700px; 
    margin: 0px auto; 
    background: #fff;
}

/* 
    -----------	menu navigation ------------
*/
#navcontainer ul {
    padding-left: 0;
    margin-left: 0;
    background-color: #6f6f6f;
    color: #fff;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
    display: inline; 
}

#navcontainer ul li a {
    padding: 4px 13px 5px 13px;
    background-color: #6f6f6f;
    color: #fff;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

#navcontainer ul li#active a{
    background-color: #336699;
    color: #f7ffaf;
}

#navcontainer ul li a:hover {
    background-color: #336699;
    color: #fff;
}

/* 
    -----------	header banner ------------
*/

#header {
    background: #111;
    padding: 14px 15px 14px;
    border-bottom:3px solid #999;
}

#header h1 {
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    color: #6ed5ed;
}

#header h1 span.sub {
    color: #eee;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 18px;;
}

/* 
    -----------	text styling ------------
*/

#pane {
    padding: 0px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: left;
}

#pane h1 {
    font-size: 18px; 
    font-weight: bold; 
    color: #840003; 
    text-align: center;
}


#pane p {
    font-size: 12px; 
    text-align: justify;
    padding-top: 16px;
}


/* 
    -----------	bottom box with copyright ------------
*/

#bcontainer {
    float: left; 
    width: 100%;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #333;
    font-size: 10px;
    color: #6ed5ed;
    font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

#bcontainer a {
    color:#6ed5ed;
    margin: 5px;
}

/* 
    -----------	footer YouTube message ------------
*/

#fmessage {
    font-size: 9px;
    color: #6f6f6f;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* 
    -----------	input box ------------
*/

.urlinput {
    width: 591px;
    height: 27px;
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    border: 0px solid #000;
    position: relative;
    top: 3px;background: url('/images/input-bg.gif');
}

#inputdiv {
    background: url('/images/input-border.png');
    width: 607px;
    height: 42px;
    margin: 0 auto;
}

#graphdiv {
    margin-bottom:5px;
    visibility:hidden;
}
	
