body  {
	font: "Times New Roman", Times, serif;
	background: #333366 url(images/site_bg_001.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
	background: #000000;
}

.topMenu a {
	font: "Arial", "Helvetica", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

.topMenu a:hover {
	font-size: 22px;
	color: #CC0000;
}

.mainArea a {
	font: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.mainArea a:hover {
	font: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.topMenu h1 {
	margin: 0px auto;
	font-size: 22px;
	color: #CC0000;
}

.topMenu a:visited {
	color: #fff;
}

p {
	font: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
}

.p-style2 p {
	font: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: justify;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
}

h1 {
	margin: 0px auto;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	margin: 0px auto;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.link h1 {
	margin: 0px auto;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}

img {
	border: 1px solid #FFFFFF;
}

li {
	font-size: 20px;
	font-weight: bold;
}


#menu:visited  {

color: #ffffff; 
text-decoration: none;

}


#menu:link  {

font: "Arial", "Helvetica", sans-serif;
font-size: 22px;
color: #ffffff; 
text-decoration: none;

}


#menu:hover   {

color: #cc0000; 
font-weight: bold;

}

#menutext  {

font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 14pt;
line-height: 100%;
word-spacing: normal;
letter-spacing: normal;
text-decoration: none;
text-transform: none;
text-align: center;
text-indent: 0ex;
color: ;

}

#locksmithServices:link  {

font-family: "Times New Roman", Times, serif;
font-weight: normal;
font-size: 12pt;
text-decoration: underline;
color: #FFFFFF;

}


#locksmithServices:visited  {

color: #FFFFFF;

}

#locksmithServices:hover  {

color: #990000;

}