body,html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

img{
	border:none;
}

#page{
	position:relative;
	width:774px;
	margin:auto;
}

#header{
	position:relative;
	width:774px;
	height:103px;
}

#logo{
	position:absolute;
	top:22px;
	left:22px;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
}
body{
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
}

#core{
	background-color:#FFF;
	padding:10px 20px 20px 20px;
	margin-top:1px;
	width:770px;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
}
#core h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	color:#4A4E32;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:15px;
}
#core p{
	font-family:Lucida Sans Unicode, Verdana;
	color: #535353;
	font-size:0.80em;
	line-height:1.55em;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:0;
}
.dipnot{
	font-size:0.75em !important;
	color:#BBB !important;
}

a.link{
	color:#1B94D9;
	font-family:Lucida Sans Unicode, Verdana;
	font-size:0.9em;	
}