.clearfix:after{
    content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {display: block;}
.left{
	float:left;
}

.clear{
	clear:both;
}

.right{
	float:right;
}
#main_container {
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 auto;
	border: dotted #FFFFFF 1px;
	font-size: 14px;
	background-image: url(images/main_container_bg.gif);
	background-repeat:repeat-y;
}


#content_container {
	width: 450px;
	font-size: 14px;
	z-index:105;
	margin-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
	float:left;
}


#google_ads {
	width: 120px;
	height: 600px;
	float: right;
	border-left-style: dotted;
	border-left-color: #999999;
	border-width: 1px;
	margin-top: 15px;
}


#left_panel {
	margin-left: 0px;
	width: 144px;
	height: 195px;
	margin-top: -154px;
	border:1px dotted #FFFFFF;
	background-color: #FFFFFF;
}

#image_container {
	width: 142px;
	border:1px solid #000;
	height: 408px;
}

#footer {
	height: 18px;
	width: 799px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	margin-top: 1px;
	background-image: url(images/navbar_bg_60.png);
	border: dotted #FFFFFF 1px;
}

#imagine {
	height: 30px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	margin-top: 4px;
	float: left;
	margin-bottom: 50px;
}


.main_heading {
	font-size: 24px;
	color: #CC00FF;
	
}


.sub_heading {
	font-size: 18px;
	color: #CC00FF;
}


.style1 {
	color: #FFF;
}

.style2 {
	height: 700px;
}

.style3 {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
}

.style5 {
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}


.header {
	width: 800px;
}


.header_menu {
	font-size: 1.1em;
	z-index: 100;
	border-top:1px dotted #FFF;
	border-left:1px dotted #FFF;
	border-right:1px dotted #FFF;
	float:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.header_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;	
	width:142px;
	background-color:#FFFFFF;
}
/* all second level menus to show over the top of the first level menus */
.header_menu ul ul {z-index:101;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.header_menu li {
	clear:both;
	float:left;
	position:relative;
	background-image: url(images/navbar_bg_5.png);
	border-bottom-style: dotted;
	border-bottom-color: #CC00FF;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-right-color: #CC00FF;
	border-right-width: 1px;
}
/* style the links for the top level */
.header_menu a, 
.header_menu a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:6px 9px 3px 9px;
	width:8em;
	background-image: url(images/navbar_bg_60.png);
}
.header_menu a.selected{
	color:#FFFFFF;
	background:#CC00FF;
}

/* style the top level hover */
.header_menu a:hover{
	color:#FFFFFF;
	background:#CC00FF;
}

div#place-holder{
	background-color:#FFFFFF;
	clear:both;
	float:left;
	padding:5px 5px;
	width:130px;
	border-right-width: 1px;
	border-right-color: #CC33FF;
	border-right-style: dotted;
}
div#place-holder h3{
	color:#CC00FF;
}
div#place-holder p{
	font-size:14px;
}