@charset "UTF-8";
/* CSS Document */*-----------------------------------------------------------------------------------
  Global Reset v0.2 (based on http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212)
-----------------------------------------------------------------------------------*/
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, 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; }
  ol, ul { list-style: none; }
  :focus { outline: 0; }
  table { border-collapse: collapse; border-spacing: 0; }

/*---------------------------
  Elements
---------------------------*/
body {
	background-image:url(../images/bkgrd.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	color:black;
	font-size: 62.5%;
}

#header{
	width:1000px;
	height: 145px;
	background-color: white;
}

#Table_01{
	background-color: white;
}

#wrapper{
	width:1000px;
}

#contactme{
	width:716px;
	height: inherit;
	margin-top: 10px;

}

#stuff{
	width:1000px;
	min-height:600px;
	padding-bottom: 10px;
	color: #00aeef;
	background-color: white;
	
}

#core{
	width: 740px;
	height: 400px;
}

#comingsoon{
	font-size: 3em;
	font-style: oblique;
}

#biopic{
	float: left;
}

#biotext{
	float: right;
	width: 390px;
	text-align: left;
	color: black;
	font-size: 1.2em;
	line-height: 1.4em;
	
}

#footer{
	width: 716px;
	height: 15px;
	text-align: right;

}


.big{
	font-family:sans-serif, helvetica, arial;
	font-style: oblique;
	font-size: 2.8em;
	text-align: center;
	color:#00aeef;

}

.small{
	font-family:sans-serif, helvetica, arial;
	font-size:1em;
	color:#00aeef;
}

.info{
	font-family:sans-serif, helvetica, arial;
	font-size:1.4em;
	color:black;
}

	
	
#accordion {
}

.ui-accordion {
	width:550px;
}

.ui-accordion li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height: 1.5em;
	font-weight: lighter;
	margin-top:1px;
	border-bottom:1px solid #022f55;
	padding:0px;
	text-align: left;
}
	
	
	/* h tags */
h1 {}

h2, h4, h5 {}

h3{}

.menuhead{}

p {}
	
img {}
	
strong {}

	
	
	/* links */
a {
	text-decoration: none;
	color: #00aeef;
}
	
a:hover {}
	
a:focus {}

a:visited {}

fieldset {}
	
span {}
	
	/* Creates a numbered list */
ol {}
	
	
	/* Precedes each list item, and adds a number */
li {

}
	
	
	/* Creates a bulleted list */
ul {

}
	
	
	/* Creates a definition list */
dl {}
	
	
	/* Precedes each definition term */
dt {}
	
	
	/* Precedes each definition */
dd {}
	
	
	/* Inserts a horizontal rule */
hr {

}
	
	
	/* Indents text from both sides */
blockquote {}


@charset "UTF-8";
/* CSS Document */


