.left-col{
 color: #cc3366;
  background-color: inherit;
}

a {color: #cc3366;}
a:visited {color: #cc3366;}
a:hover {color: #cc3366;}
h1{font-size: 18px;
color: #990033;} 

h2{font-size: 16px;
color: #cc0033;} 

.main-content{color: #cc3366;
	  background-color: inherit;
}
	#left-column{background-image: url('left-column-bg-red.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 400px;
	left: 10px;
	position: fixed;
	top: 120px;
	z-index: 2;
}
#left-content-head{ width: 200px;
	height: 15px;
	left: 10px;
	text-align: left; 
	padding-left: 30px;
	padding-top: 10px;
}

#left-content-body{ width: 200px;
	height: 385px;
	position: relative;
	padding: 30px;
	top: 35px;
text-align: left;
}

#main-content-container{ width: 600px;
	height: 600px;
	background-image: url('main-content-bg-red.gif');
	background-repeat: no-repeat;
	left: 210px;
	position: fixed;
	top: 120px;
overflow: hidden;
font-size: 14px;
z-index: 2;

}


#main-content-head{ width: 600px;
	height: 15px;
	position: relative;
	top:10px;
	text-align: left; 
	padding-left: 30px;
}
#main-content-body{ width: 525px;
	height: 480px;
	position: relative;
	padding: 30px;
	top: 20px;
overflow: auto;
text-align: left;
}
#main-content-foot{ width: 600px;
	top:0px;
	height: 30px;
}


#right-column{background-image: url('right-column-bg-red.gif');
	background-repeat: no-repeat;
	width: 194px;
	height: 350px;
	left: 830px;
	position: fixed;
	top: 120px;
	z-index: 2;
}

#right-content-head{ width: 194px;
	height: 15px;
	left: 10px;
	text-align: left; 
	padding-left: 30px;
	padding-top: 10px;
}

#right-content-body{ width: 194px;
	height: 15px;
	left: 10px;
	text-align: left; 
	padding-left: 30px;
	padding-top: 20px;
}
