@charset "utf-8";
/* CSS Document */


/*//////////////Main/////////////////*/

#body{
 bacground-color:#ffffff;
 font-family:verdana;
text-align: center;
}

#wrapper{
 width:800px;
 margin: 0 auto;
}

#left{
 width:500px;
 text-align:left;
float:left;
}

#right{
 width:275px;
float:right;
margin-top:25px;
}

#content{
 margin-top:15px;
  text-align:left;

}
.warning{
 margin-top:10px;
 font-size:.65em;
 font-family:arial;
}

#flag{
 margin: 0 auto;
 height::120px;
 width:162px;
 padding-top:10px;
 text-align:center;
}

.action{
 margin-top:10px;
 font-size:.25em;
 font-family:arial;
}


#video{
text-align:center;
margin:0 auto;
}


/*//////////////Menu/////////////////*/

#menu{
margin-top: 1px;
padding: 0;
float: left;
width:800px;
}

a:link {color:#ff0000;}      /* unvisited link */
a:visited {color:#ff0000;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#ff0000;}  /* selected link */
                             
                             
#chromemenu{
width: 798px;
font-weight: bold;
font-size: .8em;
font-family:arial;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
                   
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #000;
padding-left: 10px;
margin: 0;
text-decoration: none;
border-left: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(chromebg2.gif) center center repeat-x;
}

/*//////////////scroll/////////////////*/

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 180px;
height: 300px;
padding: 3px;
background-color: #fff;
font-size:.7em;
font-family:Arial, Helvetica, sans-serif;
border: 1px solid black;
}

#pscroller1 a{
color:#ff0000;

}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;

}

#pscroller2 a{
text-decoration: none;

}

.someclass{ //class to apply to your scroller(s) if desired
}


