/*

		Layout & Typo

---------------------------------------------------------*/

body {
	font-size: 12px;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #444;
	background: #f1f1f1;
	line-height: 1;
}

#page{ 
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  text-align: left;
  padding: 0 10px;
}

#banner {
	height: 119px;
	background: url("images/header.jpg") center top;
}


#footer {
	clear: both;
	background: #437181;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	border-bottom: 10px solid white;
}

#rightContent {
	float: left;
	display: none;
	position: relative;
}

#centerContent {
	padding-top: 10px;
	min-height: 600px;
}

a{
	color: #4c748d;
}

a.link-email {
  background-image: url(/style/icon/link-email.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  border: thin solid #eee;
  text-decoration: none; 
}

a.link-image, a.link-png, a.link-jpeg, a.link-gif {
  background-image: url(icon/link-image.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  border: thin solid #eee;
  text-decoration: none;
}

a.link-external, a.link-local, a.link-ftp {
  background-image: url(icon/link-external.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
 border: thin solid #eee;
  text-decoration: none; 
}

a.link-local{
  background-image: url(icon/link-local.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
 border: thin solid #eee;
  text-decoration: none; 
}
a.link-file, a.link, a.link-word, a.link-excel, a.link-powerpoint, a.link-pdf, a.link-html, a.link-flash, a.link-sound, a.link-video, a.link-archive, a.link-executable {
 background-image: url(icon/link-file.gif);
 background-repeat: no-repeat;
 padding-left: 22px;
 border: thin solid #eee;
 text-decoration: none;
}
a.link-no {
  border: thin solid #eee;
  text-decoration: none;
}





