﻿@import url(Common.css);
@import url(Events.css);
@import url(Faq.css);

html {
	margin:0px;
	padding:0px;
	font-family:verdana;
	}
	
body {
	margin:0px auto 20px auto;
	width:800px;
	font-size:11px;
	padding:0px;
	color:#000;
}

input,select,ul,form,p,table { 
	margin:0px; 
	padding:0px;	
}

form{
	display:inline;
}

h1,h2,h3,h4,h5,h6{
	margin:0px; 
	padding:0px;
}

h1{
	font-size:1.2em;
}

img{
	border:0px;
}
	
a {
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


