@charset "utf-8";
/* CSS Document */


/*Contents:
	All
	Body
	Divs
	Classes
	IDs
	Tags
	Pseudo-Classes
*/

/*All.................................*/

*
{
	padding:0px;
	margin: 0px;
	border: 0px;
	font-family: calibri;
}

/*Body................................*/

body
{
	/* Need to set body margin and padding to get consistency between browsers. */
	/* See http://bluerobot.com/web/css/center1.html							*/
 
	background-image: url("../Images/grey line.jpg");
  	background-repeat: repeat;
	margin:50px 0px; 
	padding:0px; 
	text-align:center; /* Hack for IE5/Win */
}

/*...................................../

/* divs ..............................
container
DrImage
header
middle_block
middle_block_shadow
menuline
menuline_shadow
footer_line
footer_line_shadow
philosophy
*/



div#container
{

	width: 810px;
	height: 660px;
	
	border-style:groove;
	border-width: medium;
	border-color: white;
	
	margin:	0px auto;
	text-align: left;
	
	padding-left:20px;
	padding-right:20px;
	padding-top: 0px;
	
	background: #cdcccc;
	overflow: auto;
}




div#header
{
	float: left;
}

div#med_record
{
	float: right;
	width: 110px;
	margin-right:10px;
	margin-top: 15px;
	text-align:right;
}



div#menu_line_shadow
{
	position: 	relative;
	z-index:	1;
	top: 		5px;
	left: 		5px;
	
	width: 		800px;
	height: 	100px;
	
	background-color: grey;	

}
  
  
div#middle_block_shadow
{
	position: 	relative;
	z-index:	1;
	top: 		25px;
	left: 		5px;
	
	width: 800px;
	height: 300px;

	background-color: grey;	

}

div#footer_line_shadow
{
	position: 	relative;
	z-index:	1;
	top: 		45px;
	left: 		5px;
	
	width: 		800px;
	height: 	100px;

	background-color: grey;	

}
  
div#navlogo
{
	clear: both;
	position: relative;
	z-index: 2;
	float: left;
	width: 	200px;
	height: 100px;
	margin: 0px;

	background-image: url("../Images/canvas line.jpg");
  	background-repeat: repeat;
}

  
div#menu
{
	position: relative;
	z-index: 2;
	float: 		left;
	width:  	585px;
	height: 	100px;
	margin: 0px;
	
	background-image: url("../Images/canvas line.jpg");
  	background-repeat: repeat;
}


div#middle_block
{
	position: relative;
	z-index: 2;
	margin-top:20px;
	clear: both;
	float: left;

	width:  785px;
	height: 300px;
	
	background-image: url("../Images/canvas line.jpg");
  	background-repeat: repeat;
	
}


div#footer_line
{
	position: relative;
	z-index: 2;
	margin-top: 20px;
	clear: both;
	float: left;
	
	width:  785px;
	height: 100px;
	
	background-image: url("../Images/canvas line.jpg");
  	background-repeat: repeat;
}
	

div#update
{
	clear both;
	float: left;
	color: gray;
	font-size: 8pt;
}

div#vacation
{
	float: left;
	width: 300px;
	margin-right:10px;
	margin-left: 20px;
	margin-top: 15px;
	text-align:left;
}


/*Classes.................................
None
*/


/* IDs ..............................

name1
name2
navlist
menuline
logo_top
logo_btm
midlle_block
category
DrImage
moto
footer_line
posting


*/
/*IDs.....................................*/

p#flash_text
{
	margin-left: 40px;
	color: #444;
}

p#name1
{
	font-size: 35pt;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p#name2
{
	font-size: 21pt;
	padding: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
	border: 0px;
}


#big
{
	font-size: 30pt;
}

#logo_top
{
	margin-left: 20px;
	margin-top: 10px;
	width: 140px;
}

ul#navlist 
{ 
	list-style-type: none; 
	padding: 		0;
	padding-top:	20px;
	margin: 		0;
	float: 			left;
	background-image: url("../Images/canvas line.jpg");
  	background-repeat: repeat;
}


ul#navlist li 
{ 
	display: inline;
}

ul#navlist li a
{
	float: left;
	width: 120px;
	color:#666;
	padding: 5px 10px;
	text-decoration: none;
	text-align: left;

}

ul#navlist li a:hover
{
	background-color: #bde3e8;
	color: black;
}


ul#category
{
	float: left;
	margin-top: 60px;
	margin-left:30px;	
	font-size:	20pt;
	width: 160px;
}


ul#category li 
{ 
	list-style-type: none;
	padding-bottom: 20pt;
}

ul#category li a
{
	color:#666;
	padding: 5px 10px;
	text-decoration: none;
}

ul#category li a:hover
{
	background-color: #bde3e8;
	color: black;	
}

#logo_btm
{
	float: right;
	margin-right:20px;
	margin-top: 10px;
	width: 140px;
}


#moto
{
	float: 			right;
	font-size: 		20px;
	color:			#444;
	margin-right: 	30px;
	margin-top: 	80px;
	width: 			300px;
}


#DrImage
{
	float: left;
	height: 280px;
	margin-top: 10px;
}

#posting
{
	font-size: 14px;
	color: red;
}


#footer_line a:link
{
	color:#666;
	padding-left:10px;
	text-decoration: none;
	font-family: calibri;
	font-size: 16px;
	
}

#footer_line a:hover
{
	background-color: #bde3e8;
	color: black;
	text-align:right;
}

#footer_line a:visited
{
	color:#666;
	padding-left:10px;
	text-decoration: none;
	font-family: calibri;
	font-size: 16px;
}
