body {
	font-family: Georgia, Helvetica, sans-serif;
	color :#333;
	/*background:url(images/bg.png);*/
	margin:0px;
	padding:0px;
	height:100%;
}

p	{font-size: 10pt;}
h1	{font-size:12pt;}
h2	{font-size:14pt; margin:0;}


a:link, a:hover, a:active, a:visited {
	color:#333;
	text-decoration:underline;
}

/* ID's */

#container {
	position:relative;
	padding:0;
	/*background: url(images/back.png) repeat-y;*/
	margin:0px auto;
	width:650px;
}

#content {
	margin:20px;
}
