/* CSS Document */
html, body
{
	margin:0 auto;		
	height:100%;
	background:#FFFFFF;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

P
{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

#header
{
	height:110px;
	text-align:center;
}

#navitop
{
	margin:0 auto;
	height:4px;
	width:600px;
	background:url(../images2/navitop.jpg);
}

#navi
{
	margin:0 auto;
	padding-top:3px;
	height:auto;
	min-height:32px;
	width:600px;
	background:url(../images2/navigation.jpg);
}

#navibott
{
	margin:0 auto;
	height:4px;
	width:600px;
	background:url(../images2/navibott.jpg);
}

#navi img
{
	margin-top:0px;
	border:0;
}

#top
{
	margin:0 auto;
	width:600px;
	height:90px;
	background:url(../images2/top.jpg);
	text-align:center;
}

#main
{
	margin:0 auto;
	padding:0;
	width:600px;
	height:auto;
	min-height:65%;
	background:url(../images2/content.jpg);
	
}

#content
{
	margin-left:84px;
	margin-right:84px;
	text-align:left;
	font-size:13px;
	color:#000000;
}

#content a
{
	color:#BE0000;
	font-weight:bold;
	text-decoration:underline;
}

#content a:hover
{
	color:#A00000;
	font-weight:bold;
	text-decoration:underline;
}

#content img
{
	border:0;
}

#welcome
{
	margin:0 auto;
	width:420px;
	height:auto;
	min-height:32px;
	text-align:center;
}

#bott
{
	margin:0 auto;
	width:600px;
	height:90px;
	background:url(../images2/bott.jpg);
	text-align:center;
}

#phpcode
{
	overflow:scroll;
	width:420px;
	height:400px;
	border:1px dashed #CCCCCC;
	background-color:#FFFFFF;
}

h1
{
	margin: 0px 0px 0px 0px;
	color:#AA1E1E;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

h2
{
	margin: 0px 0px 0px 0px;
	color:#AA1E1E;
	font-size:14px;
	font-weight:bold;
}