/* CSS Document */
/*Global*/
body{margin:0px; padding:0px; color:#222222; background-color:#98B1BA; font-family:Trebuchet MS,Verdana,sans-serif;}
p{font-size:13px;}
.big {font-size:16px;}
img{margin: 0px; padding: 0px; border-style:none;}
.clear{clear:both;}
.endline{border-bottom-style:solid; border-bottom-width:1px;border-bottom-color:#222222; padding-bottom:10px; margin-bottom:10px;}
ul{list-style-type:circle; font-size:14px;}
/*Links*/
a{text-decoration: none;}
a:visited{text-decoration: underline;}

/*Layout*/
#container{position: relative; left: 50%; width: 900px; margin:0px; padding:0px; margin-left: -450px; overflow:hidden;}
#header{position:relative; width:900px; height:350px; background-image:url(i/header.gif); display:block; text-indent: -5000px;}
#content{position:relative; width:870px; padding:15px; overflow:hidden; background-color:#EFEFEF;}


