body {
	background-image: url(main_bg.png);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

div {
	position: relative;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

ul li {
	color: #404040;
	list-style-type: disc;
	margin-left: 15px;
}

em {
	background-color: yellow;
	color: black;
	font-style: italic;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

.box {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #f2f2f2;
	border: 1px solid #c8c8c8;
	padding: 10px;
}

.info {
	background-color: #D2ECF7;
	border: 1px solid #A7CAE0;
	color: #255792;
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	text-decoration: underline;
}

#header {
	height: 120px;
}

#logo {
	position: absolute;
	top: 0;
}

#badge {
	position: absolute;
	right: 10px;
	top: 10px;
}

#intro #left {
	float: left;
	width: 50%;
}

#intro #right {
	float: left;
}

#paypal {
	text-align: center;
	padding-top: 10px;
}

#cannula {
	border: 4px solid #ddd;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	border-top: 1px solid #aaa;
	color: #888;
	font-size: 11px;
	margin-top: 40px;
	padding-top: 5px;
	text-align: center;
}

p {
	line-height: 20px;
	padding-top: 10px;
}
