body {
	margin: 0;
	position: middle;
	font: 12 px sans-serif;
	padding: 0 20px;
}
a:visited {
	color: #1335e1;
}
a:link {
	color: #1004a8;
}
a:hover {
	color: #7f32f2;
}
a:active {
	color: green;
}
h1 {
	font-family: sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #4273A0;
	text-align: center;
}
h2 {
	font-family: sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: red;
	text-align: center;
}
h3 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: blue;
	padding-bottom: 0px;
}
h4 {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
h5 {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: black;
}
h6 {
	font-family: sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: black;
}
.img {
	margin: 10px;
}
p {
	font-family: sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menutitle1 {
	font-size: 18px;
	color: black;
}
.menubody1 {
	font-family: sans-serif;
	font-size: 13px;
	color: black;
	}
.tablehead {
	text-align: center;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}
.tableleft {
	text-align: left;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}
.tableright {
	text-align: right;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}
.tablecont {
	text-align: center;
	font-weight: normal;
	margin: 2px 0px 2px 0px;	
}
.tablecontL {
	text-align: left;
	font-weight: normal;
	margin: 2px 0px 2px 0px;	
}
.tablecontR {
	text-align: right;
	font-weight: normal;
	margin: 2px 0px 2px 0px;	
}
.space {
	font-size: 2px;
}
div#header {
	background-color: #7B91AC;
	border: 1px solid black;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	max-width: 1300px;
	min-width: 840px;
	height: 100px;
}
div#container {
	border: 0px solid black;
	padding: 0px;
	position: relative;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	max-width: 1300px;
	min-width: 840px;
	padding-bottom: 10px;
}
div#navigation {
	border: 0px solid blue;
	padding: 0px;
	position: relative;
	height: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 191px;
}
div#shopcart {
	background-color: #7B91AC;
	border: 1px solid black;
	padding: 20px;
	padding-top: 0px;
	top: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 200px;
	width: 170px;
}
div#mainmenu {
	background-color: #7B91AC;
	border: 1px solid black;
	padding: 20px;
	padding-top: 10px;
	padding-left: 10px;
	top: relative;
	bottom: 5px;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 180px;
	text-indent: 0px;
	line-height: 1.25;
}
div#shopcart {
	background-color: #7B91AC;
	border: 1px solid black;
	padding: 20px;
	padding-top: 10px;
	padding-left: 10px;
	top: relative;
	bottom: 5px;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 180px;
	text-indent: 0px;
	line-height: 1.25;
}
div#ads {
	background-color: #7B91AC;
	border: 1px solid black;
	padding: 20px;
	padding-top: 0px;
	top: relative;
	bottom: 5px;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 170px;
	a:link: red;
}
div#cntnt {
	background-color: #ffffff;
	border: 0px solid black;
	padding: 5px;
	position: absolute;
	left: 215px;
	top: 0px;
	bottom: 0px;
	height: auto;
	right: 0px;
	max-width: 1100px;
	min-width: 615px;
	padding-bottom: 10px;
}
div#boxright {
	border: 1px solid #7B91AC;
	float: right;
	width: 160px;
	top: 0px;
	right: 0px;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: -5px;
	margin-top: -5px;
	clear: right;
}
div#footer {
	background-color: #7B91AC;
	float: both;
	border: 1px solid black;
	padding: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
	left: 0px;
	position: relative;
	width: 100%;
	height: 110px;
	clear: both;
}
