/* This styles sheet is used to set the presentation of the site */

/* This styles sheet holds the following values
	background-color
	background-image
	background-position
	background-repeat
	color
	font-family
	font-weight
	font-size
	text-alignment
	text-decoration
*/

body{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; background-color:#ffffff; background-image:url(images/background.jpg); background-position:top left; background-repeat:no-repeat;}

/* FOOTER STYLE */
div#footer {font-size:10px; color:#003263; background-color:#FFFFFF;}
div#footer li{list-style-image:url(images/ministar.jpg);}

/* IMAGE STYLES */
img {border:0px;}