/* this first section sets the background color....thats the color surround OUTSIDE
your main table. The same with the fonts, this applies only to any text you place outside the
main content table. Which will probably be nothing. The max-width is for Firefox, to let it know how wide you
want your page to be. This will be the maximum width of your main content table.
If you set it to perhaps 1050px, and view it on a 1024x768 monitor, it will appear full width. But to someone 
viewing on a 1200x1024 monitor, it will appear as 1050 wide, with your choice of a colored background either
 side, taking up the extra 150px. (75px each side)*/

body {
	max-width: 1050px;
	background-color:#939603;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91%; /*leave this...it sets the overall size of your fonts.*/
	color: #000;
	margin:auto;
	padding:0;
	text-align:center;
}

/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1250px, change it here
to 1250px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely.
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.
BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/

.max-width {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
}

/*the font size is 100% of the body font setting So while it says 100%, that is actually 100% of 93%. No need to touch this if you dont want to */
table {
font-size:100%; /*leave this font size, change the individual cells below, if the default size isnt to your liking*/
color:inherit;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

/*HTML ELEMENTS - below*/
hr{
	height: 1px;
	width: 70%;
	text-align: center;
	color: #2F658E;
}

.smaller {
	width: 25%;
}

#gallery .img-float-right{
	margin-bottom: 2px;
	margin-left: 4px;
}

#sitemap {
}
#aboutme {
}

#sitemap h2 {
	background: #2A618B;
	color: #CCC;
	border: thin dashed #CCC;
}
#sitemap h3 {
	text-decoration: underline;
}

.sitemap-back {
	border: thin dashed #069;
	background: #CC9;
}

.sitemap-back2 {
	border: thin dashed #060;
	background: #FFC;
}



ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}

ol {

}
 
li.custom {
	background: url(../image-files/bullet.gif) no-repeat left center;
	padding-left: 40px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
li.custom1 {
	line-height: 2em;
	color: #906;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
}
li.custom2 {
	line-height: 2.5em;
	list-style-position: inside;
}
li.custom3 {
	line-height: 1.5em;
	list-style-position: inside;
	color: #036;
	font-weight: bold;
}
.spectext {
	color: #000;
	font-weight: lighter;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 180%;
	color: #036;
	text-align:center;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 155%;
	color: #660;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 107%;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #EBEB6C;
}

#related a {
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

#related a:visited {
}


#related a:hover {
	color: #939603;
	text-decoration: underline;
 }

.first-line {
	font-weight: bold;
	color: #333;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.signature {
	color: #036;
	font-family: "Lucida Handwriting", "Viner Hand ITC", "Bradley Hand ITC", "Freestyle Script";
	font-size: 185%;
}

.indent {
	margin-left: 5%;
	margin-right: 4%;

}
.highlighttext {
	background-color: #B3C2C5;
	font-weight: bold;
}
.bignumber {
	font: italic 250% "Lucida Handwriting", "Bookman Old Style", "trebuchet MS", Verdana, Arial;
	color: #939603;
}


.winner {
	font-weight: bold;
	font-variant: normal;
	color: #036;
	font-size: 120%;
}

.pictext {
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.pictext2 {
	font-size: 0.8em;
	color: #006;
}
.pictext3 {
	font-size: 0.7em;
	color: #036;
	text-align: center;
	font-weight: bold;
}




a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #036;
	text-decoration: underline;
}


a:visited {
	color: #99C;
}


a:hover {
	color: #939603;
	text-decoration: underline;
 }
.rsshelp, .rsshelp a, .rsshelp a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: underline;
	font-size: 90%;
}
 
.inlinelink {
	color: #036;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.tooltip {
	color: #939;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 99%;
}

/* Below, is the background colors for your table cells.*/
td.headerbg {
	background-color:#939603;
	background-image: url(../image-files/home-cinema-guide-banner3.jpg);
	background-repeat: no-repeat;
}

td.spacerbg {
	background-color:#fff;
	font-size: 93%;
}

td.contentbg {
	background-color:#FFF;
	font-size: 93%;
	padding:10px;
	padding-top: 20px;
}

