/* CSS Document */

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

body {
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin-bottom:50px;
	
}
.clear {
	clear:both;
}

#Top {
	margin-top:20px;
	width:670px;
	margin-right:auto;
	margin-left:auto;
}

#Logo {
	width:353px;
	height:41px;
	background-image:url(../images/logo_links.jpg);
	float:left;
	margin-top:100px;
}

#Nav {
	float:right;
	list-style-type:none;
	padding:0;
	margin:0;
}
#Nav li {
	float:left;
	list-style:none;
	width:64px;
	height:155px;
	margin-left:12px;
}
#Nav li:hover {
	background-image:url(../images/hover.gif);background-position:bottom;background-repeat:no-repeat;
}

#Nav img {
	border:0;
}
#Body {
	width:682px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-image:url(../images/body_expand.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#BodyTop {
	background-image:url(../images/bodytop_links.jpg);
	height:105px;
}
#BodyContent {
	padding:0px 30px 0px 20px;
	text-align:justify;
	color:#777777;
}
#BodyContent strong {
	font-size:1.1em;
	color:#f54a46;
}
#BodyContent a {
	color:#f54a46;	
}
#BodyContent a:hover {
	text-decoration:none;
}
.BodyBottomImage {
	float:right;
margin-right:-3px;
}
#BodyBottom {
	background-image:url(../images/bodybottom.jpg);
	width:682px;
	height:28px;
}
#Footer {
	margin-right:auto;
	margin-left:auto;
	width:682px;
	font-size:.6em;
	text-align:center;
	margin-bottom:50px;
	color:#555555;
}
#Footer a {
	color:#555555;
}
#Footer a:hover {
	text-decoration:none;
}

.link_description {
	background-color:#e6e6e6;
	padding:5px;
	border:1px solid gray;
	margin-left:20px;
	margin-right:20px;
}
.link_description_top {
	background-color:#e6e6e6;
	padding:5px;
	width:380px;
	border:1px solid gray;
	margin-left:20px;
}
h1 {
	padding:0;
	margin:0;
	font-size:1.2em;
}