  
@import "layout_css.php";
@import "styles_css.php";

html{background-color:#0066cc;}

*{margin:0;padding:0;}

hr{display:none;}

body{
font-family:Helvetica, Arial, sans-serif;
font-size:62.5%;
color:#fff;
text-align:center;
}

a{color:#f90;}
a:hover{text-decoration:none;}

img{border:none;}

#wrapper{
width:960px;
margin:0 auto;
text-align:left;
}

.gutter{padding:10px;}

h1,h2,h3{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold;}
h1,h2,h3,h4,p{clear:both;}

h1,h2{text-transform:uppercase;text-align:center;}
h1{font-size:1.8em;}
h2{font-size:1.5em;margin:10px 0;}
h3{font-size:1.4em;text-transform:lowercase;margin:5px 0;}
h4{font-size:1.3em;text-transform:uppercase;font-weight:bold;padding-bottom:2px;}

p,li,label,input,textarea{font-size:1.3em;}
dl{font-size:1.2em;}
ul li ul{font-size:1em;}

ol{list-style-position:inside;}

p{padding:0 0 10px;line-height:1.3;}