td.rightbg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 86%;
	background-color:#FFF;
	padding:5px;
	padding-top: 15px;
}

td.leftbg {
	font-size: 86%;
	margin-left: 5px;
	background-color:#FFF;
	padding:5px;
	width: 160px;
}

td.footerbg {
font-size: 86%;
color:inherit;
background-color:#fff;
padding:5px; 
}
.smalltext {
	font: 70% Verdana, Geneva, sans-serif;
}

/* Styling for copyright at bottom of page*/
.copyright {
	font-size: 85%;
	color: #FFF;
	text-align: center;
	height: 125px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #939603;
	background-image: url(../image-files/footer-background.jpg);
	background-repeat: no-repeat;
	width: 100%;
}
.footer2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	float: left;
	line-height: 2em;
	padding-top: 30px;
	padding-left: 30px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	float: right;
	line-height: 2em;
	list-style-type: none;
	margin: 10px;
	padding: 10px;
}

.footer a {
	text-decoration: none;
	color: #FFF;
}

.footer a:visited {
	color: #FFF;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.gloss {
	color: #000;
	font: normal 135% Verdana, Geneva, sans-serif;
	text-align: center;
}
.glosshead {
	border: 1px solid #000;
	background-color: #939603;



}

.gloss a {
	color: #000;
	text-decoration: underline;
}

.gloss a:visited {
	color: #939603;
}

.gloss a:hover {
	color: #939603;
	background: #000;
	text-decoration: underline overline;
}
.indentgloss {
	margin-left: 5%;
	margin-top: -2%;
	margin-right: 2%;
}


.backlink, .backlink a, .backlink a:visited, .backlink a:hover {
	font: 90% Verdana, Geneva, sans-serif;
	color: #939603;
	text-decoration: underline;
	text-align: center;
	display: block;
}

.bluetext {
	font-family: Verdana, Geneva, sans-serif;
	color: #2F658E;
}

.homelink {
	font: 85% Verdana, Geneva, sans-serif;
	color: #939603;
	text-decoration: underline;
	text-align: center;
	display: block;
}

.homelink a {
	color: #939603;
	text-decoration: underline;
}

.homelink a:visited {
	color: #939603;
}

.homelink a:hover {
	color: #939603;
}
.container {
	width: 100%;
}


/*** Picture inside the text ***/
.img-float-left {
	float: left;
	margin-right: 10px;
	padding: 2px;
	margin-bottom: 15px;
	text-align: center;
	}


