body {
background: url('bg_site.jpg') top left no-repeat #0e0e0e;
font-family: georgia,sans-serif;
color: #333;
margin: 0px;
padding: 0px;
cursor: url('cursor.png'), auto;
}

@font-face {
	font-family: gnuolane;
	src: url('gnuolane.ttf');
}

/* THEME STYLES */

#whitebg {
position: fixed;
width: 400px;
height: 1900px;
top: 0px;
background: url('bg_white.png') top left repeat-y;
z-index: 10;
}

/* SIDEBAR STYLES */

#sidebar {
position: fixed;
top: 10px;
left: 0px;
width: 385px;
height: 150px;
margin: 0px;
padding: 0px;
z-index: 40;
}

#sidebar p {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0pt;
	line-height: 18px;
	color: #888;
	text-align: left;
	padding: 0px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
}

#nav{
font: bold 12px georgia;
line-height: 14px;
background: transparent;
width: 385px;
z-index: 40;
}

#nav ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}

#nav ul li{
position: relative;
display: inline;
float: left;
}

#nav ul li a{
display: block;
background: transparent; 
padding: 0px;
color: #eee;
text-decoration: none;
cursor: url('cursor2.png'), auto;
}

#pdf {
position: absolute;
top: 330px;
left: 315px;
z-index: 40;
}

#hiring {
position: absolute;
top: 280px;
z-index: 30;
}

#hiring p {
padding-right: 90px;
text-align: justify;
}

#contact {
position: absolute;
top: 410px;
z-index: 40;
}

#contact p {
margin: 0px;
padding: 0px 0px 20px 20px;
text-align: justify;
}

#about {
position: absolute;
top: 525px;
z-index: 40;
}

#about p {
padding-right: 20px;
text-align: justify;
}

/* CONTENT STYLES */

#barhome {
position: absolute;
top: -100px;
left: 1080px;
width: 90px;
height: 580px;
background: url('bar_home.png') no-repeat;
}

#barweb {
position: absolute;
top: -100px;
left: 1080px;
width: 90px;
height: 580px;
background: url('bar_web.png') no-repeat;
}

#barprint {
position: absolute;
top: -100px;
left: 1080px;
width: 90px;
height: 580px;
background: url('bar_print.png') no-repeat;
}

#barlogo {
position: absolute;
top: -100px;
left: 1080px;
width: 90px;
height: 580px;
background: url('bar_logo.png') no-repeat;
}

#bar3d {
position: absolute;
top: -100px;
left: 1080px;
width: 90px;
height: 580px;
background: url('bar_3d.png') no-repeat;
}

#bar {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 114px;
padding: 36px 0px 0px 0px;
background: url('bar_bg.png') repeat-x;
z-index: 5;
}

#logob {
position: fixed;
bottom: 130px;
right: 15px;
width: 90px;
height: 104px;
padding: 0px 0px 0px 0px;
background: url('logo_color.png') no-repeat;
z-index: 5;
}


img.barimg {
width: 84;
height: 84px;
padding: 12px;
margin: 1px 0px 0px -2px;
background: url('bar_box.png') no-repeat;
cursor: url('cursor2.png'), auto;
}

#content {
position: absolute;
width: 1080px;
top: 0px;
left: 0px;
height: 300px;
margin: 0px;
padding: 0px;
z-index: 0;
}

#content h3 {
font-family: sans-serif;
font-size: 28px;
margin: 0px;
padding-left: 0px;
color: #eee;
letter-spacing: 1px;
text-shadow: 0px 0px 6px #666;
}

#content h4 {
font-family: sans-serif;
font-size: 16px;
margin: 0px;
padding: 0px;
color: #ddd;
letter-spacing: 1px;
text-shadow: 0px 0px 8px #333;
}

#content p {
font-family: sans-serif;
font-size: 13px;
line-height: 18px;
color: #eee;
margin: 0px;
padding: 0px;
text-align: justify;
text-shadow: 0px 0px 6px #111;
}

#content p.white {
font-family: sans-serif;
font-size: 12px;
line-height: 20px;
color: #666;
background: url('bg_pwhite.png') bottom left repeat-x #eee;
margin: 0px 0px 20px 0px;
padding: 20px;
text-align: justify;
text-shadow: 0px 0px 0px transparent;
}

#content p.print {
font-family: sans-serif;
font-size: 14px;
line-height: 18px;
color: #444;
margin: 0px;
padding: 0px;
text-align: left;
text-shadow: 0px 0px 6px transparent;
}

#content img {
background-color: #fff;
padding: 6px;
margin: 0px 20px 0px 20px;
cursor: url('cursor2.png'), auto;
}

#footer {
clear: both;
width: 1004px;
height: 120px;
background: url('shad_down.png') top center repeat-x #2b97c4;
padding-top: 20px;
}

#footerbg {
position: relative;
width: 100%;
height: 140px;
margin-top: -140px;
background: url('shad_down.png') top center repeat-x #2b97c4;
z-index: -30;
}

#footer h4 {
padding: 0px 0px 4px 0px;
margin: 0px;
color: #7fceef;
font-size: 14px;
}

#footer p {
line-height: 18px;
padding: 0px;
margin: 0px;
font-size: 12px;
color: #00435f;
}
