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




.maintext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	
}
body {
	background-image: url(images/back1.jpg);
	background-repeat: repeat-x;
	}
	
#Main {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	width: 900px;
	border: #000 5px;
	cellpadding: 5px;
	border-style: double
}	
.buttons {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF8040;
	font-style:strong
}
#Main2 {
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	width: 900px;
	border: #ccc 5px;
	cellpadding: 5px;
	border-style: double


}
     #videoDiv { 
        margin-right: 3px;
      }
      #videoInfo {
        margin-left: 3px;
      }
    a:link {
	color: #FF8040;
}
a:visited {
	color: #FF8040;
}
a:hover {
	color: #000;
}
a:active {
	color: #FF8040;
}