div, p, h1, h2, h3, ul, li, ol, dl, dd, dt, img, body, form  {
	margin: 0px;
	padding: 0px;
}
*:focus {
	outline: none;
}
img {
	border:none;
}
body {
	width:auto;
	height:auto;
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	font-size: 11px;
	line-height: 16px;	
}
div#contener {
	width: 810px;
	padding: 10px;
	height: auto;
	overflow: auto;
	margin: 200px auto 0px auto;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #888;
}
div#logo {
	width: 550px;
	padding: 0px 260px 0px 0px;
	height: 170px;
	background: transparent url(phudom_logo.gif) no-repeat top right;
}
p {
	 margin: 10px 0px 10px 0px;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
ul#navi {
	list-style: none;
	width: 100%;
	height: auto;
	overflow: auto;
}
ul#navi li {
	width: 250px;
	height: auto;
	float: left;
	padding: 10px;
}
a {
	color: #DA221C;
	text-decoration: none;
}