@charset "utf-8";
/* PrimeTimeRollBanners CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #28313a;
	background-color: #28313a;
}

body, input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #28313a;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	color: #28313a;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #28313a;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #6E6E6E;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
}

/* Header */

#header {
	width: 833px;
	height: 126px;
	margin: 0 auto;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
}

/* Navigation */

#menu {
	width: 819px;
	height: 41px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6F6D6E;
	border-left-color: #6F6D6E;
	background-color: #2E2E76;
	border-bottom-width: 2px;
	border-bottom-color: #6F6D6E;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	height: 31px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#menu a:hover, #menu .active a {
	color: #000;
	background-color: #6FA5D4;
}

/* Content */

#content {
	width: 833px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Info */
#info {
	background-color: #FAFAFA;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #6E6E6E;
	padding-top: 5px;
}

/* entry */

#entry {
	float: right;
	width: 797px;
	padding-top: 50px;
	padding-right: 16px;
	padding-bottom: 50px;
	padding-left: 16px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #dbdbdb;
	border-color: #6E6E6E;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#entry .picture_table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#entry .picture_table .picture_td_text {
	text-align: center;
	width: 99%;
	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
}

#entry .picture_table .picture_td_pic {
	width: 1%;
}

/* Price Table */

.price_table {
	border: thin solid #000;
	margin-left: auto;
	margin-right: auto;
}

/* info_table */

.info_table {
	width: 95%;
}

.info_table ul {
	margin-left: 5px;
}

