
	body {
		margin : 0px;
		padding : 0px;
		background : #BBBABC;
		}
	
	#main {
		width : 760px;
		height : 100%;
		border : 2px solid #F00;
		background : #fff;
		margin-top : 20px;
		margin-bottom : 20px;
		}
		
	.header {
		width : 760px;
		margin-bottom : 0px;
		padding-bottom : 0px;
		}

	.center {
		text-align : center;
		}

	#page {
		width : 760px;
		height : 100%;
		background : #fff;
		margin-bottom : 10px;
		}
		
	#nav {
		width : 180px;
		}
		
	#content {
		width : 560px;
		margin-top : 10px;
		}	
		
	h1 {
		font-size:14px;
		font-family : Georgia, Arial, Helvetica, Sans-Serif;
		color : #5470B6;
		margin : 0px;
		padding : 0px;
		text-align : left;
		}
	
	p {
		font-size : 11px;
		font-family : Georgia, Arial, Helvetica, Sans-Serif;
		margin : 0px;
		color : #000;
		text-align : left;
		}
		
	a:link {
	font-size : 11px;
	font-family : Georgia, Arial, Helvetica, Sans-Serif;
	color : #5470B6;
	text-decoration: underline;
	font-weight : bold;
	}
	
	a:visited {
	font-size : 11px;
	font-family : Georgia, Arial, Helvetica, Sans-Serif;
	color : #5470B6;
	text-decoration: underline;
	font-weight : bold;
	}
	
	a:hover {
	font-size : 11px;
	font-family : Georgia, Arial, Helvetica, Sans-Serif;
	color : #F00;
	text-decoration: none;
	font-weight : bold;
	}