*
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body 
{
	margin: 0;
	padding: 0;
	background: #28313A url(../images/img01.jpg) no-repeat center top;
	font-family: Arial, "Times New Roman", Times, serif;
	text-align: center;
	color: #5C5C5C;
}

#wrapper 
{
  height: 200px;
  width: 1007px;
	position: relative;
	margin: 0px auto;
  text-align:left;
}

#page 
{
	width: 1007px;
  margin: 0px auto;
  height: 99%;
}

#content_wrapper
{
  float: left;
  background-image: url('../images/bg/bg.bmp');
}

#content 
{
	float: left;
	width:796px;
	border-right: 1px dashed #DFE1E0;
  padding: 10px;
}

#sidebar 
{
	float: left;
	width: 170px;
  padding: 0px 10px;
}


h1, h2, h3, h4 
{
	margin: 0;
	font-weight: normal;
}

h1 
{
	letter-spacing: -1px;
	font-size: 32px;
}

h2 
{
  margin-top: 20px;
	font-size: 23px;
}

h5 
{
  margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-weight:normal;
	text-align:center;
	padding-top: 5px;
}

h4 
{
  color: #28313A;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p, ul, ol 
{
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a 
{
  text-decoration: none;
	color: #1B75A9;
}

a:hover, a:active 
{
	text-decoration: none;
	color: #0A5688;
}

a:visited 
{
  text-decoration: none;
	color: #1B75A9;
}








