/* CSS base document

	version:   	1.0
	author:     TRsplet
    web page:   www.trsplet.com
	worker:    	Toni Meglic
	email:     	toni.meglic@gmail.com

#####################################################################################################################################################*/

@import url("head.css");
@import url("content.css");
@import url("footer.css");

/*###################################################################################################################################################*/


body					{
							margin: 0px;
							padding: 30px 0px;
							background: #FFF url(../images/body_bg.jpg) repeat-x top;
							font-family: Arial, Helvetica, sans-serif;
							color: #333;
							font-size: 12px;
							text-align: left							}
a						{
							color: #416580; text-decoration: none		}
a:hover, a:active		{
							text-decoration: underline					}
a img					{
							border: none								}
