* {
	margin: 0 auto;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 62.5; our magic number */
	/*font-size:12px;*/
	background-image:url(../images/background.gif);
	width: 866px;
	color:#575554;
}

a:link {
	color:#000066;
	font-weight: bolder;
	text-decoration: none;
}

a:visited {
	color:#000066;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border:0;
}


#body_content {
	background: #fff;	
}

#header {
	width: 866px;
}

#menu {
	padding: 5px 0 0 15px;
}

#menu #nav {
	float: left;
	font-size: 12px;
	/*border-bottom: 1px solid #9FB1BC;*/
}

#menu #phone {
	padding: 0 0 0 440px;
}

#nav ul {
}

#nav li {
	display: inline;
	list-style-type: none;
	font-weight: bolder;
}

#toph1 h1 {
	padding: 15px 0 15px 0;
	font-size: 196%;
	text-align: center;
}

#home #content {
	float: left;
	width: 446px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.8em;
	padding-bottom: 100px;
	padding-top: 0;
}

#content p {
	font-size: 120%;
	padding: 10px 30px 0 30px;
	text-align: justify;
}

h2 {
	text align: left;
	font-size: 17px;
	color: #003300;
	padding: 5px 0 10px 10px !important;
	padding: /**/:25px 0 0 10px; /* for IE5/Win */
	 
}

h3 {
	text-align: left;
	font-size: 14px;
	color: #003366;
	padding: 25px 0 0 15px !important;
	padding: /**/:25px 0 0 15px; /* for IE5/Win */
	 
}

#sidebar {
	float: right;
	width: 400px;
	padding-bottom: 25px;
}

#bottom_content{
	clear: both;
	width: 866px;
}

#bottom_content h2{
	margin-left: 10px;
}

#bottom_content img {
	border: 1px solid red;
}

#bottom_content li {
	padding: 0 0px 0 27px;
	display: inline;
	list-style-type: none;
}

#imglink {
	padding: 0;

}

#footer {
	background: url(../images/bagpipe.gif) no-repeat right; 
	text-align: right;
	margin-top: 30px;
	margin-right: 10px;
	padding: 0 50px 30px 0;
}

#footer p {
	font-size: 11px;
	padding: 60px 0 0 0;
	color: #999999;
}

#footer a {
	width: 100px;
	height: 10px;
	color: #999999;
}

#toplist {
	font-size: 110%;
	margin:15px 30px;
	padding:0;
}

#toplist a:link {
	color:red;
	font-weight: bolder;
	text-decoration: none;
}
#toplist a:visited {
	color:red;
	font-weight: bolder;
	text-decoration: none;
}
#toplist a:hover {
	text-decoration: none;
}