body {
	background: white;
	}

#logo
{
	background-image: url(../images/raygirl_logo_onW.gif);
	background-repeat: no-repeat;
}

#dmenu
{
	width: auto;
}

#menu_contact{
	background-image: url(../images/contact.gif);
	background-color: #FFFFFF;
}


#content_wrapper
{
	width: auto;
}

h1{
	color:#CC0000;
	font-size:13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

h2{
	color:#333333;
	font-size:13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

h3{
	color:#333333;
	font-size:13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	margin-bottom: 0px;

}

h4{
	color:#333333;
	font-size:13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	margin-bottom: 0px;
}

a {
  text-decoration : underline;
  color : #333333;
}

#content_left a{
	color:#CC0000;
	text-decoration:underline;
	font-weight: bold;
}

#content_right a{
	color:#CC0000;
	text-decoration:underline;
	font-weight: bold;
}

#footer{
	font-size:11px;
	color: #999999;

}