#title_bar
{
	background-color		:#FFC0CB;
	width					:800px;
	height					:70px;
	margin-top				:0px;
}
#title_bar
 div
{
	background-color		:#FFC0CB;
	margin-top				:20px;
	margin-left				:480px;
	/*font-size				:8px;*/
	font-weight				:bold;
	color					:white;
}
#title_bar
h1
{
	color					:white;
	margin-left				:100px;
	margin-top				:0px;
	float					:left;
	font-size				:200%;
	/*font-size				:40px;*/
}
#title_bar
a
{
	display					:block;
	text-decoration			:none;
	width					:800px;
	padding-top				:15px;
}
	