body {
	background: white url(/images/int-bg.jpg) top left no-repeat;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


body#home {
	background: white url(/images/home-bg.jpg) top left no-repeat;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 12px;
}

ul {
	margin-left: 18px;
}

a {
	color: #064792;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrap {
	width: 760px;
	padding-bottom: 30px;
}

#title {
	position: absolute;
	top: 55px;
	left: 55px;
}


#sidebar {
	width: 292px;
	float: left;
	margin-top: 160px;
}

#content {
	width: 383px;
	float: right;
	padding-right: 50px;
	margin-top: 190px;
	font-size: 90%;
	line-height: 1.5;
}
