@charset "utf-8";

body		{	color: #4A4A4A;font-family: Georgia, "Times New Roman", Times, serif;}

h1		    {
			position: relative;
			left: 50%;
			top: 5px;
			width: 1100px;
			margin-left: -550px;
			text-align: center;
			margin-top:0px;
			margin-bottom:0px;
			padding:0px;
			text-align:center;
		    }

h1 img		    {	border-width:0px;   }

#navigation	    {
			position: absolute;
			left: 50%;
			top: 210px;
			height: 20px;
			margin-left: -300px;
			text-align: center;
			width: 600px;
		    }

#navigation a	    {
			font-size: 15px;
			letter-spacing: 0.1em;
			text-align: center;
			padding-right: 24px;
			padding-left: 24px;
		    }

a		    {
				text-decoration:none;
				color: #4A4A4A;
				letter-spacing: 0.2em;
				font-size: 15px;
		    }







p		    {
				font-size: 14px;
				text-align: justify;
		    }

h2		    {
				font-size: 24px;
				font-weight: lighter;
				color: #333333;
				letter-spacing: .2em;
		    }

h3		    {
				font-size: 18px;
				font-weight: lighter;
				color: #666666;
				letter-spacing: .2em;
		    }
		    
h2.title		    {
						font-size: 24px;
						margin-bottom:0px;
				font-weight: lighter;
				color: #333333;
				letter-spacing: .2em;
		    }		    
		    
h3.subtitle	{
				margin-top:0px;
				font-size: 20px;
				font-weight: normal;
				color: #333333;
				letter-spacing: .2em;
		    }


#footer	p	{		
					margin-top:20px;
					font-size: 11px;
					font-weight: lighter;
					color: #333333;text-align:center;	}
							   	    