body,
html {
    margin:0;
    padding:0;
    background:#000000;
    color: #7a7a7a;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
    min-width:800px;
}

/* header and footer */
#wrap {
	margin:0 auto;
	width:100%;
}

#header {
	margin: 33px 0 19px 41px;
}

#redline {
	background: #aa0000;
	height: 2px;
}

#footer {
	background: #2a2a2a;
	padding: 5px 41px 5px 41px;
	clear:both;
	font-size: 9px;
	text-align: center;
}

/* menu */
#menu {
	padding: 0 0 40px 37px;
}

#menu ul{
	margin:0;
	padding: 5px;
	list-style:none;
	color: #7a7a7a;
}

#menu li{
	display:inline;
	margin: 0px 10px 0px 0px;
	padding: 3px 20px 3px 20px;
}

#menu a:hover, #menu a:link, #menu a:visited {
	color: #7a7a7a;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* main col and side col*/
#content {
	padding: 0 41px;
}

#maincol {
	float: left;
	width: 54%;
	padding: 0 0 20px 0;
}

#sidecol {
	float: right;
	width: 45%;
	padding: 0;
	margin: 0 0 20px 10px;
}

/* text style */
#content h1, #content h2, #content h3, #content p {
	padding:0 20px;
	font-weight: normal;
}

#content h1 {
	font-size: 20px;
}

#content h2 {
	font-size: 16px;
	color: #ffffff;
}

#content h3 {
	font-size: 14px;
}

#content h1 {
	border-bottom: 1px solid #7a7a7a;
	margin: 0;
	padding: 0;
	width: 100%;
}

#myname {
	color: #aa0000;
}

#content a:hover, #content a:link, #content a:visited {
	color: #ffffff;
	text-decoration: none;
}

#content a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* tables */
#content table {
	margin: 0 20px;
	width: 100%;
}

/* tables */
#content td {
	margin: 20px 0px;
	vertical-align: top;
}

/* tables */
#content tr {
	margin: 20px 0px;
}

/* page specific */
#sidecol h1 {
	border-bottom: none;
}

#portrait {
	width: 217px;
	margin: 0px auto;
}

#imageref {
	margin: 0px auto;
	padding: 50px 0px;
	text-align: center;
}

.cvheader {
	font-size: 14px;
	background-color: #222222;
}

.cvheader td {
	color: white;
	padding: 4px;
}

hr {
	height: 1px;
	border: 0;
	background-color: #7a7a7a;
}

table {
	line-height: 150%;
}
