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

html {
}
body {
	text-align:center;
/*  background: #fff url(../images/background.gif) repeat-x;*/
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
}
a {
	text-decoration: none;
}
a:visited,
a:link {
	color:#000000;
}

a:hover,
a:active {
	text-decoration: underline;
	color:#333333;
}
#page-logo {
background-color:#000000;
padding-top: 32px;
padding-left: 124px;
  /*margin-left: 124px;*/
}
#page-wrapper {
	
	/*  margin-left: 124px;*/
  	text-align: left;
}
#content-wrapper {
	background-color:#ffffff;
	margin-top: 7px;
	margin-left: 124px;
	text-align: left;
}
#content-wrapper h1 {
	font-size: 12px;
	height: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#content-wrapper h2,
#content-wrapper h3 {
	font-size: 12px;
	height: 12px;
	font-weight: normal;
	margin-bottom: 6px;
	background-repeat: no-repeat;
}
#content-wrapper p {
	margin-bottom: 10px;
}
#content-body {
	width: 375px;
	margin-right: 10px;
}
#content-image {

}
