/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar font-family: Monaco,'Lucida Console',Courier,monospace,sans-serif;
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	

	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#333333; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#666; }
a:hover { text-decoration: none; color: #f00; }


a img { border: none; }

/**
pozadina preko  menu frame 
*/

#menu { background: transparent; }

#menu {
    width: 320px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10;
    position: fixed;
    height: 100%;
	background-color: #FFF;
}

#menu ul {
	list-style: none;
	margin: 0px 0 14px 0;
	
}

#menu ul li.section-title {font-size:13px;font-weight:bold;text-align:left}

/**
pozadina preko  desnog framea 
*/

#content {
    height: 100%;
    margin: 0 0 0 355px;
    top: 0;
}



.container {
    padding: 5px 5px 25px 15px;
}

#content p { width: 700px; margin-bottom: 9px; margin-top: 100px;
text-align:justify: }


p {
    margin: -20 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: right; }


/**** Inline STYLE-tag style sheet ****/

body { 
background-image: url(http://www.hanbingart.com/files/1_background.jpg);
background-repeat: no-repeat;
background-position: 215px 0;
background-attachment: fixed;
 }
