/* Like Kissing A Peanut - by a Moleman Fan */



body {
 background-color: #6E7DAF;
 color: #FFFFFF;
 font-family: "Trebuchet MS", Verdana, Helvetica, Geneva, sans-serif;
 font-size: 100%;
 line-height: 160%;
 margin-top: 40px;
 margin-bottom: 40px;
}



.bs /* bigger size */ {
 font-size: 200%;
 line-height: 135%;
 }

.blue {
 color: #9BA5D7;
 }

.bold {
 font-weight: bold;
}

.center {
 text-align: center;
}



img {
 border: none;
 }

img.button {
 width: 88px;
 height: 31px;
}

img.db /* designed by */ {
 width: 320px;
 height: 31px;
}

#timg /* top image */ {
 background-color: #6E7DAF;
 background-image:url(img/mimg_hover.gif);
	 width: 150px;
	 height: 182px;
 float: right;
}



#banner {
 text-align: right;
 float: right;
}

#menu {
 text-align: left;
 width: 560px;
 margin-left: 185px;
 margin-right: auto;
}

#content {
 background-image:url(img/bimg.gif);
 background-color: #6E7DAF;
 text-align: left;
 width: 560px;
 min-height: 300px;
 padding: 15px;
 margin-left: 190px;
 margin-right: auto;
}



/* links - #content */
a:link, a:visited {
 background-color: transparent;
 color: #9BA5D7;
 text-decoration: none;
 border-bottom: 1px dashed #9BA5D7;
}

a:hover, a:active {
 background-color: transparent;
 color: #FFFFFF;
 text-decoration: none;
 border-bottom: 1px solid #FFFFFF;
}



	a.img {
	 border-bottom: none !important;
	}



/* links - #menu */
a.menu {
	font-weight: bold;
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 5px;
 padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
 border-bottom: none;
 text-decoration: none;
}

a.menu:link, a.menu:visited {
 background-image:url(img/mimg_link.gif);
 background-color: #9BA5D7;
 color: #FFFFFF;
}

a.menu:hover, a.menu:active {
 background-image:url(img/mimg_hover.gif);
 background-color: #6E7DAF;
 color: #FFFFFF;
}
