/* CSS Document */

/* zeroing selectors */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

#wrapper {
width: 781px;
background-color: #333333;
margin: 10px auto;
border: 0;
padding-left: 4px;
/* IE 5 centering fix compensation*/
text-align:left;
/*background-image: url(../images/Untitled-1.gif);
background-repeat: repeat-y;
*/
}

/* For Fireworks menu */
td img {
display: block;
}



body {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100.01%;
color: #FFFFFF;
background-color: #333333;
/* IE 5 centering fix */
text-align: center;
}

a:link, #content a:link, #basket_content .td_dash_border a:link  {
	color: #006699;
}
a:visited, #content a:visited, #basket_content table a:visited{
	color: #006699;
}
a:hover, #content a:hover, #basket_content table a:hover{
	color: #003366;
}
a:active, #content a:active, #basket_content table a:active{
	color: #003366;
}

#banner {
margin: 0;
padding: 0;
}

#menu {
margin: 0;
padding: 0;
}

#content_area {
margin: 0;
padding: 40px;
background-image:url(../images/content_area_bg.jpg);
background-repeat:repeat-y;
}

#footer {
margin: 0;
padding: 0;
}

#content {
margin: 0;
padding: 0;
}

p, ul{
font-size: 80%;
text-align:justify;
}


ul {
text-indent: 20px;
}


h1 {
color: #FF9933;
font-size: 180%;
text-align:justify;
font-weight:normal;
}

h2 {
color: #FF9933;
font-weight:bold;
font-size: 95%;
text-align:justify;
}

.italics {
font-style:italic;
color: #FF9933;
}

.biog_text {
width: 475px;
float: left;
}

.biog_header {
margin-bottom: 20px;
clear:both;
}

.biog_pic {
float: right;
border: #FF9933 3px solid;
}

.biog{
margin-bottom: 20px;
}

.clearit {
clear: both;
}
