
	body {
		margin:20px 20px 0px 20px;
                background:#000000;
		}
	
	#main {
                top: -80px;
                position:relative;
	        width:85%;
		border:1px solid #000; 
		background:#990000;

		}

	#main #menu {
		border-left:1px solid #000; 
		border-bottom:1px solid #000;
		float:right;
		width:230px;
		background:#660000;
		margin:0px 0px 10px 10px;
                color: white;
		}
		
        p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

/*This section is reserved for the Title*/	
       .titleline{
                font-size: 50px;
                position: relative;
                display: block;
                }  
   
        #line1 {
                padding-top:10px;
                color: white;
                }

        #line2 {
               color: orange;
               top: -30px;
               left: 30px;
               }

        #line3 {
               font-size: 25px;
               color: orange;
               top: -130px;
               left: -80px;
               }
       
        #line4 {
               font-size: 12px;
               color: #a2a2a2;
               top: -85px;
               left: -90px;
               }

        #line5 {
               font-size: 12px;
               color: #737373;
               top: -135px;
               left: 100px;
               }

        #line6 {
               font-size: 12px;
               color: #737373;
               top: -120px;
               left: 120px;
               }

        #line7 {
               font-size: 12px;
               color: #737373;
               top: -100px;
               left: 55px;
               }

        #line8 {
               font-size: 12px;
               color: #737373;
               top: -180px;
               left: -100px;
               }

        #line9 {
               font-size: 12px;
               color: #737373;
               top: -130px;
               left: -50px;
               }

        #line10 {
               font-size: 12px;
               color: #737373;
               top: -240px;
               left: 30px;
               }

/*These are for the links in the title line. */
	.titleline a:link {
              color: #737373; 
              text-decoration: none; 
              text-indent: 0pt;
              }

        .titleline a:visited {
              color: #737373;
              text-decoration: none; 
              text-indent: 0pt;
              }

        .titleline a:hover {
              color: #FF6600;
              text-decoration: none;  
              text-indent: 0pt;
              }

        .titleline a: active {
              color: #737373; 
              text-decoration: none; 
              text-indent: 0pt;
              }

/*This is for the Links*/
	a:link {
              color: #FF6600; 
              text-decoration: none; 
              text-indent: 0pt;
              }

        a:visited {
              color: #FF6600;
              text-decoration: none; 
              text-indent: 0pt;
              }

        a:hover {
              color: white;
              text-decoration: none;  
              text-indent: 0pt;
              }

        a: active {
              color: #FF6600; 
              text-decoration: none; 
              text-indent: 0pt;
              }

/* These are the positioning for the pictures */
        div.float {
              float: left;
              }

        div.float2 {
              float: center;
              }  

        div.float p {
              text-align: left;
              }
      
        div.float p2 {
              text-align: center;
              }
