/* CSS Reset v1.0 | 20080212 */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1.2; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset v1.0 | 20080212 */



body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #3f3f3f;
	font-size: 10.5pt;
	}
	
h1, h2, h3, h4 {

	color: #482F50;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

h3 { font-size: 1.5em; }

p {margin-bottom: .8em;
line-height: 1.5em;}

a {color: #0068B4;  text-decoration: none;}
a:hover {text-decoration: underline;}

#wrapper {

	width: 960px;
	margin: 0px auto;
	
}

#left {
	margin-top: 30px;
	width: 592px;
	float: left;
}

#left p {width: 572px;}

#header {
	color: #482F50;
	font-size: 14pt;
	margin-bottom: 35px;
} 

#header img {
	float: left;
	margin-right: 10px;
	
	}
	
#header h2 {margin-bottom: .5em;}

#header p {
	margin-bottom: .5em;
	line-height: 1em;
}

#right {
	
	width: 368px;
	margin-left: 592px;
	padding-top: 60px;
	padding-left: 0;
	position: fixed; 
	
}

#footer {
	color: #ccc;
	padding-top: 4em;
	padding-bottom: 7em;
	clear: both;
	border-top: #e6e6e6 1px solid;
}

#footer p {
	width: 960px;
	font-size: .8em;
	margin: 0px auto;
}

#name
{
	margin-bottom: -5px;
}
