/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#fff url(images/bg.png) repeat-x center top scroll;
	color:#555657;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container {width:650px;margin:0px auto;}

#header {} 

div.photo {position: relative;display:block;height:261px;}
img.a {position: absolute;left: 0;top: 0;z-index: 10;}
img.b {position: absolute;left: 0;top: 0;}

#navigation ul {height:45px;position:relative;text-transform:uppercase;font-size:13px;font-family:Century Gothic,Arial,Helvetica,sans-serif;background: transparent url(images/bg_nav.gif) repeat-x left top scroll;}
#navigation li {float:left;}
#navigation a {height:45px;line-height:33px;cursor:pointer;display:block;float:left;text-decoration:none;color:#fff;}
#navigation b {padding:0px 17px;font-weight:normal;float:left;}

#navigation a:hover {background: transparent url(images/bg_nav.gif) repeat-x left bottom scroll;color:#002649;}
#navigation a.active {background: transparent url(images/bg_active.png) no-repeat center top scroll;color:#fff;}

h1 {font-family:Century Gothic,Arial,Helvetica,sans-serif;font-size:30px;font-weight:bold;color:#002649;padding-left:17px;border-bottom:1px solid #DDDDDD;padding-bottom:15px;margin-bottom:8px;padding-top:7px;}


#content {margin: 17px 0px 35px 175px;background-color:#eee;line-height:1.2em;width:475px;position:relative;}
#widecontent {margin: 17px 0px 35px 0px;background-color:#eee;line-height:1.2em;position:relative;}
#content h2, #widecontent h2 {font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:bold;color:#002649;padding-bottom:2px;}
#content p, #widecontent p {padding:11px 0;}

#footer {padding-top:5px;text-align:center;margin:20px auto;padding-right:5px;display:block;color:#999;font-size:10px;line-height:1.3em;clear:both;}
#footer a {color:#999;text-decoration:underline;}
#footer a:hover {text-decoration:none;}
