@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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*------------- End the Reset -----------------*/

/*body {
	background-image: url(../images/bodyTile.gif);
	background-repeat: repeat-x;
}*/


#wrapper {
	/*width: 850px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	font-size: .8em;
	/*margin-right: auto;
	margin-left: auto;*/
}

#header {
	text-align:left;
}


/*#home {
	background-image: url(../images/homeBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	background-color: #ad650e;
}


#experience {
	background-image: url(../images/experienceBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	background-color: #ad650e;
}

#investment {
	background-image: url(../images/investmentBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	background-color: #ad650e;
}

#portfolio {
	background-image: url(../images/portfolioBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	background-color: #ad650e;
}


#contact {
	background-image: url(../images/contactBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	background-color: #ad650e;
}
*/



	
#mainNav {
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 6px;
}

#navCap {
	width: 195px;
	float: left;
}

#mainNav a{
	color: #ffffff;
	text-decoration: none;
	font-size: 115%;
	margin-right: 30px;
}

#mainNav a:hover{
	color: #ad650e;
	text-decoration: none;
}

#wrapper2 {
background-image: url(../images/contentBG.gif);
	background-repeat: no-repeat;	
	background-color: #ad650e;
	}

	
#content {
	width: 440px;
	margin-left: 93px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	
}

#content a {
	color: #231f20;
	font-weight: bold;
}

#content a:hover {
	color: #762123;
}


#content h1 {
	margin-top: 40px;
	font-size: 150%;
	color: #ad650e;
	margin-bottom: 10px;
}


#content h2 {
	font-weight: bold;
	color: #762123;
	font-size: 11px;
}


#content p{
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 1.3em;
	font-size: 11px;
	width: 400px;
}


#footer {
	height: 5px;
	background-color: #231f20;
}

.clr {
 clear:both;
}


#nameplate {
	margin-left: 85px;
	padding-top: 58px;
	color: #762123;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#nameplate em {
font-style: italic;
}

.fltLft {
float: left;
	}
