/* vim:set ai fenc=utf-8 ff=unix sw=4 ts=4: */

body {
	background-color:    #DBDBDC;
	background-image:    url('/image/background.png');
	background-position: center center;
	background-repeat:   repeat-y;
	font-family:         arial;
	margin:              0px;
	text-align:          center;
}

#page {
	margin-left:         auto;
	margin-right:        auto;
	text-align:          left;
	width:               881px;
}

#page-top {
	background-image:    url('/image/top-gradient.png');
	background-repeat:   repeat-x;
	height:              35px;
	width:               879px;
}

#page-top-2 {
   width:              210px;
}

#page-top-3 {
   width:              570px;
   position:           absolute;
   margin-left:        300px;
   /* hack for IE and Safari */
   _margin-left:       220px;
   margin-left /*\**/: 300px;
   top /*\**/:         30px;
}

div#nav-top ul {
  text-align: right;
}

#logo {
	position:            relative;
	margin-top:          -20px;
	/*padding-bottom:      20px;/
	text-align:          left;*/
	_padding-left:       13px;
}

#logo img {
	border-style:        none;
	padding:             0px 16px 16px 16px;
}

#tagline {
  font-size:           20px;
  padding-left:        150px;
  position:            absolute;
  top:                 124px;
  width:               270px;
  color:               #28586E;
  /* hack for IE and Safari */
  width /*\**/:        280px;
  _width:              350px;

}

#banner {
  float:               right;
}

#banner img {
  border-style:        none;
  padding:             20px 15px 0px 0px;
}

h1 {
  color:               #9abf5c;
}

h2,
h3 {
	color:               #636466;
	font-size:           18px;
}

#content h1 {
	margin-top:          0px;
	font-size:           24px;
}

#content li {
	padding:             4px 0px 4px 0px;
}

#footer {
	border-bottom:       1px solid #C0C0C0;
	border-top:          1px solid #C0C0C0;
	clear:               both;
	font-size:           10px;
	margin:              0px 16px 16px 16px;
	padding:             4px;
	text-align:          center;
	color:               #636466;
	/* Hack for IE 8 */
	_height:              23px;
}
