
body 
	{
	/*background-color:#ffc3a1;*/
	background-color:#f2cdaf;
	margin:auto;
	font-family: Lucida Sans console, Verdana, sans-serif;
	font-size:0.9em;
	color:#482110;
	padding-bottom:10px;
	padding-top:10px;
	}
	
	div#page
	{
		width:1000px;
		height:100%;
		border:#c05017 1px solid;
		margin:auto;
		background-image:url(images/bg_bg.jpg);
		background-repeat:repeat-x;	
		background-color:#b94d0f;
	}
	
	div#banner
	{
		background-image:url(images/bg_banner.jpg);
		background-repeat:repeat-x;
		height:200px;
		width:1000px;
		margin:auto;
		text-align:center;
	}
	
	div#formating
	{
		width: 933px;
		margin:auto;
		padding:0em;
	}
	
		div#navi
		{
			width:233px;
			height:100%;
			float:left;
		}
		
			div#navi img
			{
				border: 0;
			}
		
		div#content 
		{
			width:650px;
			min-height:500px;
			/*height:500px;*/
			background-color:#fff0e7;
			background-image:url(images/bg_content.gif);
			background-repeat:no-repeat;
			color:#351706;
			float:right;
			text-align:justify;
			padding-top:20px;
			padding-left:35px;
			padding-bottom:20px;;
			padding-right:15px;
			margin-bottom:1em;
		}
		
		div#content img
			{
				border: 0;
			}
		
	div#bottomline
	{
		width:100%;
		height:100%;
		font-size:0.7em;
		color:#ff8947;
		border-top:#ff6418 1px solid;		
		border-bottom:#ff6418 1px solid;
		text-align:right;
		clear:both;
		margin:auto;
		padding:1px;
	}
	
		div#bottomline a 
		{
			color:#703319;
			font-weight:bold;
			text-decoration:underline;
		}
	
		div#bottomline a:hover 
		{
			color:#5f2c17;
			font-weight:bold;
		}
		
.small
{
	font-size:0.75em;
}

h1#big
{
	font-size:1.75em;
	text-align:center;
}

h3#nopadding
{
	padding-bottom:0px;
	margin-bottom:5px;
}

h1
{
	font-size:1.3em;
	font-family: Lucida Sans console, Verdana, sans-serif;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color:#c75b2c;
	font-weight:bold;
}

h2
{
	font-size:1.2em;
	font-family: Lucida Sans console, Verdana, sans-serif;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color:#a24a25;
	font-weight:bold;
}

h3
{
	font-size:1.1em;
	font-family: Lucida Sans console, Verdana, sans-serif;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	color:#703319;
	font-weight:bold;
}

h4
{
	font-size:1em;
	font-family: Lucida Sans console, Verdana, sans-serif;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color:#4e2412;
}

td h2
{
	padding-top: 5px;
	margin:0px;
}

td img
{
	float: left;
	vertical-align:top;
}


a 
{
	color:#c05017;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

a:hover 
{
	color:#e55302;
	font-size:0.9em;
	font-weight:bold;
}