﻿/******** BEGIN PAGE ********/
body 	{
			padding: 0;
			margin: 0;
			
			text-align: center;
			color: #000;
			background-image: url(img/bg.png);
			background-repeat: repeat-xy;
		}
		
html {	
			height: 100%;	
		}

body {	
			height: 100%;	
		}

#page 	{
				background-color: white;
				margin: 0 auto;
				padding: 0;
				width: 790px;
				text-align: left;
				border-left: 6px #333 solid;
				border-right: 1px #333 solid;
				min-height: 850px;
}
		
#header   	{
			padding: 0;
			margin: 0 auto;
			height: 100px;
			width: 100%;
			
			
		}
#content  	{
			padding: 0 1em 2em 0;
			margin-left: 210px;
			
		}


p	{ 
			font-size: small;
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-weight: normal;
			color: #333333;
			line-height: 1.2em;
		}

b		{
			font-weight: normal;
			color: #8B7A7A;
		}
		
h1	{
	font-size:	2em;
	font-family: palatino, georgia, serif;
	letter-spacing: 0.25em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	}

h2	{
	font-size:	1.5em;
	font-family: palatino, georgia, serif;
	letter-spacing: 0.25em;
	font-weight: normal;

	}
	
h3	{
	font-size:	1em;
	font-family: palatino, georgia, serif;
	letter-spacing: 0.2em;
	font-weight: normal;
	}

h4	{
	font-size:	0.5em;
	font-family: palatino, georgia, serif;
	letter-spacing: 0.25em;
	font-weight: normal;
	}



		

a 				{ 
					color: #CC3333;
					text-decoration: none; 
				}
				
a.menu			{ 
				}

a:hover 			{ 
				color: #075762; 
				}
				
ol			{
			font-size: small;
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-weight: normal;
			color: #333333;
			line-height: 1.4em;
			}
				
ul			{
			font-size: small;
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-weight: normal;
			color: #333333;
			line-height: 1.4em;
			}
