@charset "UTF-8";
body  {
	background: #3D0C3C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}
.main #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4F124C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.main #header {
	background-image: url(../images/new_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 125px;
} 
.main #header h1 {
	font-size: 1.2em;
	padding-top: 85px;
	padding-left: 15px;
	font-weight: normal;
	color: #CCCCCC;
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 90%;
}
.main #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding: 18px;
	font-size: 90%;
} 
.main #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3D0C3C;
	font-size: 0.75em;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu {
	background-image: url(../images/menubg.gif);
	height: 28px;
	font-size: 0.9em;
	background-repeat: repeat-x;
}
.hometd {
	vertical-align: top;
	padding: 0px;
}
.ad {
	text-align: right;
	padding-top: 6px;
}
.bd {
	padding-top: 6px;
}
.main #container #mainContent table {
	background-color: #3D0C3C;
	position: relative;
}
.main #container #mainContent table td {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	vertical-align: top;
}
.main #container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
}
.positionrelative {
	position: relative;
	z-index: 0;
}
#myAlternativeContent {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
.linktext {
	color: #dbbfda;
}
.portthumbs {
	padding: 3px;
	width: 125px;
}
.smaller {
	font-size: 0.8em;
	padding-left: 6px;
}
.portsubmenu {
	padding: 3px;
	width: 125px;
	background-color: #4F124C;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main #container #sidebar1 table {
	padding-top: 6px;
}
#text {
	position:absolute;
	width:639px;
	height:433px;
	z-index:21;
}
#thumbs {
	position:absolute;
	width:250px;
	z-index:22;
	margin: 0px;
	padding: 0px;
}
.porttext {
}
.porttext p {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 110%;
}
.brief {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main #sidebar1 h2 {
	font-size: 9px;
	text-indent: -2000px;
	font-weight: normal;
}
.main ul li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.lightertabletd {
	color: #dbbfda;
}
.lightertabletdsubheads {
	color: #FFF;
}
