HR {
	color: #EAEBEE;
	border: 0;
	width: 100%;
	height: 1px;
	border-top-color: #EAEBEE;
}


A  {
	text-decoration : none;
	color : #F89724;
}

A:Visited  {
	color : #F7941D;

}

A:Active  {
	color : #F89724;
}

A:Hover  {
	text-decoration : none;
	color : #78A0D1;
}

#container {
	position:absolute;
	left: 50%;
	width:770px;
	margin-left: -375px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #7e7f82;
	background-color: #FFFFFF;
	float: left;
}
#container2 {
	background-color: #FFFFFF;
	background-image: url(images/bg_ideakey.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
}

#header {
	float: left;
}

#navigation {
	display: none; 
	width: 140px;
	float: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626365;
	text-align: right;
	padding: 40px 15px 25px 15px;
	height: 300px;
}
#navigation li {
	display: none;
	list-style-type: none;
	line-height: 22px;
}
#navigation  ul {
	display: none;
	margin-top: 0px;





}
#content {
	width: 409px;
	float: left;
	border-left-color: #EAEBEE;
	border-left-style: solid;
	border-left-width: 1px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626365;
	padding: 15px 175px 25px 15px;
	line-height: 22px;
	text-align: left;
}
#padding {
	float: left;
	width: 600px;
	height: 20px;
}

.orange_bold {
	color: #F7941D;
	font-size: 14px;
	font-weight: bold;
}



#footer {
	float: left;
	width: 770px;
	background-color: #F89724;
	height: 100px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #7E7F82;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
.footertext {
	font-size: 10px;
}
.quotetext {
	font-size: 10px;
	line-height: 12px;
}



body {
	background-color: #BDC0CC;
}
.grey_bold {
	color: #626365;
	font-size: 14px;
	font-style: italic;
}
.orange {
	color: #F7941D;
	font-size: 14px;
}
#back {
	text-align: right;
	width: 100px;
	float: right;
}
#blogdate {
	text-align: right;
	width: 75px;
	float: right;
}

