/* copyright celsius - http://celsius.ws */

html {  margin: 0px;  padding: 0px;  border: 0px;
  font-family:san-serif;
  font-size:12pt;
}

body { 
  text-align: center;


}

a:link {text-decoration: underline; color: #c60b01;}
a:visited {text-decoration: underline; color: #c60b01;}
a:active {text-decoration: underline; color: #c60b01;}
a:hover {text-decoration: underline; color: #001680;}

h1 { font-size:14pt; }
h2 { font-size:13pt; }
h3 { font-size:13pt; }

#container { 
  margin: 0 auto; 
  background-image:url(images/bg.png);
  background-position:center;
  background-repeat:repeat-y;
  text-align: left;
  width:950px;
  margin-top:-30px;
}

#pic { float:right; }

#navigation {}

#content { margin-left:60px; width:810px; }

#footer { clear:both; padding-left:65px; padding-top:10px; background-image:url(images/footerbg.png);}
