@charset "utf-8";

body
{
	font-family:"Trebuchet MS", Verdana, "Lucida Grande", sans-serif;
	background: #000000 top left no-repeat url('images/background.png');
}
a
{
	color:#333;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.page
{
	margin:128px auto 128px auto;
	width:800px;
}
.page .header
{
	width:800px;
	height:120px;
	background:url('images/header.png');
}

.page .content
{
	width:800px;
	background:url('images/content.png');
}

.bar
{
	padding:4px 12px 4px 13px;
	border-bottom:solid 1px #666;
	border-top:solid 1px #666;
	background:#CCC;
	margin:0px 19px;
}
	

.page .footer
{
	width:800px;
	height:32px;
	background:url('images/footer.png');
}

.content h1
{
	font-variant:small-caps;
	color:#060;
	font-size:26px;
	padding-left:16px;
	font-weight:bold;
}

.content h2
{
	font-variant:small-caps;
	color:#06F;
	font-size:23px;
	padding-left:16px;
	/*font-weight:bold;*/
	font-style:italic;
	border-bottom:solid 1px #06F;
}

input[type="text"]
{
	border:solid 1px #999;
	padding:4px;
}

.text
{
	padding-top:16px;
	padding-bottom:16px;
	padding-right:48px;
	padding-left:48px;
	font-size:13px;	
}