* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 90%;
}

body {
	font: 1em/1.4em 'Times New Roman', Times, serif;
	color: #444;
	background: #f1f1f1;
	padding-top: 20px;
}

a {
	color: #903;
}

a:hover {
	text-decoration: none;
}

#holder {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	border: 5px solid #ccc;
	background: #fff;
}

dt {
	font-weight: bold;
}

/* <header> */

#head {
	height: 70px;
}

h1 {}

	h1 span {
		margin-left: -9999px;
	}

	h1 a {
		display: block;
		width: 259px;
		height: 45px;
		background: url(../images/logo.gif) left top no-repeat;
	}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: .4em;
}

/* </header> */

/* <navigation> */

#navigation {
	float: left;
	width: 239px;
	margin-right: 20px;
}

#navigation ul {
	text-transform: uppercase;
	list-style: none;
	border-top: 1px solid #ccc;
}

	#navigation li {}

		#navigation li a {
			color: #444;
			text-decoration: none;
			padding: 10px;
			border-bottom: 1px solid #ccc;
			display: block;
		}

		#navigation li a:hover {
			color: #990033;
		}

#navigation dl {
	padding-top: 1.4em;
}

/* </navigation> */

#content {
	width: 420px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

	#content ul {
		margin-left: 1.5em;
	}

	#content p, #content ul, #content dl {
		margin-bottom: 1.6em;
	}

.alternative-investments #content .item {
	display: block;
}

.alternative-investments #content .item img {
	float: right;
	margin: 0 0 1em 1em;
}

/* <inputs> */

input, textarea {
	border: 1px solid #ccc;
	background: #eee;
	padding: 4px;
}

input.bttn {
	color: #fff;
	border: none;
	background: #903;
}

/* </inputs> */

#footer {
	list-style: none;
	color: #666;
	font-size: 85%;
	width: 740px;
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0;
}