
html,body,h1,h2,h3,p,ol,ul,li{
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

html{
	background:#f3f3f3;
}
a img{
	border:none;
}
body{
	position:relative;
	width:700px;
	margin:0 auto 10px auto;
	font-size:small;
}

p.crumbs{
	margin:8px 0;
}

div#wrapper{
	width:100%;
	background:#fff url(/img/global_bg.png) repeat top left;
}

div#header{
	background:url(/img/head_bg.png) no-repeat top left;
	width:100%;
	height:75px;
	color:#fff;
	position:relative;
	padding-bottom:26px;
}
div#header *{
	color:#f3f3f3;
}

div#header h1{
	font-size:small;
	position:absolute;
	top:5px;
	left:8px;
}

div#header a.logo{
	outline:0;
	text-indent:-9999px;
	background:url(/img/blank.gif) no-repeat top left !important;
	display:block;
	width:250px;
	height:55px;
	position:absolute;
	top:15px;
	left:5px;
}
div#header a.top,div#header a.top:hover{
	text-indent:-9999px;
	background:url(/img/blank.gif) repeat-x top left;
	display:block;
	position:absolute;
	top:21px;
	right:0;
	width:58px;
	height:27px;
}

div#header p#headMenu{
	background:url(/img/bg_headmenu.png) no-repeat top left;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#000;
	height:24px;
	font-size:small;
	padding-top:5px;
	text-align:right;
}
div#header p#headMenu a{
	color:#ffffff;
	padding-right:5px;
}

div#main{
	width:495px;
	padding-bottom:100px;
	float:right;
}

/* clear:both—p */
div#main hr{
	display:block;
	height:1px;
	overflow:hidden;
	visibility:hidden;
	clear:both;
}

div#footer{
	background:#f3f3f3;
	clear:both;
	border-bottom:3px solid #422010;
	font-size:small;
	text-align:center;
	padding:5px 0px;
}
div#footer a{
	padding:0 3px;
}

div#footer em{
	display:block;
	font-size:x-small;
	font-style:normal;
	margin:10px 0px 5px 0px;
	text-align:center;
}


