/* Magnum PC Repair CSS */


body  { background-color: #ffffff; 
        font-size:13px; 
		font-family: tahoma, arial narrow, helvetica, arial, sans serif;  }

#container  { text-align:center;
		      position:relative;
		      width:722px;
		      margin: 0 auto 0 auto; }

#title     {    text-align:center; 
                width:722px; 
                height:90px; 
                margin: 0 auto 0 auto; 
                padding-top:10px;
                padding-bottom:0px;
                background-image:url(images/title.jpg);
                position:relative;  }

#content2    {  text-align:center; 
                width:740px; 
				height:740px;
                margin: 0 auto 0 auto; 
                padding-top:10px;
                padding-bottom:0px;
				background-image:url(images/title2.jpg);
				background-repeat:no-repeat;
                position:relative; 
				}

#formTitle     {    text-align:center; 
                width:722px; 
                height:90px; 
                margin: 0 auto 0 auto; 
                padding-top:10px;
                background-image:url(images/title.jpg);
                position:relative;  }

#content   { text-align:left; 
             margin: 0 auto 0 auto; 
             padding-top:0px; 
             width:700px; 
             position:relative;  }

#footer     {
             text-align:center;
			  }
			
#footer p  {padding-top:0px;
	     margin-top:0px;}
			
ul     { text-align: left; }		

a:link, a:visited { color: #004a80;
                    text-decoration: none; }
		
a:hover { color: #011423;
          text-decoration: underline; }
		
.style1 { font-size: 9px;
	      font-style: italic; }

input   { background-color: #9a9a9a; }

textarea   { background-color: #9a9a9a; }

hr    {text-align: center;}

.topDiv  {
  border-top:1px dotted #ccc;
  }
.botDiv  {
  border-bottom:1px dotted #ccc;
  }
.topBotDiv  {
  border-top:1px dotted #ccc;
  border-bottom:1px dotted #ccc;
  }
.allDot  {
  border:1px dotted #ccc;
  }
.rightDiv  {
  border-right:1px dotted #ccc;
  }
