body {
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	background-color: #8D8D8D;
}
#header {
	position: relative;
	margin: 0px auto;
	height: 152px;
	width: 850px;
	background-color: #393939;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#home-link {	
	position: absolute;
	left: 50px;
	top: 20px;
}
#home-link a {
	color: #999999;
	text-decoration: none;
}
#menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 608px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu a {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Page CSS */
#page {
	position: relative;
	margin: 0px auto;
	width: 850px;
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: left;
}
#content {
	position: relative;
	margin-left: 240px;
	width: 570px;
	padding-right: 20px;
	min-height: 600px;
	padding-bottom: 20px;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height: 600px;
}
/**/

h1 {
	color: #FF1493;
	font-weight: normal;
	font-size: 21px;
	padding: 10px 0px 10px 60px;
	background-image: url(../images/h1.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
h2 {
	color: #FF1493;
	font-weight: normal;
	font-size: 18px;
	padding: 0px;
	margin: 10px 0px;
}
h3 {
	color: #FF1493;
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}
span {
	color: #FF1493;
}
hr {	
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
	width: 90%;
}
a {
	color: #FF1493;
}
a:hover {
	text-decoration: none;
}
#order {
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 10px;
	background-color: #FF1493;
}
#order a {
	color: #FFFFFF;
	text-decoration: none;
}
#order a:hover {
	text-decoration: underline;
}
#services h3 {
	color: #FF1493;
	margin: 0px;
	padding: 2px 0px 2px 30px;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/h3.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#services div {
	float: left;
	width: 170px !important;
	width: 180px;
	margin: 5px;
	padding: 5px;
}
#services p {
	padding: 5px;
	min-height: 195px;
	border: 1px solid #999999;
}
/* for Internet Explorer */
/*\*/
* html #services p {
	height: 205px;
}
/**/
#a p {
	background-color: #F5F5F5;
}
#b p {
	background-color: #E1E1E1;
}
#c p {
	background-color: #CCCCCC;
}
.left {
	float: left;
	border: 1px solid #666666;
}
ol {
	margin-left: 130px;
	font-size: 12px;
}
ol li a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.input {
	font-size: 10px;
	border: 1px solid #999999;
	padding: 2px;
	margin: 1px;
	margin-left: 20px;
}
.input2 {
	font-size: 10px;
	border: 1px solid #999999;
	padding: 2px;
	margin: 1px;
	margin-bottom: 5px;
	margin-top:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {
	font-size: 9px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #666666;
	margin: 2px;
	margin-left: 20px;
	color: #FFFFFF;
}
.button2 {
	font-size: 9px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #666666;
	margin: 2px;
	color: #FFFFFF;
}
label {
	margin-left: 22px;
	color: #FF1493;
}
#column {
	position: absolute;
	left: 0px;
	top: 0px;
}
#side-menu {
	background-color: #F5F5F5;
	margin: 20px;
	width: 200px !important;
	width: 220px;
	padding-bottom: 10px;
	border: 1px solid #999999;
}
#side-menu h1 {
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: 1px solid #999999;
	background-image: none;
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 3px 6px 3px 6px;
	font-weight: normal;
}
#side-menu a {
	display: block;
	padding: 5px 15px 5px 15px;
	margin-left: 15px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#side-menu a:hover {
	color: #FF1493;
}
#login {
	background-color: #F5F5F5;
	margin: 20px;
	width: 200px !important;
	width: 220px;
	padding-bottom: 10px;
	border: 1px solid #999999;
}
#login h2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: 1px solid #999999;
	background-image: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 3px 6px 3px 6px;
	font-weight: normal;
}
/* Footer CSS */
#footer {
	position: relative;
	margin: 0px auto;
	width: 850px;
	height: 100px;
	background-color: #3d3d3d;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 10px;
}
#footer-menu {
	position: absolute;
	top: 15px;
	right: 0px;
}
#footer-menu a {
	display: inline;
	padding-right: 5px;
	color: #FFFFFF;
}
#copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #888888;
}
	
