body 
{
    margin:0 auto;
    padding:0;
    background:#f9f9f9;
    color:#333;
    font-family: Verdana, Helvetica, sans-serif;
    text-align:center;
    font-size:medium;
}

a{
	color:#ff0000;
	text-decoration:none;
	background:inherit;
}

a:hover{
	color:#243a4b;
	background:inherit;
}

a img{
	border:0px;
}

h3{
	padding:0 0 0 19px;
	margin:0;
	color:#243a4b;
	font-size:14px;
	background:#fff url('image/h-icon1.png');
	background-position:left;
	background-repeat:no-repeat;
}

p{
	font-size:12px;
}

ul{
	font-size:11px;
}

blockquote{
	text-align:center;
	font-size:11px;
	margin:15px;
	padding:20px;
	background:#f0f0f0;
	border:1px solid #ddd;
	color:#333;
}
/*****/
/* ID */
/*****/

#header
{
	height:150px;
	background:#172b3b;
	color:#333;
}

#header-in
{
   margin-left: auto;
	margin-right: auto;
   height:150px;
   background-image:url('image/toxicguroo1.gif');
	background-repeat: no-repeat;
   width:750px;
	border-left:1px dashed #15b5b4;
	border-right:1px dashed #15b5b4;
	text-align: center;
	background-position: center;
}

#menu{
	height:35px;
	background:#243a4b;
	padding-top:5px;
	border-bottom:5px solid #15b5b4;
	border-top:5px solid #15b5b4;
	color:#333;
}

#menu a
{
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    margin-right:10px;
	padding:2px;
    border-bottom:1px dashed #999;
    background:inherit;
}

#menu a:hover
{
    color:#fff;
	border-bottom:1px dashed #fff;
	background:inherit;
}

#content
{
    width:710px;
    text-align:left;
	margin:0 auto;
	padding:10px;
	background:#fff;
	color:#333;
}

#footer{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #15b5b4;
	font-size:11px;
	color:#333;
	background:inherit;
}

/*********/
/* CLASS */
/*********/
.sitename{
	position:absolute;
	top:60px;
	color:#000;
	font-size:20px;
	font-weight:bold;
	margin-left:5px;
	background-color:inherit;
}

.slogan{
	position:absolute;
	top:80px;
	color:#000;
	font-style:italic;
	font-size:11px;
	margin-left:100px;
	background-color:inherit;
}

.normal-ul{
	list-style-image:url('image/li-icon1.png');
}

.link-ul{
	list-style-image:url('image/li-icon2.png');
}

.date{
	margin-left:10px;
	font-size:10px;
	color:#999;
	background:#fff;
	border-bottom:1px solid #ddd;
}

.clear
{
    clear:both;
}

.image{
	padding:2px;
	margin:2px;
	border:1px solid #ddd;
	color:#333;
	background:#fff;
}

.image-left{
	float:left;
}

.image-right{
	float:right;
}

.seperator{
	background:url('image/seperator.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	margin:10px 0 12px 0;
}

.seperator-rotate{
	background:url('image/seperator-rotate.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	margin:10px 0 12px 0;
}

.box
{
   background:#fbfbfb;
	color:#333;
   border:1px solid #15b5b4;
   height:170px;
   width:220px;
   float:left;
	margin-left:8px;
	 overflow: auto;
}

.box h1 
{
    margin:0;
	border:2px solid #15b5b4;
    padding:5px 0 7px 20px;
    font-size:12px;
    color:#fff;
	background:#243a4b url('image/h-icon2.png');
	background-position:5px 7px;
	background-repeat:no-repeat;
}

.box p {
    margin:0; 
    padding:3px 0 0 5px;
    font-size:10px;
}