/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.png');	background-repeat: repeat-x;	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}


/************* CONTENT ************/

#content {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
        background-image: url('images/contentbg.png');	background-repeat: no-repeat;	background-attachment: fixed;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}



