ul {
  margin:5px;
  list-style-position: outside;
  list-style-type: none;
}
.c {
	text-align: center;
}
.conference {
   margin-top: 35px;
}

#tix-links {
  background: white;
  margin-top: 5px;
  width: 95%;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;

  border: 1px solid black;
}
#tix-links a {
  color: crimson;
  font-size: 12px;
  font-family: Comic-Sans-MS, Arial, sans-serif;
 }
#tix-links a {
  text-decoration: underline;
}
#tix-links a:hover {
  color: gray;
  text-decoration: underline;
}
#tix-links h2 {
   font-family: Times;
   color: darkslategray;
   font-size: 16;
}
#tix-links li {
   padding-top: 7px;
}
#tix-links li a {
  text-decoration: none;
}
#main {
position: absolute;
top: 4%;
left: 170px;
width: 700px;
min-height: 420px;
padding: 20px 0 0 15px;
background: #AAAAAA;
background: white;
}

#main a {
  color: blue;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 32px;
}
#main a:hover {
  color: red; 
}

#eventnav {
position: absolute;
top: 4%;
left: 20px;
width: 150px;
padding: 0px;
padding-bottom: 5px;
background: #AAFFAA;
border: 4px solid gray;
border: 2px solid gray;
}
#eventnav ul {

margin: 1cm 5px 1cm 10px;
}
#eventnav li {
margin: 10px 5px 0px 0px;
padding-top: 10px;
color: #1F5466;
font-weight: bold;
text-decoration: none;
list-style-type: none;
border-style: none;
}
#eventnav li a{
color: black;
}
#eventnav li a:hover {
border-style: none;
color: red;
}

.content{
	
	padding: 0px 10px 10px 10px;
	}
	
	
	
.column{
	width:180px;
	display:block;
	float:left;
	padding:25px;
	border-top:2px solid black;
	border-right:2px solid black;
	min-height:950px;
}