body
{
	color:#333;
	padding:0;
	margin:10px;
	background:#FBC2D1 url('images/bg.jpg') no-repeat 50% top;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	font-size:small;
}

* html body
{
	color:#333;
	padding:0;
	margin:10px;
	background:#FBC2D1 url('images/bg.gif') no-repeat 50% top;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	font-size:x-small; /*IE5*/
	f\ont-size:small; /*IE6+*/
}

* {border:none;}

#frame {background:#fff; border:1px solid #EE2050; margin:75px auto 0 auto; width:760px;}

#head {background:url('images/header.jpg') no-repeat left top; float:left; height:93px; width:760px;}
#head h1, #head h2 {display:none;}

#nav {float:left; height:48px; width:100%;}

#content {padding:10px 10px 35px 10px; width:740px;}
#content h2 {color:#33215D;font:normal bold 120% Georgia, Serif;}

img.right {float:right; margin:0 0 0 10px;}
img.left_pink_border {border:1px solid #EE2050; float:left; margin:0 10px 0 0;}
img.pink_border {border:1px solid #EE2050; }


#footer {color:#111; font-size:80%; text-align:center;}
#footer p {margin:5px 0;}
#content a:link, #content a:visited, #footer a:link, #footer a:visited {
	color:#3A2657;
	text-decoration:none;
}
#content a:hover, #footer a:hover {color:#EE2050;}
