/* Define the main style characteristics */
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

a:link {color:#000000; text-decoration:underline;}		/* The Colour of New links */
a:active {color:black; text-decoration:underline;}		/* The colour of Active Links */
a:visited {color:#000000; text-decoration:underline;}	/* The colour of Visited Links */

/* This is used for the Main Menu */
h1 {	
	color: #fff;
	background-color: #999;
	font: 14pt arial;
	text-align: left;
	vertical-align: bottom;
	padding: 3px;
	}

/* This is Main Paragraph text */
p {	
	color: #000;
	font: 10pt arial;
	text-align: left;
	vertical-align: top;
	}
	
#content {
	margin-left: 20;
	position:relative;
	text-align: justify;
	}

#footer {
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	}
	
#twitter_update_list li {
list-style-type: none;
}
