@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align:left;
	margin:20px auto;
	/*min-width:840px;for netscape browsers*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-repeat: repeat-x;
	background-color:#AAA;
}

#Header
{
	width:988px;
	height:230px;
	text-align: right;
	font-size:18px;
	background: url(../images/header.jpg) left top;
}

#Header img
{
	width: 305px;
	height: 93px;
	float: left;
}

#TopNavigation
{
	width:978px;
	height: 38px;
	text-align: left;
	background: url(../images/nav-background.jpg) left top;
	font-size:15px;
	padding-left: 10px;
	padding-top: 8px;
}

#MainContent
{
	width:988px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

.HeaderText
{
	float: left;
	width: 544px;
	height: 40px;
	font-size: 26px;
	color: #65b561;
	margin-right: 80px;
	margin-top: 10px;
}

#Container
{
	float: left;
	width: 988px;
	background: url(../images/background.jpg) left top;
}

#Footer
{
	float: left;
	width: 988px;
	padding-top: 30px;
	background: url(../images/footer.jpg) left top no-repeat;
}
	
#NarrowColumn
{
	width: 850px;
	margin: 0 auto;
}

.BannerAds
{
	float: left;
	width: 254px;
	height: 375px;
	margin-left: 5px;
}

.BannerAds img
{
	width: 250px;
	height: 115px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.Coupons
{
	float: left;
	width: 450px;
	height: 200px;
	margin-left: 25px;
	margin-right: 5px;
	margin-top: 10px;
}

.Coupons img
{
	width: 450px;
	height: 172px;
}

.CouponsRipleys
{
	float: left;
	width: 450px;
	height: 1078px;
	margin-left: 25px;
	margin-right: 5px;
	margin-top: 10px;
}

.CouponsRipleys img
{
	width: 450px;
	height: 1050px;
}

#AdContent
{
	float: left:
	width: 980px;
	margin-left: 2px;
	height: 380px;
	padding-bottom: 30px;
}

#VideoContent
{
	float: left;
	width: 425px;
	height: 380px;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 15px;
}

li
{
	list-style: square outside;
	margin-left: 40px;
	margin-right: 40px;
}

.BannerAdsPage
{
	float: left;
	width: 900px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 40px;
}

.BannerAdsPage img
{
	float: left;
	width: 250px;
	height: 115px;
	margin: 20px 20px;
}

#IntroParagraph
{
	float: left;
	width: 900px;
	margin-left: 40px;
}

#MovieMenu
{
	float: left;
	width: 400px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#GetAGuideList li
{
	list-style: decimal;
}

.InvalidFormInput
{
	color: red;
	font-style: bold;
}

#GetAGuideForm
{
	margin-left: 40px;
	width: 810px;
}
