@charset "utf-8";
body {
	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: #CC33CC;
	background-image: url(images/backgroundRepeat.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: normal;
	background-color: #FFFFFF;
}
.newsEvents {
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}


.oneColFixCtr #container {
	width: 1024px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	overflow: hidden;
}
.oneColFixCtr #container #topMenu {
	background-color: #FFFFFF;
	width: 1024px;
	position: relative;
	height: 57px;
	background-image: url(images/headerMenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}
.oneColFixCtr #container #mainMenu {
	position: relative;
	height: 40px;
	width: 1020px;
	background-image: url(images/topMenu.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 113.33%;
	overflow: hidden;
	padding-left: 2px;
	clip: rect(auto,auto,auto,0px);
	color: #FFFFFF;
}
.oneColFixCtr #container #mainMenu table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtr #container #topMenu table {
}


.oneColFixCtr #container #movieContent {
	background-color: #000000;
	position: relative;
	height: 230px;
	width: 1024px;
	background-image: url(images/movieBg.png);
	clip: rect(auto,auto,auto,auto);
	padding-left: 153px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.oneColFixCtr #container #mainContent {
	width: 755px;
	overflow: visible;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	left: 135px;
}

.oneColFixCtr #container #topMenu table {
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


.oneColFixCtr #container #portfolio {
	background-color: #FFFFFF;
	height: 130px;
	position: relative;
}

.oneColFixCtr #container #newsEvents {
	position: relative;
	height: 138px;
	background-image: url(images/newsEventsBg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtr #container #newsEvents #news {
	position: relative;
	height: 98px;
	width: 300px;
	float: left;
	margin-left: 160px;
	margin-top: 15px;
	display: inline;
}
.oneColFixCtr #container #newsEvents #news a:hover {
	background-color: #D8CFE7;
}
.oneColFixCtr #container #newsEvents #news a:link {
	color: #b754a1;
}
.oneColFixCtr #container #newsEvents #news a:visited {
	color: #b754a1;
	text-decoration: underline;
}
.oneColFixCtr #container #newsEvents #news a:active {
	color: #b754a1;
}
.oneColFixCtr #container #newsEvents #events {
	position: relative;
	height: 98px;
	width: 300px;
	float: right;
	margin-right: 164px;
	margin-top: 15px;
}

.oneColFixCtr #footer {
	height: 24px;
	background-image: url(images/barFooter.png);
	background-repeat: repeat-x;
	background-color: #FF00FF;
}

#search_result {
	width: 760px;
	padding-left: 140px;
}
.oneColFixCtr #container #newsEvents #events a:active {
	color: #b754a1;
}
.oneColFixCtr #container #newsEvents #events a:visited {
	color: #b754a1;
	text-decoration: underline;
}
.oneColFixCtr #container #newsEvents #events a:link {
	color: #b754a1;
}
.oneColFixCtr #container #newsEvents #events a:hover {
	background-color: #D8CFE7;
}
