/* CSS Document */

/* Layout styles START */

#container {
	width:740px;
	height:auto;
	margin:auto auto;
	background-color:55bae9;
}

#TopBar{
	width:740px;
	height:39px;
	display:table;
	margin:auto auto;
}

#LogoBar{
	width:740px;
	height:173px;
	margin:auto auto;
}

#NavBar{
	width:740px;
	height:48px;
	margin:auto auto;
}

#ContentBar {
	width:740px;
	height:auto;
}

#LeftColoum{
	width:248px;
	height:auto;
	float:left;

}

#RightColoum{
	width:492px;
	height:auto auto;
	float:right;
}

#TailBar {
	width:740px;
	height:42px;
	margin:auto auto;
	float:none;
}

/* Layout styles END */

/* Content styles START */

/* Content styles END */
