/*
   Cool Comics INC Style Sheet

   Filename: cclayout.css
   Supporting Files:

*/

body                   {margin: 0px; font-family: Arial, Helvetica, sans-serif; color: rgb(255,255,255)}

#head                  {position: absolute; top: 0px; left: 0px; width: 1000px; height: 150px}

#links                 {position: absolute; top: 150px; left: 220px; width: 1000px}
#links ul              {list-style-type: none; padding: 0px; margin: 0px}
#links li              {display: inline; float: left; font-size: 20px; margin-right: 5px;
                         color: white}

#links a               {display: block; color: white; text-decoration: none;
                          padding: 8px 16px}
#links a:hover         {color: rgb(255, 192, 192)}

#mainContent           {position: absolute; top: 175px; left: 0px; width: 830px}

#leftColumn            {width: 220px; padding-top: 200px; float: left; 
                        font-size: 12px; no-repeat top left}
#leftColumn p          {margin: 5px 5px 5px 15px}
#leftColumn p a        {color: black}

#leftColumn ul              {list-style-type: disc; margin-left: 30px; padding-left: 0px}
#leftColumn ul li a         {text-decoration: none; color: black}
#leftColumn ul li a:visited {color: black}
#leftColumn ul li a:hover   {text-decoration: underline}

#rightColumn           {width: 590px; padding-top: 220px; float: left; margin-left: 10px; margin-bottom: 10px; 
                        font-size: 12px}
#rightColumn h1        {font-size: 26px; text-align: center; letter-spacing: 5px;
                        margin: 5px 0px; font-weight: normal}
#rightColumn p         {margin: 0px 0px 2px 0px; padding: 0px; text-align: left}
#rightColumn p span    {color: red}

address                {clear: left; font-style: normal; font-size: 12px; 
                        text-align: center; border-top: 2px solid rgb(58,56,8); 
                        margin-top: 10px; padding: 5px 0px 10px}

p {
	color: cyan;
	background-color: rgb(0,0,0);
	border: 1px cyan solid;
	padding: 1em;
}


