/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

body,p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a { font-weight: bold; 
	text-decoration: none;
	color: #600;
	
}
a:hover {
	text-decoration: underline;
	color: #300;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #440000;
	font-style:italic;
	font-weight:bold;
}

h2 {
	font-size: 15px;
	font-weight:bold;
}

.wireframemenu{
	border: 0px;
	background-color: #ffffff;
	border-bottom-width: 0;
	width: 166px;
}

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

img.designers{
margin: 0 10px 10px 0;
}

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

.wireframemenu a{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding: 6px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #660000;
	text-decoration: none;
	border-bottom: 0px;
}

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

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

.wireframemenu a:hover{
	background-color: #ddd;
	color: #330000;
}

#current a, #current span{ /*currently selected tab*/
	background-color: #ddd;
	color: #330000;
}