body {
	background: url(images/body.gif);
}
	
/* breakout box */

#brkout {
	background: #ededed;
	padding: 20px;
	margin: 10px;
	font-size:75%;
	line-height:13px;
	text-align: center;
	position: relative;
	float: right;
	width: 175px;
	
}
#brkout h4 {
text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

/* breakout box */


#brkout2 {
	background: #ededed;
	padding: 10px;
	margin: 10px;
	font-size:75%;
	line-height:16px;
	text-align: left;
	float: right;
	width: 175px;
	
}
#brkout2 h4 {
text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

#cutline {
	padding: 0px;
	font-size:75%;
	text-align: left;
	position: relative;	
}


/* Dropdown menu */

.headerMenu1 {
	z-index:3;
	position:relative;
	height:40px;
	background:url(./images/headerMenu1.png) no-repeat 0 bottom;
}
.headerMenu1 ul {
	float:right;
	margin:0 20px;
}
.headerMenu1L ul {
	float:left;
}
.headerMenu1 ul li {
	float:left;
	height:24px;
	position:relative;
	z-index:1;
}
.headerMenu1 li a,
.headerMenu1 li a:visited {
	display:block;
	height:24px;
	line-height:30px;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	padding:8px 22px;
}
.headerMenu1 li a:hover {
	color:#ededed;
	text-decoration:none;
}
.headerMenu1 ul ul {
	position:absolute;
	top:38px;
	right:0;
	display:none;
	background-color:#ee1740;
	border:0px;
	margin:0;
	z-index:1;
}
.headerMenu1L ul ul {
	right:auto;
	left:0;
}
.headerMenu1 li li {
	float:none;
	width:176px;
	height:auto;
}
.headerMenu1 li li a,
.headerMenu1 li li a:visited {
	height:auto;
	line-height:30px;
	padding:0 20px;
	width:136px;
	position:relative;
	color:#ffffff;
}
.headerMenu1 li li a:hover {
	background:#e0163c;
	padding:0 20px;
	color:#ededed;
}

.headerMenu2 li a,
.headerMenu2 li a:visited {
	display:block;
	line-height:26px;
	height:26px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding:0 8px;
}

.footer2 .icon1 {
	position:absolute;
	top:33px;
	left:30px;
}
.footer2 .icon2 {
	position:absolute;
	top:33px;
	left:60px;
}
.footer2 .copyright {
	position:absolute;
	top:18px;
	line-height:18px;
	left:100px;
	color:#666;
	font-size:12px;
}
.footer2 .login {
	position:absolute;
	top:52px;
	right:20px;
	color:#666;
	font-size:12px;
}

/* Custom setup: Right sidebar, custom width */
.contentArea {
	float:left;
	width:590px;
}
.sidebars {
	width:320px;
	float:right;
}
.sidebarLeft {
	width:145px;
	float:left;
}
.sidebarRight {
	width:145px;
	float:right;
}
