/* base.css */

/************************************************************************/
/* PAGE     										*/
/************************************************************************/

#screentotal { 		position: absolute; top: 0px; left: 0px; width: 100%;
                        font-family: "Verdana"; font-size: 16px; color: white; }

a:link 			{color: white; 	text-decoration: none;}
a:visited 			{color: white; 	text-decoration: none;}
a:focus 			{color: white; 	text-decoration: none;}
a:hover 			{color: white; 	text-decoration: underline;}
a:active 			{color: white; 	text-decoration: none;}

#pagetotal { 		position: relative; top: 20px; width: 769px; height: auto;
				margin-left: auto; margin-right: auto; }

#pagemain { 		width: 660px; height: auto;
				background: repeat-y url(../images/mainbck.jpg); padding-bottom: 100px; no-repeat; }

#banr1 {			position: absolute; top: 0px; left: 9px; 
                        width: 642px; height: 9px; background: url(../images/banrtop.jpg) repeat-x top; }
#banr2 {			position: absolute; top: 9px; left: 9px; 
                        width: 642px; height: 19px; background: url(../images/banrmid.jpg) repeat-x top; }
#banr3 {			position: absolute; top: 28px; left: 9px; 
                        width: 642px; height: 12px; background: url(../images/banrbot.jpg) repeat-x top; }

#crumb { 			position: relative; top: 43px; left: 51px; height: 20px; font-size: 10px; }

#bott1 {			position: absolute; bottom: 31px; left: 9px; 
                        width: 642px; height: 9px; background: url(../images/botttop.jpg) repeat-x bottom; }
#bott2 {			position: absolute; bottom: 12px; left: 9px; 
                        width: 642px; height: 19px; background: url(../images/banrmid.jpg) repeat-x bottom; }
#bott2txt { 		font-size: 10px; padding-top: 2px; }
#bott3 {			position: absolute; bottom: 0px; left: 9px; 
                        width: 642px; height: 12px; background: url(../images/bottbot.jpg) repeat-x bottom; }

/************************************************************************/
/* CONTENT											*/
/************************************************************************/

#contentbox { 		position: relative; top: 40px; width: 558px; height: auto;
				margin-left: auto; margin-right: auto; background: repeat-y url(../images/contbck.jpg); }

#contt {			width: 558px; height: 10px; background: url(../images/conttop.jpg) no-repeat top; }
#contb {			width: 558px; height: 10px; background: url(../images/contbot.jpg) no-repeat bottom; }

#contentline { 		border-left: solid #00ff00 1px; margin: 0px 0px 0px 10px; }

#content { 			color: black; font-size: 11px; padding: 20px 30px 20px 20px; }

#content a {		color: #c98300; }

/************************************************************************/
/* MENU											*/
/************************************************************************/

#menubox { 			position: absolute; top: 120px; left: 630px; width: 140px; height: auto; padding: 0px; 
				background: repeat-y url(../images/menubck.jpg);  }

#menut {			width: 140px; height: 10px; background: url(../images/menutop.jpg) no-repeat top; }
#menub {			width: 140px; height: 10px; background: url(../images/menubot.jpg) no-repeat bottom; }

#menu { 			margin: 5px 10px 5px 10px; }

#nosel { 			font-size: 10px; padding: 2px 5px 5px 5px; }
#bullf { 			color: #800010; }

#sel-1 { 			font-size: 10px; color: black; padding: 2px 5px 5px 5px; background-color: #b03040; }
#bull1 { 			color: #b03040; }

#sel-2 { 			font-size: 10px; color: black; padding: 2px 5px 5px 5px; background-color: #c04050; }
#bull2 { 			color: #c04050; }

#sel-3 { 			font-size: 10px; color: black; padding: 2px 5px 5px 5px; background-color: #d05060; }
#bull3 { 			color: #d05060; }

#sel-4 { 			font-size: 10px; color: black; padding: 2px 5px 5px 5px; background-color: #e06070; }
#bull4 { 			color: #e06070; }

#sel-5 { 			font-size: 10px; color: black; padding: 2px 5px 5px 5px; background-color: #f07080; }
#bull5 { 			color: #f07080; }

#green { 			color: #00ff00; }

/************************************************************************/
/* UTILITIES										*/
/************************************************************************/

#frnnny {			float: right; margin: 0px 0px 0px 10px; }

#font12 { 			font-size: 12px; }

#note {			font-size: 10px; font-style: italic; margin: 0px 0px 0px 20px; }

#bold {			font-size: 10px; font-weight: bold; margin: 0px 20px 0px 20px; }

#next {			text-align: right; }

#list1 {			display: list-item; margin-left: 15px; }

#imgframetxt { 		font-family: "Verdana"; font-size: 11px; color: white; 
				margin: 2px 0px 0px 5px; }

#ratingp {			font-weight: bold; color: #00aa00; display: inline; }

#ratingm {			font-weight: bold; color: red; display: inline; }

/************************************************************************/
/* EOF	 										*/
/************************************************************************/
