/**
* 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: 10px;
	font-family: arial narrow,'Arial',arial,monospace,sans-serif;
	background: #fff;
	font-size:9px;
	font-weight:100;
	letter-spacing:1px;
	line-height:14px;
	

	
}

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

a:link { text-decoration: none; color:#7b7b7b; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#a9a9a9; }
a:hover { text-decoration: none; color: #fff; }


a img { border: none; }

/**
pozadina preko  menu frame 
*/

#menu { background: transparent; }

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

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

#menu ul li.section-title { text-decoration: none; color: #333333; font-weight: none; letter-spacing:2px; font-size:8px; }

/**
pozadina preko  desnog framea 
*/

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



.container {
    padding: 40px 20px 1px 33px;
}

#content p { width: 400px; margin-bottom: 9px; }


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; }