.img-float-right {
	float: right;
	margin-left: 10px;
	padding: 2px;
	text-align: center;
	margin-bottom: 15px;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

/* Round corner box - blue border/green fill */

/* Use this one for 50% width float left*/
.t {
	background: url(../image-files/dot-blue.gif) 0 0 repeat-x;
	width: 48%;
	float: right;
	background-color: #cc6;
	margin-top: 8px;
	margin-left: 8px;
}

/* Use this one for 100% width box*/
.t2 {
	background: url(../image-files/dot-blue.gif) 0 0 repeat-x;
	background-color: #cc6;
	margin-top: 8px;
	width: 100%;
}
.b {
	background: url(../image-files/dot-blue.gif) 0 100% repeat-x;
}
.l {
	background: url(../image-files/dot-blue.gif) 0 0 repeat-y
}
.r {
	background: url(../image-files/dot-blue.gif) 100% 0 repeat-y
}
.bl {
	background: url(../image-files/bl-blue-green.gif) 0 100% no-repeat
}
.br {
	background: url(../image-files/br-blue-green.gif) 100% 100% no-repeat
}
.tl {
	background: url(../image-files/tl-blue-green.gif) 0 0 no-repeat
}
.tr {
	background: url(../image-files/tr-blue-green.gif) 100% 0 no-repeat;
	padding:10px;
}

/* Round corner box - green border/grey fill*/
.top {
	background: url(../image-files/dot-green.gif) 0 0 repeat-x;
	background-color: #B3C2C5;
	margin-left: 5px;
	margin-right: 3px;
}

.bottom {
	background: url(../image-files/dot-green.gif) 0 100% repeat-x;
}
.left {
	background: url(../image-files/dot-green.gif) 0 0 repeat-y
}
.right {
	background: url(../image-files/dot-green.gif) 100% 0 repeat-y
}
.bleft {
	background: url(../image-files/bl-green-grey.gif) 0 100% no-repeat
}
.bright {
	background: url(../image-files/br-green-grey.gif) 100% 100% no-repeat;
}
.tleft {
	background: url(../image-files/tl-green-grey.gif) 0 0 no-repeat
}
.tright {
	background: url(../image-files/tr-green-grey.gif) 100% 0 no-repeat;
	padding:8px;
}
.trightrss {
	background: url(../image-files/tr-green-grey.gif) 100% 0 no-repeat;
	padding:5px;
}
/* Round corner box - brown border/orange fill*/
.top1 {
	background: url(../image-files/dot-brown.gif) 0 0 repeat-x;
	margin-right: 8px;
	margin-top: 8px;
	width: 40%;
	float: right;
	background-color: #fc9;
	margin-left: 8px;
}
.top2 {
	background: url(../image-files/dot-brown.gif) 0 0 repeat-x;
	margin-right: 8px;
	margin-top: 8px;
	width: 40%;
	float: left;
	background-color: #fc9;
	margin-left: 8px;
}

.bottom1 {
	background: url(../image-files/dot-brown.gif) 0 100% repeat-x;
}

.left1 {
	background: url(../image-files/dot-brown.gif) 0 0 repeat-y
}
.right1 {
	background: url(../image-files/dot-brown.gif) 100% 0 repeat-y
}
.bleft1 {
	background: url(../image-files/bl-brown-orange.gif) 0 100% no-repeat
}
.bright1 {
	background: url(../image-files/br-brown-orange.gif) 100% 100% no-repeat;
}
.tleft1 {
	background: url(../image-files/tl-brown-orange.gif) 0 0 no-repeat
}
.tright1 {
	background: url(../image-files/tr-brown-orange.gif) 100% 0 no-repeat;
	padding:10px;
}

.top3 {
	background: url(../image-files/dot-gold.gif) 0 0 repeat-x;
	width: 50%;
	background-color: #99cccc;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.top4 {
	background: url(../image-files/dot-gold.gif) 0 0 repeat-x;
	width: 45%;
	background-color: #99cccc;
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}


.bottom3 {
	background: url(../image-files/dot-gold.gif) 0 100% repeat-x;
}

.left3 {
	background: url(../image-files/dot-gold.gif) 0 0 repeat-y
}
.right3 {
	background: url(../image-files/dot-gold.gif) 100% 0 repeat-y
}
.bleft3 {
	background: url(../image-files/bl-gold-green.gif) 0 100% no-repeat
}
.bright3 {
	background: url(../image-files/br-gold-green.gif) 100% 100% no-repeat;
}
.tleft3 {
	background: url(../image-files/tl-gold-green.gif) 0 0 no-repeat
}
.tright3 {
	background: url(../image-files/tr-gold-green.gif) 100% 0 no-repeat;
	padding: 8px;
}
.top5 {
	width: 40%;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	background-color: #FFA722;
	background-image: url(../image-files/dot-red.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.bottom5 {
	background: url(../image-files/dot-red.gif) 0 100% repeat-x;
}
.left5 {
	background: url(../image-files/dot-red.gif) 0 0 repeat-y
}
.right5 {
	background: url(../image-files/dot-red.gif) 100% 0 repeat-y
}
.bleft5 {
	background: url(../image-files/bl-red-yellow.gif) 0 100% no-repeat
}
.bright5 {
	background: url(../image-files/br-red-yellow.gif) 100% 100% no-repeat;
}
.tleft5 {
	background: url(../image-files/tl-red-yellow.gif) 0 0 no-repeat
}
.tright5 {
	background: url(../image-files/tr-red-yellow.gif) 100% 0 no-repeat;
	padding: 8px;
}

.hand {
	background-image: url(../image-files/hand.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.talkbubble {
	background-image: url(../image-files/talk-bubble2.gif);
	background-repeat: no-repeat;
	background-position: center;

}


/*NAVIGATION PANEL - below*/

/*this stylesheet is for you navigation panel*/
#navigator {
	background-color: transparent;
	width: 160px;
	margin-top: auto;
	margin-left: 2px;
	margin-right: auto;
	padding: 2px;
	text-align: center;
}
.navhead {
	color: #EBEB6C;
	text-align: center;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

/* Navigator buttons*/
.housebutton {
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
}

.housebutton a, .housebutton a:visited {
	font-size: 102%;
	font-family:  Verdana, sans-serif;
	display: block;
	color: #2F658E;
	padding-bottom: 2px;
	border-bottom: 2px solid #B3C2C5;
	background-color: #CC9;
	text-decoration: none;
}

.housebutton a:hover {
	font-size: 102%;
	font-family:  Verdana, sans-serif;
	color: #000;
	text-decoration: underline;
	background-color: #939603;
}

/* Horizontal Nav bar*/
#nav ul {
	float: left;
	list-style: none;
	width: 100%;
	height: 30px;
	display: inline;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	background-color: #B3C2C5;
} 

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
} 

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;/*this is the gap between the text, and the border*/
	border-top: none;
	border-right: 1px solid #939603; /*this gives a white border, change as required*/
	border-bottom: none;
	color: #036; /* text color*/
	font: bold 0.75em/30px Verdana, Geneva, sans-serif; /* sets the font type and size*/
	text-transform: uppercase; /*delete if you dont want uppercase*/
	text-decoration: none;
} 

#nav ul li a:hover, #nav ul li a:active {
	color: #FFF;
	background-color: #2A618B;
	font: bold;
}

table.link-table {
	width: auto;
	padding: 5px;
}
.link-table-data {
	background-color: #e5e5e5;

}

.link-table-data a{

}

.link-table-data a:visited{
	color: #036;	

}

.link-table-data a:hover{
	color: #939603;
	text-decoration: underline;
}
.tl-related {
	background-color: #660;
	background-image: url(../image-files/tl-related1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FC3;
	text-align: center;
	font-weight: bold;
}
.tr-related {
	padding:5px;
	background-image: url(../image-files/tr-related1.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.related-item {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660;
	border-left-color: #660;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	background-color: #FFC;
}
.related-item-bottom {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660;
	border-left-color: #660;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	background-color: #FFC;
}
.shop-text {
	text-align: center;
	border: 2px dashed #036;
	background-color: #9CC;
}

.tl-store {
	background-color: #036;
	background-image: url(../image-files/corner-tl-blue.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFCC00;
	text-align: center;
	font-weight: bold;
}

.tr-store {
	padding:5px;
	background-image: url(../image-files/corner-tr-blue.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.store-content-top {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #036;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #036;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	background-color: #FFC;
}
.store-content-bottom {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #036;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	background-color: #FFC;
}

.bl-store {
	background-color: #036;
	background-image: url(../image-files/corner-bl-blue.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #FE9900;
	text-align: center;
	font-weight: bold;
}
.br-store {
	background-image: url(../image-files/corner-br-blue.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.tl-related-red {
	background-color: #600;
	background-image: url(../image-files/tl-related.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FC3;
	text-align: center;
	font-weight: bold;
}
.tr-related-red {
	padding:5px;
	background-image: url(../image-files/tr-related.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.related-item-red {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #600;
	border-left-color: #600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #600;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	background-color: #CC9;
}
.store-box-left {
	float: left;
	width: 40%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.5em;
}
.store-box-right {
	float: right;
	width: 40%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.5em;
}
.store-box-botcen {
	width: 100%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.5em;
}



.related-item-bottom-red {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #600;
	border-left-color: #600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	background-color: #CC9;
}
.tl-compare-blue {
	background-color: #2A618B;
	background-image: url(../image-files/tl-nav1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #EBEB6C;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.tr-compare-blue {
	padding:5px;
	background-image: url(../image-files/tr-nav1.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.compare-background-blue {
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	background-color: #939603;
	border: 1px dotted #FE9900;
}
.compare-text {
	color: #FE9900;
	font-weight: bold;
}
.tl-compare-red {
	background-color: #600;
	background-image: url(../image-files/tl-related.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FC3;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.tr-compare-red {
	padding:5px;
	background-image: url(../image-files/tr-related.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.compare-background-red {
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	background-color: #CC9;
	border: 1px dotted #600;
}

.tl-nav {
	background-color: #2A618B;
	background-image: url(../image-files/tl-nav1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr-nav {
	background: url(../image-files/tr-nav1.gif) 100% 0 no-repeat;
	padding:5px;
	border-bottom: 2px solid #B3C2C5;
}
.bl-grey {
	background: #e5e5e5 url(../image-files/bl-nav-grey.gif) no-repeat 0% 100%;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
}
.bl-grey1 {
	background: #e5e5e5 url(../image-files/bl-nav-grey.gif) no-repeat 0% 100%;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}

.br-grey {
	background: url(../image-files/br-nav-grey.gif) no-repeat 100% 100%;
}
.tl-grey {
	background: url(../image-files/tl-nav-grey.gif) no-repeat 0 0;
}
.tr-grey {
	background: url(../image-files/tr-nav-grey.gif) no-repeat 100% 0;
}
.tr-grey1 {
	background: url(../image-files/tr-nav-grey.gif) no-repeat 100% 0;
	padding: 10px;
	height: 150px;
}

.bl-yellow {
	width: 80%;
	background-color: #E9BC0A;
	background-image: url(../image-files/bl-yellow2.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin-left: auto;
	margin-right: auto;
}
.br-yellow {
	background-image: url(../image-files/br-yellow2.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl-yellow {
	background-image: url(../image-files/tl-yellow2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr-yellow {
	background-image: url(../image-files/tr-yellow2.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.connect-box {
	height: 125px;
	width: 300px;
}
.google-468x15 {
	height: 15px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
}
.google-468x60 {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
}
.google-300x250 {
	height: 250px;
	width: 300px;
	margin-right: 8px;
	margin-bottom: 8px;
}





.google-300x250-left {
	float: left;
	height: 250px;
	width: 300px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.google-160x600 {
	height: 600px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
.google-336x280 {
	height: 280px;
	width: 336px;
}


.google-336x280-centre {
	height: 280px;
	width: 336px;
	margin: auto;
	position: relative;
}


div.centered 
{
    text-align: center;
}
div.centered table 
{
    margin: 0 auto; 
    text-align: left;
}

.storyInput {
	height: 150px
}

.vIsText_3000 { 
	height: 95px 
}
.funtext {
	font-size: 120%;
	color: #F00;
	text-decoration: blink;
}

/* Custom add this code*/

.addthis_toolbox .hover_effect
{
	width: 330px;
	padding: 10px 0 6px 10px;
	border: 3px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 85%;
}

.addthis_toolbox .hover_effect div
{
	float: left;

}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

.addthis_toolbox .custom_images a
{
	width: 39px;
	height: 39px;
	margin: 0;
	padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
.top6 {
	background-color: #e5e5e5;

	background-image: url(/image-files/dot-blue2.gif)
.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../image-files/dot-blue2.gif);
}
.bottom6 {
	background: url(../image-files/dot-blue2.gif) 0 100% repeat-x;
}
.left6 {
	background: url(../image-files/dot-blue2.gif) 0 0 repeat-y
}
.right6 {
	background: url(../image-files/dot-blue2.gif) 100% 0 repeat-y
}
.bleft6 {
	background: url(../image-files/bl-blue-grey.gif) 0 100% no-repeat
}
.bright6 {
	background: url(../image-files/br-blue-grey.gif) 100% 100% no-repeat;
}
.tleft6 {
	background: url(../image-files/tl-blue-grey.gif) 0 0 no-repeat
}
.tright6 {
	background: url(../image-files/tr-blue-grey.gif) 100% 0 no-repeat;
	padding: 9px;
	height: 163px;
	width: 250px;
}
