body{
	margin: 0;
	padding: 0;
	background: #e0e0e0 url('../img/bg.jpg') 0 0 repeat-x;
	font-family: "arial", verdana, sans-serif;
	font-size: 62.5%; /* sets 1 en to 10px, almost (good enough)*/
}
/* Text settings */
p {
	font-size: 1.1em;
	color: #707070;
}
strong {
	font-weight: normal;
	color: #000;
}
h2{
	font-size: 1em;
	color: #707070;
	text-transform: uppercase;
}
dl{
	font-size: 1.1em;
	color: #707070;
}
dl dd{
	color: #000;
}
/* Header is a logo: hide html text and displat logo */
h1 {
	display: block;
	width: 415px;
	height: 184px;
	background: transparent url('../img/header.gif') 0 0 no-repeat;
	text-indent: -9999px;
	margin: 82px auto 35px auto;
}
/* Links */
a {
	color: #707070;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Layout */
div#wrapper {
	width: 100%;
	padding-top: 51px;
}
div#content_wrapper {
	width: 900px; /* Fixed width */
	margin: 0 auto 51px auto; /* Horizontallý centerd */
	background: transparent url('../img/shine.png') 0 0 no-repeat;
}
div#content {
	width: 486px;
	margin: 0 auto 0 auto;

}
div#body{
	width: 100%;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 8px 0 8px 0;
}
p.foot{
	margin-top: 15px;
}
dl dd{
	margin-bottom: 3px;
	margin-left: 0;
	padding: 0 0 0 10px;
	background: url('../img/bullet.gif') 1px 5px no-repeat;
}
/* List */


/* hide specific content for image and css showing browsers */
p.message, hr {
	display: none;
}
