body {
	margin: 0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

a img {
	border-style: none;
}

h1 {
	padding: 0 20px 0 35px;
	font-size: 2.5em;
	letter-spacing: -.03em;
	line-height: 0.3em;
}

h2 {
	padding: 0 0 10px 0;
	font-size: 1.5em;
}

/* ################ Header ################  */

#header, #headerHP {
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background-image: url(../images/header-back.gif);
	background-repeat: repeat-x;
}

#headerContainer, #headerContainerHP {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	background-image: url(../images/header_1.jpg);
	background-position: center top;
	background-repeat: no-repeat
}


/* ################ Position ################  */

#all
{
	background:#fff;
	color: #000000;
	font-size: 0.75em;
	margin: 0 auto;
	width: 950px;
	padding: 0 0px 0px 0px;
	text-align: left;
}

/* ################ Footer ################  */

#footer {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/footer-back.gif);
	font-size: 12px;
}

#footerContainer {
	width: 950px;
	height: 62px;
	margin: 0 auto;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../images/footer-content-back.gif);
}

#copyright {
	padding: 20px 30px;
	text-align: left;
	font-size: 10px;
	color: gray;
}

#copyright a {
	color: gray;
	text-decoration: none;
}

/* ################ Menu ################  */

#menuContainer {
	width: 100%;
	height: 48px;
	margin: 0 auto;
	background-image: url(../images/nav-back.gif);
	background-repeat: repeat-x;
}

#MenuBarHorizontal {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 100%;
	cursor: default;
	width: 980px;
	background-image: url(../images/menu.jpg);
	height: 49px;
	position: relative;
	line-height: 1;
}

#MenuBarHorizontal a {
	color:#FFF;
	text-align:center;
	margin-left: 15px;
	background-image: url(../images/nav-line.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#MenuBarHorizontal  a:hover,a:active,a:focus {
	text-decoration:none;
	background: none;
	color:#FFFF00;
	background-image: url(../images/nav-line.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/* ################ Page ################  */

#page {
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
	overflow: visible;
}

#pageContainer {
	width: 950px;
	margin: 0px auto;
	padding: 0px 15px;
	background-image: url(../images/content-back_1.gif);
	background-repeat:repeat-y
}


