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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

.header-left {
	height: 246px;
	float: left;
}

.header-right {
	height: 246px;
	float: right;
}

.footer {
	background-image: url(../links/background.png);
}

.body {
	width: 450px;
	margin-left: auto;
	margin-right: auto;  
	font: normal 10px/16px Verdana,Arial,Helvetica,sans-serif;
}

p {
	margin-bottom: 10px;
}

ul {
	margin-left: 20px;
 	padding-left: 0px;
}

.bodyimage {
	padding-left: 10px;
	float:right;
}

.bold {
	font-weight: bold;
}

.bottomimage {
	vertical-align: bottom;
}