@charset "utf-8";
/* CSS Document */


/* - - - - - *\
| ==reset
\* - - - - - */

/* @import "./reset.css"; */

body {
	background: url(../_images/back_body.jpg) repeat-x #fff;
	color: #000000;
    font: 12px Arial, Helvetica, Sans-Serif;
    text-align: center;
    width: 100%;
}

#page {
	background-color: #fff;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	text-align: center;
  	width: 920px; 
	height: 100%;
	padding-top: 10px;
}

h1, h2, h3, p {
	margin: 10px 15px 0px 15px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3, p, li {
	font-size: 13px;
}

a, a:active, a:visited, a:hover {
	color: #000;
}

img {
	border: none;
}