* { 
z-index: 3; 
border: 0;
margin: 0;
padding: 0;
}
a .img{
	text-decoration:none;
	color:black;
}
a{
	text-decoration:none;
	color:#950000;
}
#header a{
position:absolute;
top:75px;
left:5px;
color: white;
text-decoration:underline;
font-size:15px;
}
body {
background-color:#999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.6em;
color:#000;
}

div#outer_container {
position: relative;
background: #fff;
width: 800px;
margin: 15px auto 0 auto;

}

p {margin-bottom: 5%}
p.first{
	font-weight:bold;
}
span{
	font-weight:bold;
	font-size:7px;
}
h3{
	font-size:0.7em;
	margin-bottom:5px;
}
div#header {
position: relative;
display: block;
width:800px;
height:100px;
background-image:url(images/header.gif);   
}

div#entertainmentheader {
position: relative;
display: block;
width:800px;
height:100px;
background-image:url(images/entertainment_header.gif);   
}

div#second_header {
    position: relative;
    display: block;
    text-align:center;
	font-family:ITC Garamond, Arial, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	margin-top:15px;
	width:800px;
  
    
    font-size:40px;
    font-weight:strong;
}

div#column1 {
float: left;
width: 250px;
margin-right:5px;
padding: 2px; 
/*background: yellow;*/
}

div#column2 {
float: left;
width: 250px;
padding: 2px; 
min-height:800px;
/*background: green;*/
}

div#column3 img{
float: right;

padding-top: 0px; 
text-align:right;
/*background: brown;*/
}

div#column3 a{
float: right;
width: 250px;
padding: 10px; 
text-align:right;
/*background: brown;*/
}

.other{
	margin-top:40px;
}
div#footer {
position: relative;
display: block;
height: 45px;
padding:2px;
clear: both;
}

div#links a{
text-decoration:none;
color:red;
}

div#right{
position:absolute;
width:300px;
left:1150px;

}