/* Global CSS */

/* Imported CSS */

@import url("content.css");
@import url("navigation.css");
@import url("reset.css");


a:link, a:visited{ color:#333; text-decoration:none;;}
a:hover{
	color:#333;
	text-decoration:underline;
}


body{ font-size:62.5%; padding-bottom:20px;
	  background:#ececda url(../images/body_bg.gif) top repeat-x; font-family:Arial, sans-serif;}
