body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000;
	background-image: url(../images/layout/bg.gif);
	background-attachment:fixed;
	font-size: 14px;
	font-family: Calibri;
}

.wireframemenu{
background-color: white;
border-bottom-width: 0;
width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100%;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000;
text-decoration: none;
border-bottom: 1px dashed #C0C0C0;
}

.wireframemenu a:visited{
color: #000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #000000;
color: #FFF;
}

.title {
font-size: 24px;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #000;
padding-top:10px;
}

a.footer2:link    {
     color:#FFF; 
	 font-weight: bold;
}

a.footer2:hover    {
     color:#FFF;
	 font-weight: bold;
}

a.footer2:visited    {
     color:#FFF; 
	 font-weight: bold;
}