body {
	color: #000000;
	background-image: url(../images/template/backgroundSplice.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	height: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
#OuterDiv{
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderDiv{
	height: 110px;
	width: 760px;
}

#HeaderLeftDiv{
	height: 110px;
	width: 394px;
	background-image: url(../images/template/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
#HeaderRightDiv{
	height: 102px;
	width: 345px;
	background-image: url(../images/template/telephonenumber.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	font-size: 10px;
}

#NavDiv{
	height: 30px;
	width: 760px;
	float: right;
}
#NavTextOnlyDiv{
	display: none;
}

#ImageDiv{
	height: 161px;
	width: 760px;
	float: right;
}
#BodyDiv{
	width: 760px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 26px;
}
#LeftDiv{
	float: left;
	width: 520px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#RightDiv{
	float: left;
	width: 190px;
}
#FeaturedProductDiv {
	width: 188px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-image: url(../images/template/FeaturedProductsBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}


#FooterDiv{
	background-color: #DBDBDB;
	height: 24px;
	width: 760px;
	padding-top: 6px;
	float: right;
	font-size: 10px;
}
#FooterLeftDiv{
	width: 370px;
	float: left;
	padding-left: 10px;
	font-weight: bold;
}
#FooterRightDiv{
	float: left;
	width: 370px;
	padding-right: 10px;
	text-align: right;
}

#AccessibilityDiv{
	clear: both;
	width: 760px;
	background-color: #333333;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 6px;
}

A:link {text-decoration: none; color: #333333;}
A:visited {text-decoration: none; color: #333333;}
A:active {text-decoration: none; color: #333333;}
A:hover {text-decoration: none;color: #009DE0;}

h1{
	text-transform: capitalize;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
h2 {
	font-size: 12px;
}

.warning {
	color: #333333;
	background-color: #99FF00;
}

.ContentHolder {
	width: 520px;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	margin-bottom: 5px;
}

.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}
#AdminContantDiv {
	width: 760px;
	padding-bottom: 20px;
}
.friendBox {
	background-color: #DBDBDB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

input, textarea{
	border: 1px solid #0097DC;
	padding: 2px;
	height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.code {
	border: 1px solid #333333;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
