/* @override http://betterbreathing.medware.dk/stylesheets/style.css?1264781468 */

body {
	background-color: #cacaca;
	padding: 0px;
	margin: 0px;
	color: #828386;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div {
	background-color: transparent;
	text-align: left;
}

div.container {
	background-color: white;
	width: 900px;
}

a {
	text-decoration: none;	
}

/* @group Header */

div.header {
	height: 170px;
	background: url(../images/logo.png) no-repeat 20px 10px;
}

div.header img {
	padding: 10px 0px;
	float: right;
	vertical-align: bottom;
	visibility: hidden;
}

/* @end */


/* @group Menu */

div.menu {
	/*width: 100%;*/
	background: url(../images/menu.png) repeat-x;
	height: 25px;
	padding: 5px 10px 5px 10px;
}

div.menu a {
	color: white;
	padding-left: 20px;
	font-size: 10pt;
}

/* @end */

/* @group footer */

table {
	width: 100%;
	border: 0px solid black;
}

table img {
	vertical-align: bottom;
}

td.filler {
	width: 100%;
}

div.body h2.footer {
	display: block;
	background-color: white;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	padding: 3px;
}

div.body h2.footer a {
	color: #828386;
	text-decoration: none;
	font-weight: normal;
}

/* @end */

/* @group Body */

div.body {
	background: url(../images/bottom.png) repeat-x 0 bottom;
}

div.content {
	padding: 10px;
	font-size: 9pt;
}

div.content a{
	color: black;
}

div.content a:hover{
	text-decoration: underline;
}

div.content p{
	margin-bottom: 0px;
}

div.content ul{
	margin: 0px;
}

div.content h1, div.content h2  {
	margin-bottom: 10px;
	margin-bottom: 4px;
}
/* @end */


