/* comments */

/* file:///D:/work/leophidian/site/dev/newest06/index.html */

body {font-family:arial,verdana,sans serif;color:black;text-align:center;
	background-color:#330033;margin:0px;padding:0px;}
	
/*#box1{width:773px;margin:0px auto 0px auto;padding:0px;background-color:transparent;}*/
#header{width:773px;height:96px;margin:0px;padding:0px;text-align:left;
	background-image:url("images/header1a.jpg");
	background-position:top;background-attachment:scroll;
	background-repeat:repeat-y;}

#middle{width:773px;height:600px;margin:0px;padding:0px;
	background-image:url("images/middlebkg1.jpg");
	background-position:top;background-attachment:scroll;
	background-repeat:repeat-y;}
#left{width:152px;height:600px;margin:0px;padding:0px;float:left;z-index:5;
	background-image:url("images/left1a.jpg");
	background-position:top;background-attachment:scroll;
	background-repeat:no-repeat;}
#center{width:472px;height:600px;margin:0px;padding:0px;float:left;z-index:5;
	background-image:url("images/center1.jpg");
	background-position:top;background-attachment:scroll;
	background-repeat:no-repeat;}
#right{width:149px;height:600px;margin:0px;padding:0px;float:left;z-index:5;
	background-image:url("images/right1a.jpg");
	background-position:top;background-attachment:scroll;
	background-repeat:no-repeat;}

#footer{width:773px;height:28px;margin:0px;padding:0px;text-align:center;
	background-color:black;font-size:11px;color:silver;z-index:5;}

.picright{width:100px;padding:0px 0px 0px 10px;float:right;}
.picleft{width:100px;padding:0px 10px 0px 0px;float:left;}
.tbox{width:440px;text-align:left;z-index:6;
	font-family:arial,verdana,sans serif;font-size:12px;color:black;line-height:18px;}
.tbox2{width:440px;text-align:center;
	font-family:arial,verdana,sans serif;font-size:12px;color:black;line-height:18px;}


a:link {color:black;background-color:transparent;text-decoration:underline;}
a:visited {color:black;background-color:transparent;text-decoration:underline;}
a:hover {background-color:#0099cc;text-decoration:underline;}

#right a:link {color:white;background-color:transparent;text-decoration:underline;}
#right a:visited {color:silver;background-color:transparent;text-decoration:underline;}
#right a:hover {color:black;background-color:#ff9900;text-decoration:underline;}

#footer a:link {color:white;background-color:transparent;text-decoration:underline;}
#footer a:visited {color:white;background-color:transparent;text-decoration:underline;}
#footer a:hover {color:black;background-color:#0099cc;text-decoration:underline;}

/* DROP DOWN MENU */
	#navbar{font:12px bold Verdana,sans-serif;line-height:16px;
		width:150px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
	#nav {list-style:none;width:140px;color:black;} /* non link text */
		#nav li {position:relative;float:left;width:150px;
			border-bottom: 0px solid white;}
		li ul {position:absolute;left:150px;top:0px;display:none;background:#0099cc;}
		li a {display: block;text-decoration:none;
			padding:0px 0px 0px 0px;color:black;}
		li a:hover {color:white;background:#0099cc;}
	
		/* Fix IE. Hide from IE Mac \*/
		* html ul li { float:left;width:150px; }
		* html ul li a { height: 1%; }
		/* End */

		ul {width:150px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;list-style:none;}
		li:hover ul, li.over ul {display: block;}
/* end DROP DOWN MENU */




