body {
	background-color: #e9e9e7;
	margin:10px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

h1 {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #99096b;
}

input {
	font-family:Verdana;
	font-size: 11px;
	width: 150px;
}

.submit {
	width:100px;
	border: 1px solid #111111;
}

.menu {
}

.menu a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #99096b;
}

.menu a:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #99096b;
}

.portofoliu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.portofoliu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.scroll-pane {
	overflow: auto;
	background: #ccc;
}

#pane1 {
	width: 650px;
	height: 280px;
}
