@charset "utf-8";
/*----------basic styling----------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
#wrapper {
	width: 1000px;
	text-align: center;
	background-image: none;
	clear: both;
	position: relative;
	min-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #FFF;
}
#headGfc {
	width: 1000px;
	background-image: url(images/headerBG.jpg);
	height: 151px;
	background-repeat: no-repeat;
	background-position: center center;
}
#leftSidebar {
	background-color: #CCC;
	float: left;
	width: 220px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	background-image: url(images/sidebarGfc.jpg);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #000;
	text-align: left;
}
#leftSidebar ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 25px;
}

#content1 {
	float: left;
	width: 748px;
	border: 1px none #F00;
	position: relative;
}
#wrapper #leftSidebar a:link {
	color: #C10000;
	font-size: x-small;
}

#headButtons {
	background-color: #000;
	height: 25px;
	width: 600px;
	background-image: url(paradox/images/headlinkBG.jpg);
	vertical-align: middle;
	padding-right: 200px;
	padding-left: 200px;
	background-repeat: no-repeat;
}
.center {
	text-align: center;
}
#links {
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	background-image: url(images/linksBG.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 1000px;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	float: left;
	position: relative;
	margin-left: 0px;
	clear: left;
	margin-top: 5px;
}
#links ul li {
	float: left;
	list-style-type: none;
	height: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	color: #F00;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}#links ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#links ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#links ul li a:hover {
	color: #F01D23;
	text-decoration: underline;
	background-color: #000;
}
#contentLFT {
	float: left;
	width: 600px;
	margin-left: 0px;
	color: #FFF;
	text-align: center;
	background-image: url(images/ContentLFtMid.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #F00;
}
.pad20ALL {
	padding: 20px;
	text-align: left;
}
.pad10LR {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.contentLFtBTM {
	background-image: url(images/ContentLFtBTM.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


.contentLFtTop {
	background-image: url(images/ContentLFtTop.jpg);
	background-repeat: no-repeat;
}

.divider2 {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	float: left;
	width: 718px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F00;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#packageLFT {
	background-color: #000;
	margin: 5px;
	padding: 10px;
	border: 1px solid #F00;
	color: #FFF;
	width: 1000px;
}
#packageLFT ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 15px;
}

#packageRT {
	background-color: #000;
	margin: 5px;
	padding: 10px;
	float: right;
	width: 327px;
	border: 1px solid #F00;
	color: #FFF;
}
.floatRT {
	float: right;
	background-position: bottom;
	width: 400px;
	color: #FFF;
}

.divider {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	float: left;
	height: 9px;
	width: 718px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#news {
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.9em;
}
.marg10LR {
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(images/tab.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 21px;
	color: #E72526;
	padding-top: 6px;
}



.center {
	text-align: center;
}
#flashLFT {
	background-color: #000;
	margin: 10px;
	float: right;
	height: 300px;
	width: 400px;
	background-image: url(images/MoviePlaceHolder.jpg);
}
#footer {
	float: left;
	height: 65px;
	width: 950px;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
#floatRT {
	float: right;
	width: 375px;
	background-image: url(images/sidebarmid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFF;
	margin-top: 5px;
	margin-left: 3px;
	text-align: justify;
	padding: 10px;
	border: 1px none #F00;
}
#floatRT form table {
	width: 375px;
}

.sidebarBTM {
	background-image: url(images/sidebarBTM.jpg);
	background-position: center bottom;
}
.sidebarTop {
	background-image: url(images/sidebarTop.jpg);
}
.center {
	text-align: center;
}
#wrapper #floatRT p {
	text-align: center;
}
#wrapper #floatRT p {
	text-align: justify;
}
#wrapper #floatRT h2 {
	text-align: center;
}
#wrapper #floatRT h3 {
	text-align: center;
}
#wrapper #floatRT form input {
	text-align: left;
}
#wrapper #floatRT form {
	text-align: center;
}
#wrapper #floatRT form table tr td {
	color: #000;
}
.75Percent {
	font-size: 75%;
}
