
#wrapper {
	font-family: Verdana, Arial;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	width: 760px;
	border:thin solid #333333;
	margin: auto;
}
#header h1 {
	width: 760px;
	font-size: 220%;
	color: #333333;
	background-color:#6666FF;
	border-bottom: thin solid #333333; 
	text-align: center;
        padding: 10px 0 10px 0; 
        margin: 0;
}

         

#menu ul {
          font: bold 100% ;
          margin-left:15px;
          list-style: none;
          width: 100%;
           padding: 2px; 
           overflow: hidden;
}

#menu li {
          
         float: left;
          

}

#menu a{
          
          display: block;
          color: black;
          margin: 0 15px 10px 15px; 
          padding: 0px 0px;
          text-decoration: none;
          text-align: center;
          letter-spacing: 1px;
          border-bottom: 1px solid A9A9A9;
}


#menu a:visited{
          color: black;
}
#menu a:hover{
          color: blue; 
}







       
#content {
	font-size: 83%;
	color: #333333;
	background-color:#CCFFCC;
	padding: 10px 10px 20px 10px;
	width: 740px;
        border-top: thin solid #333333;
        
}
#content h1    {
	font-size: 160%;
	color: #333333;
	text-decoration: underline;
	text-align: center;
       
}
#content h2     {
	font-size: 140%;
	text-decoration: underline;
	text-align: center;
}
.signature {
         text-align: center;
         font-size: 110%;
         
}
        

#links a:link, #links a:visited  {
       color: #6666FF;
}

.picture  {
        font-size: 80%;
        padding: 4px;
        color: blue;
        
}
.picture img {
         vertical-align: middle;
          margin-bottom: 3px;
         
}
.right     {
         float: right;
        margin: 0 0 10px 15px;              
         
}
.left      {
        float: left;
        margin: 0 15px 10px 0;
}
.clear     {
        clear: both;
}
#video      {        
        height: 305px;
	width: 320px;
	border: 1px solid #808080;
        float: left;
        margin: 15px 20px 20px;
}
.webcaminfo  {
        width: 300px;
        float: right;
        padding: 60px 18px 0 0;
        font-size: 90%;
        color: blue;
        font-weight: bold;
}

.blogdate    {
        font-weight: bold;
        font-size: 100%;
        text-decoration: underline; 
}

.blogheading   {
                font-size: 95%;
                font-weight: bold;      
}           
#footer {
	font-size: 80%;
	text-align: center;
	clear: both;
        border-top: thin solid #333333; 
        margin: 0 10px 10px 10px;
        
}

#footer a:link, #footer a:visited  {
       color: #6666FF;
}
