@charset "utf-8";

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

div	{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size:14px;
}

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;
		    }


#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: 14px;
			padding-left: 14px;
		    }

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


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