body {
	margin:0px;
	padding:0px;
	background-color:#1a1a1a;
	background-image:url(/images/bg.gif);
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
}
form {
	margin:0px;
}
table {
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	color:#CCC;
}
/* new css */
.pageHolder {
	height:100%;
}
.leftWidth {
	/*width:33px;*/
	width:80px;
	height:359px;
	background-image:url(/images/bgTopLeft.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.menuWidth {
	width:254px;
	vertical-align:top;
	background-color:#cc0066;
	background-image:url(/images/bgMenu.gif);
	background-repeat:repeat-y;
}
.rightWidth {
	/*width:563px;*/
	width:623px;
	background-image:url(/images/bgTopRight.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.logo {
	padding-top:206px;
}
.mainRightImage {
	background-position:bottom right;
	background-repeat:no-repeat;
	height:367px;
}
.mainLeftImage {
	padding-left:42px;
	padding-right:221px;
	padding-top:52px;
}
h1 {
	color:#ccc;
	font-family:Century Gothic, Tahoma, Arial;
	font-weight:normal;
	font-size:22px;
	/*margin-top:0px;*/
	margin-top:23px;
	margin-bottom:0px;
	/*margin-bottom:5px;*/
	margin-left:26px;
}
h2 {
	color:#ccc;
	font-family:Century Gothic, Tahoma, Arial;
	font-weight:normal;
	font-size:22px;
	margin-top:25px;
	margin-bottom:15px;
	margin-left:26px;
}
h3 {
	color:#ccc;
	font-family:Century Gothic, Tahoma, Arial;
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:27px;
}
.leftMiddle {
	background-image:url(/images/bgLeftMiddle.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.rightMiddle {
	background-image:url(/images/bgRightMiddle.gif);
	background-repeat:repeat-y;
	background-position:left;
	vertical-align:top;
	/*padding-left:27px;*/
	padding-top:15px;
	padding-bottom:70px;
}
.content {
	width:623px;
	font-size:15px;
	color:#CCC;
}
.content a {
	font-size:11px;
	color:#CCC;
	text-decoration:none;
}
.content a:hover {
	/*color:#cc0066;*/
	color:#FFF;
	text-decoration:none;
}
.content p {
	margin-top:0px;
	margin-bottom:20px;
	margin-left:27px;
	margin-right:100px;
}
.bottomLeft {
	background-image:url(/images/borderBottomLeft.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.bottomRight {
	background-image:url(/images/borderBottomRight.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:21px 0px 21px 21px;
	font-family:Tahoma, Arial;
	font-size:12px;
	line-height:21px;
	color:#989898;
}
.bottomRight span {
	color:#989898;
	padding-right:13px;
	padding-left:13px;
}
.bottomRight a {
	color:#d3d3d3;
	text-decoration:none;
}
.bottomRight a:hover {
	color:#FFF;
	/*text-decoration:underline;*/
}
.bottomRight span a {
	color:#989898;
	text-decoration:none;
}
.bottomRight span a:hover {
	color:#FFF;
	/*text-decoration:underline;*/
}
.menu {
	padding-top:44px;
}
.menu a {
	color:#FFF;
	text-decoration:none;
}
.menu a:hover {
	color:#ffff00;
	text-decoration:none;
}
.mainMenu {
	margin:2px 4px 0px 4px;
	padding:4px 0px 4px 19px;
	background-color:#d52e82;
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#FFF;
}
.subMenu {
	margin:2px 4px 0px 4px;
	padding:4px 0px 4px 19px;
	background-color:#cf1b75;
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#FFF;
}
.image {
	float:right;
}
.imageHidden {
	float:right;
	display:none;
}
.contactForm {
	font-size:15px;
	margin-left:27px;
}
.contactForm td {
	padding-right:25px;
	padding-bottom:4px;
}
.contactForm span {
	color:#FFF;
	/*color:#cc0066;*/
}
input {
	width:180px;
	font-family:Tahoma, Arial, Verdana;
	font-size:13px;
	color:#000;
}
textarea {
	width:250px;
	height:70px;
	font-family:Tahoma, Arial, Verdana;
	font-size:13px;
	color:#000;
}
select {
	width:180px;
	font-family:Tahoma, Arial, Verdana;
	font-size:13px;
	color:#000;
}