/* CSS Document 
Author: AB
GS

*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-attachment:fixed;
	background-image:url(background.png);
	background-position:top;
	background-repeat:repeat-x;
}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color:#CCCCCC;
}

/* Main */

#main
{
	padding:5px 5px 5px 5px;
}

/* Content  */
#content
{
text-align:justify;
list-style-type:square;
margin:5px 10px 5px 10px;
}
	.contact_add { 
		font-size:10px;
	}

#heading
{
font-weight:bold;
color:#333333;
}


/* Footer */

#footer-links
{
	font-size:10px;
	float:right;
	color:#666666;
	padding: 5px 5px 5px 0px;
}
.separator {color: #cccccc}
