body {

	font-size: 100.01%;

	margin: 0px;

	background-image: url(../images/page_bkgr.jpg);

}
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;
	vertical-align: baseline;
}









#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	top: 0px;
	background-image: url(../images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 0px;

}



#header {
	height: 50px;
	width: auto;
	background-image: url(../images/site_logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}
#header img {
	float: right;
}


#data {
	width: 500px;
	margin-top: 50px;
	left: 0px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#sidebar {
	width: 175px;
	right: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin: 0px;

}

#footer {
	height: 30px;
	width: auto;
	background-color: #9CF;
	clear: both;
	padding: 0px;
	margin: 0px;

}
#data_footer {
	clear: both;
	margin: 0px;
	padding: 0px;
}



h {

	font-family: Arial, Helvetica, sans-serif;

}


h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	font-size: 1em;
	top: auto;
	bottom: auto;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: left;

}

h4 {

	padding: 5px;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	color: #666;

	font-size: 1em;

	margin: 0.5px;

}

p {

	margin: 1px;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	color: #666;

	font-size: .9em;

}

a {
	color: #0482FF;
	text-decoration: none;
	font-family: "Lucida Console", Monaco, monospace;
}
a:hover {
	color: #0057AE;
	text-decoration: underline;
}
table#contact   {
	margin: 0px;
	padding: 0px;
}
table#contact p {
	margin-bottom: 5px;
}
table#contact     td{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
table#contact td.header {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #666;
	width: 125px;
}

table#contact td.middle {
	vertical-align: middle;
}
table#contact td#myphoto{
	background-image: url(../images/myphoto.jpg);
	height: 100px;
	width: 120px;
	background-repeat: no-repeat;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 20px 0px;

}
