*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body{
	background-color:	#ffffff;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}


h1{
	color:	#111111;
}


a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #000080;
}

h2{
	font-size: 15px;
	color:	#222222;
}

h3{
	font-size: 95%;
	font-weight: bold;
}

#container{
	margin: 0 auto 0 auto;
	width: 800px;
	background-color:	#eeeeff;
	border:	solid 2px #ffccee;
}

#header{
	width:	800px;
	background-color:	#eeeeee;
}

#header p{
	font-size:	10px;
}

#contents{
	width:	580px;
	float:	left;
	background-color:	#eeccff;
}

#contents h3{
	color:	#ffffff;
}

#contents p{
	color:	#ffffff;
	font-size:	15px;
	padding:	7px;
}


#pager{
	text-align:	center;
}


#side{
	width:	200px;
	float:	right;
	padding:	0 10px 5px 10px;
	background-color:	#ffffff;
}

#side h3{
	background-color:	#888888;
	color:	#ffffff;
}


#side li{
	list-style: none;
	color:	#cccccc;
	font-size:	12px;
	border-bottom:	solid 1px #cccccc;
}

#side p{
	font-size:	12px;
	color:	#000000;
}

#foot{
	clear:	both;
	width:	800px;
	border-top:	solid 1px #ffffff;
}


#foot p{
	text-align:	center;
	color:	#000000;
	font-size:	12px;
}