/* CSS Document */

body {
	margin: 0;
	background-color: #666666;
	font-family: verdana,"Lucida Grande", arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #3e3e3e;
	}
	
#main h2 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-bottom: .3em;
	}

#main h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: .3em;
	}
	
#main	h1, h2, h3 {
		font-family: georgia, times;
		font-weight: normal;
		}

#container { 
	width: 505px;
	margin: auto;
	background-color: #FFFFFF; 
}

#main {
	padding: 0 20px 10px 20px;
}

#main h2 {
	text-align: center;
}

