*{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 125%;
}
#container{
	margin:0 auto;
	width:769px;
	height:675px;
}
#Header{
	background-image: url(../index_images/title.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 769px;
}
#Header h1{
	text-align: left;
	height: 71px;
	width: 769px;
}
#flash{
	height: 280px;
	width: 769px;
	background-color: #CB0003;
}
#Menu {
	display: block;
	height: 58px;
	width: 768px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A90303;
	border-bottom-color: #A90303;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A90303;
}
#Menu li {
	background-image: url(../index_images/product.jpg);
	background-position: left bottom;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A90303;
	list-style-type: none;
}
#Menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 255px;
	padding-top: 20px;
}
#contents{
	text-align: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pageTitle {
	font-size: 175%;
	color: #0057D2;
	font-family: "Myriad Pro", Helvetica, Arial;
	font-weight: lighter;
	padding-bottom: 25px;
}
.imageLeft {
	float: left;
	padding-right: 20px;
}
.caption {
	font-size: x-small;
	display: block;
}
#Footer {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: x-small;
	text-align: right;
	margin-top: 25px;
	padding-top: 15px;
	margin-bottom: 30px;
}
.Mark {
	vertical-align: -20%;
	padding-left: 5px;

}