/* Structure */
body
{
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
div#phxcms_container
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: left;
}
div#phxcms_header
{
	background-color: #3b433a;
	width: 100%;
	height: 60px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
div#phxcms_footer
{
	background-color: #3b433a;
	width: 100%;
	height: 60px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
div#phxcms_title
{
	padding-left: 10px;
	padding-top: 5px;
	font-size: 32px;
}
div#phxcms_copyright
{
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
}
div#phxcms_copyright a, div#phxcms_copyright a:active, div#phxcms_copyright a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
div#phxcms_archive_notice
{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #AAAAAA;
	padding-top: 10px;	
	padding-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #222222;
}
div#phxcms_archive_notice a, div#phxcms_archive_notice a:active, div#phxcms_archive_notice a:visited
{
	color: #0036ff;
}
div#phxcms_archive_notice a:hover
{
	background-color: #0036ff;
	color: #FFFFFF;
}
h1
{
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
p
{
	margin: 20px 20px 0 20px;
}
a, a:active, a:visited
{
	color: #40423A;
	text-decoration: underline;
}
a:hover
{
	background-color: #40423A;
	color: #FFFFFF;
	text-decoration: none;
}
blockquote
{
	color: #000000;
	background-color: #EEEEEE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
