@charset "utf-8";
html {height:100%;}
body {
	background: #fff url(../_img/bg.jpg) repeat-x;
	margin:0;padding:0;
	height:100%;
}

#wrap {padding:20px 0 0 0;height:100%;width:940px;position:relative;text-align:left;margin:0 auto;}

#header {height:120px;width:940px;float:left;}
#left {float:left;width:220px;margin-left:20px;}
#right {float:right;width:660px;margin:0 40px 0 0;padding:0;}
#footer {float:left;position:relative;height:40px;width:940px;background:url(../_img/footer.gif) no-repeat;margin-top:40px;}
div.fixed {height:400px;}

#contact {position:absolute;top:20px;right:110px;}

div.half {width:300px;float:left;padding-right:20px;}

#left div {height:20px;}

ul#nav {list-style:none;margin:0;padding:0;}
ul#nav li {text-indent:-9999px;margin:0;padding:0;}

ul#nav li a.n1 {display:block;height:40px;width:220px;background:url(../_img/about.jpg) no-repeat;}
ul#nav li a.n2 {display:block;height:40px;width:220px;background:url(../_img/services.jpg) no-repeat;}
ul#nav li a.n3 {display:block;height:40px;width:220px;background:url(../_img/clients.jpg) no-repeat;}
ul#nav li a.n4 {display:block;height:40px;width:220px;background:url(../_img/contact.jpg) no-repeat;}

ul#nav li a.n1:hover, ul#nav li a.n1.active {background:url(../_img/about_o.jpg) no-repeat;}
ul#nav li a.n2:hover, ul#nav li a.n2.active {background:url(../_img/services_o.jpg) no-repeat;}
ul#nav li a.n3:hover, ul#nav li a.n3.active {background:url(../_img/clients_o.jpg) no-repeat;}
ul#nav li a.n4:hover, ul#nav li a.n4.active {background:url(../_img/contact_o.jpg) no-repeat;}

div, p {font:14px "Palatino Linotype", "Book Antiqua", Palatino, serif;color:#666;}
li {font:13px "Palatino Linotype", "Book Antiqua", Palatino, serif;color:#666;}
h1 {font:22px "Palatino Linotype", "Book Antiqua", Palatino, serif;color:#666;}
h2 {font:16px "Palatino Linotype", "Book Antiqua", Palatino, serif;color:#666;text-decoration:underline;}

a {font:14px "Palatino Linotype", "Book Antiqua", Palatino, serif;color:#97aacd;text-decoration:none;}
a:hover {text-decoration:underline;}

ul {list-style:url(../_img/bullet.gif);}

#copyright {position:absolute;top:4px;right:40px;font:11px "Palatino Linotype", "Book Antiqua", Palatino, serif;color:#fff;}
