@import url("drbiofeedbackstyles.css");
/* 
			Dennis S Warner
			http;//www.denniswarner.com
			
			Color 01: #fffcda
			Color 02: #e6e2b1
			Color 03: #739980
			Color 04: #0a202e
			Color 05: #1c1a14 		
*/

/*
	RESET
*/
*							{ margin: 0; padding: 0; }
html						{ overflow-y: scroll; }
html, body					{ height: 100%; }		
body						{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: 		
							  #000000;}
p							{ margin-left: 10px; }
ul							{
	list-style-position: inside;
	list-style-image: url(../images/bullet02.gif);
}
li							{ margin-left: 10px; }
ol							{ list-style: decimal inside }
h3							{ margin-left: 10px; }
a							{ outline: none; text-decoration: none }
a img						{ border: none }
img							{ vertical-align: middle }
table						{ border-collapse: collapse }
A:link						{
	color: #0000FF;
}
A:visited
A:active
A:hover


/*
	UTILITY
*/
.floatLeft					{ float: left }
.floatRight					{ float: right }
.clear						{ clear: both }
.button						{ border: 1px solid #272727; background: white; padding 3px 8px; -moz-border-radius: 5px; 		
							  -webkit-border-radius: 5px; color: 272727; }
.button:hover				{ background: #990000; color: white; }

/*
	STRUCTURE
*/

#page-wrap					{ width: 760PX; margin: 0px auto -250px; min-height: 100%; height: auto !important; height: 100% }
/*
#push						{ height: 250px }
*/

/*
	HEADER
*/
/*
#header						{ text-indent: -9999px; }
*/
#logo						{ width: 760px; height: 130px; background:url(/images/interface/topheader.jpg);}
#top-bar					{ padding: 20px 0 0 0; }


/*
	MENU
*/
/*
#menu-bar					{ padding: 60px 0; }
ul#main-nav					{ width: 950px; float: left; margin: 0 0 0 250px; }
ul#main-nav li				{ display: inline; }
ul#main-nav li a			{ text-transform: uppercase; color: white; font-size: 1.2em; padding: 3px 10px; 
							  -moz-border-radius: 5px; - webkit-border-radius: 5px; }
ul#main-nav li a:hover		{ background: white; color: #272727; }
*/

/*

	CONTENT
*/
/*
#mainContent				{
	width: 440px;
	margin-bottom: 0px;
	height: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
}
#maincontent p {
}

#mainContent li 			{ margin-top: 0px; margin-right: 0px; margin-left: 20px; list-style-position: inside;
							  list-style-image: url(images/bullet.png); }
*/
#adsense					{ width: 760px; height: 90px;}
#content-wrap				{ width: 760px; height: 400px;}
#welcome					{
	font-size: 12px;
	width: 450px;
	height: 400px;
	float: left;
	background-image: url(/images/interface/clouds01.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

#currentnews					{
	width: 450px;
	height: 200px;
}

#about 						{
	width: 310px;
	height: 400px;
	float: left;
	background-image: url(/images/interface/clouds02.jpg);
	background-repeat: no-repeat;
}
#scroll						{ width: 310px; height: 155px; margin-top: 10px; overflow: scroll; }




/*
	FOOTER
*/
#footer				{width: 760px;}
