@charset "utf-8";
/* CSS Document */

/* CSS RESET CODE */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100.01%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
strong, b{ font-weight:bold; }
/* remember to define focus styles! */
:focus{ outline: 0; }
/* END CSS RESET CODE */

body{ background:#f7a9c4; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px; }

.cl{ clear:both; }
.pad{ padding:10px; }

a{ color:#594653; font-weight:400; }
a:hover{ color:#725e6c }

#nav{ background:#FFF; border-bottom:#fbdee9 solid 10px; height:30px; margin:auto; position:relative; top:162px; width:945px; z-index:99; list-style:none; }
#nav li{ float:left; padding-right:18px; padding-left:10px; height:30px; vertical-align:middle; }
#nav li a{ vertical-align:middle; font-size:16px; vertical-align:middle; line-height:30px; color:#61263f; text-decoration:none; }
#nav li a:hover{ color:#DF4D82; }

#container{ width:885px; margin:25px auto; background:#fbdee9; position:relative; color:#FFFFFF; }
#header{ height:137px; position:relative; }
