/* CSS Document
Author: Elliot Key @ http://www.elite-concepts.co.uk */

body {
background-color: #1a2b3b;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-image: url(/mainbody.gif);
background-repeat:no-repeat;
background-position: left top;
}

a {
color: #000066;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000066;
}

li {
list-style: square;
}

h2 {
font-size: 14px;
text-decoration: underline;
text-align: center;
}

h3 {
font-size: 12px;
text-decoration: none;
text-align: left;
margin-bottom: 0;
padding-bottom: 0;
}

p {
margin: 0;
padding: 0;
margin-bottom: 10px;
}

#wrapper {
position: absolute;
top: 0;
left: 0;
}

#mainbody {
height: 600px;
width: 800px;
}

#maincontents {
position: absolute;
top: 230px;
left: 220px;
width: 305px;
height: 180px;
overflow: auto;
}

#nav {
position: absolute;
top: 210px;
left: 28px;
}

#nav img {
border: none;
}

#nav1 {
width: 123px;
height: 39px;
}

#nav1 a {
background-image: url(welcome.gif);
width: 123px;
height: 39px;
display: block;
}

#nav1 a:hover {
background-image: url(welcome_hover.gif);
}

#nav2 {
margin-top: -10px;
width: 123px;
height: 39px;
}

#nav2 a {
background-image: url(services.gif);
width: 123px;
height: 39px;
display: block;
}

#nav2 a:hover {
background-image: url(services_hover.gif);
}

#nav3 {
margin-top: -10px;
width: 123px;
height: 39px;
}

#nav3 a {
background-image: url(portfolio.gif);
width: 123px;
height: 39px;
display: block;
}

#nav3 a:hover {
background-image: url(portfolio_hover.gif);
}

#news {
position: absolute;
left: 570px;
top: 280px;
font-family: Georgia;
font-size: 12px;
width: 300px;
}

