body {margin: 0px;
      background-color: #f0f0f0;
		height: 750px;}
		
li {text-align: center;}

a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:hover {color:#0000ff; text-decoration: underline;}
a:active {color:#000000; text-decoration: none;}

a.other:link {color: blue;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}
a.other:visited {color: blue;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}
a.other:hover {color: blue;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}
a.other:active {color: blue;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}

a.otherMin:link {color: green;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}
a.otherMin:visited {color: green;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}
a.otherMin:hover {color: green;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}
a.otherMin:active {color: green;
					font-size: 15px;
					text-decoration: underline;
					font-weight: bold;}

.homeFont {font: 13px Verdana;}
.showsFont {font: 13px Verdana;}
.contactFont {font: 13px Verdana;}
.aboutFont {font: 13px Verdana;}

.footer {text-align: center;
			background-color: #ffcc66;}
h1,h2,h3,h4,h5 {color: #cc0033;}

.showsBox {border: solid 1px #000000;
				width: 560px;
				position: relative;
				text-align: center;
				top: 10px;
				padding-left: 10px;
				padding-right: 10px;
				background-color: #ffffff;}

.homeBox {
				width: 340px;
				vertical-align: top;
				position: relative;
				top: -14px;
				padding-left: 10px;
				padding-right: 10px;
				background-color: #f5f5f5;}


.homeBox2 {
				width: 458px;
				vertical-align: top;
				position: relative;
				top: -14px;
				padding-left: 10px;
				padding-right: 10px;
				background-color: #f5f5f5;}

.linksBox {border: solid 1px #000000;
				width: 560px;
				position: relative;
				text-align: left;
				padding: 20px;
				background-color: #f5f5f5;
				font: 14px Verdana;}

.classifiedBox {border: solid 1px #000000;
				width: 760px;
				position: relative;
				text-align: left;
				top: 10px;
				padding: 10px;
				background-color: #f5f5f5;
				font: 12px Verdana;}

.scroll {font: bold 16px Verdana;
			color: #cc0033;}

ul.NoBullet {list-style-type: none;}

.login {width: 400px;
			height: 200px;
			position: relative;
			left: 300px;
			top: 100px;
			background-image: url('/images/login.gif');
			text-align: center;}
