body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
}

h1 {
	font-family : Times New Roman;
	font-size : 19px;
	font-weight : bold;
	text-align : left;
	text-transform : uppercase;
}

body {
	text-align : center;
	background-color : #555566;
}
	
#Layout {
	background-color : #E2EAF5;
	width : 800px;
	height : 550px;
	margin : 0px auto;
	text-align : left;
}

#TopBar {
	height : 135px;
}

#ContentTable {
	width : 100%;
	height : 100%;
	background-image : url("images/homeContentBkg.jpg");
	background-repeat : no-repeat;
}

#NavBar {
	padding : 108px 46px 0px 274px;
}

#Content {
	padding : 40px 25px 0px 0px;
}

#BottomBar {
	height : 57px;
}

.buyOnline {
	text-align : right;
	margin-right : 32px;
	font-size : 19px;
}

.buyOnline a:link,
.buyOnline a:active,
.buyOnline a:visited {
	font-weight : bold;
	text-decoration : none;
	color : #094FA3;
}

.buyOnline a:hover {
	color : #FFFFFF;
}
