/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
	font:60% Verdana;
}

a:hover {
text-decoration:none;
}

#header {
padding:1px 0;
background:url(../images/logo.GIF) no-repeat center;
}

#container {
width:830px;
margin:0 auto;
background:url(../images/body.png) no-repeat;
padding:5px;
}

#navigation {
background:#666666;
width:600px;
border-top:1px solid #2E2E47;
padding:6px 0;
margin:2px auto 1px;
font:100% Georgia;
color:#fff;
letter-spacing:2px;
text-transform:uppercase;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#ACACB0;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#content {
margin-right:240px;
}

p {
margin:10px 0;
padding:5px;
line-height:20px;
text-indent:25px;
}

#container h1 {
font:110% Arial;
color:#fff;
margin:15px 0;
}
-->conpany motto<--
#container h2 {
color:#fff;
border-bottom: 1px solid #000000;
margin:25px 0 15px;
font:90% Verdana;
font-weight:bold;
}
--> / <--
--> table <--

td {
padding:8px;
text-align:center;
background:;
font:100% Georgia;
}
--> /table <--

th {
color:#fff;
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}
