/* movies home page background grey: E9E9E9
movies sidebar grey: 333333*/
h1 {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #F84306;
	text-decoration: none;
	margin-bottom: 2px;
}
h2 {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #F84306;
	text-decoration: none;
}
.body {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 6px;
}
.body a:link {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.body a:visited {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.body a:hover {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.body a:active {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
ul, ol, li {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 6px;
}
.caption {
	font-family: Courier New, Courier, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.photo_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: right;
	padding: 5px;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
    font-decoration: italic;
}
.love {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
    font-decoration: italic;
}

.weather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
	color: #FFFF00;
	font-weight: bold;
}
table#mainTable {
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
}
table#mainTable td {
  border-bottom: solid 0px #000000;
  border-left: solid 0px #000000;
  border-top: solid 0px #000000;
  border-right: solid 0px #000000;
}

.sidebar {
	font-family:  Courier New, Courier, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-left: 7px;
	padding: 8px;
	text-align: left;
    border-right: 1px solid #FFFFFF; 
    border-left: 1px solid #FFFFFF; 
    border-top: 1px solid #FFFFFF; 
    border-bottom: 1px solid #FFFFFF; 
	background-color:#333333;
	width: 320px;
}

.sidebar a:link {
	color: #0066FF;
}

.sidebar a:visited {
	color: #0066FF;
}

.sidebar a:hover {
	color: #00FFFF;
}

