body{
 color				: #000000;
 background-color	: #ffffcc;
 margin				: 0px 0px 0px 0px;
 text-align			: center;
 background-image	: url(img/bg/bg-yellow.gif);
 background-position: center;
 background-repeat	: repeat-y;
}

#container{
	position		: relative;
	top				: 0px;
	margin-left		: auto;
	margin-right	: auto;
	padding			: 0px 0px 0px 0px;
	text-align		: left;
	width			: 720px;
}
html>body #container{
	width			: 710px;
}

#header{
	float			: left;
	margin			: 0px 0px 5px 5px;
	width			: 700px;
	height			: auto;
	text-align		: left;
	border			: none;
}
#header img{
	border			: 0px;
	padding			: 0px;
	margin			: 2px 0px 0px 0px;
}

#footer{
	float			: left;
	clear			: both;
	margin			: 0px 0px 5px 5px;
	padding			: 2px 0px 2px 0px;
	width			: 700px;
	border-top		: 1px solid #000000;
	border-bottom	: 1px solid #000000;
	border-left		: 1px solid #000000;
	border-right	: 1px solid #000000;
	text-align		: center;
	font-size		: 12px;
	font-weight		: bold;
	color			: #ffffff;
	background-color: #cccc00;
}

h1{
	margin			: 0px;
	padding			: 0px;
	border			: none;
}

h2{
	margin			: 0px 0px 10px 0px;
	padding			: 4px 0px 4px 20px;
	border			: 1px solid #000000;
	text-align		: left;
	font-size		: 14px;
	color			: #ffffff;
}
h3{
	color			: #000000;
	background-color: #ffffff;
}

p a:link{
	color			: #0000ff;
	text-decoration	: none;
}
p a:visited{
	text-decoration	: none;
}
p a:hover{
	color			: #ff0000;
	text-decoration	: underline;
}
p a:active{
	color			: #ff0000;
	text-decoration	: underline;
}
