* {
	margin: 0;
	padding: 0;
}

body {
background: #666666 url(../images/brushed_aluminum.jpg) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;	
}

a {
text-decoration: none;
text-decoration: underline;
color: #362e18;
}
a:hover {
text-decoration: underline;
color: #4a3c18;
}

#wrap {
margin: 20px auto;
width: 1000px;
}


#header {
background:url(../images/header-beveled.jpg) no-repeat  -5px 0;
height: 200px;
z-index:10;
border: 5px solid #02BAD0;
}

#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;
color: #666666;
}
#header h1 a { 
color: #666666;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #666666;
}
#header h2 {
font-size: 19px;
color: #666666;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 40px;
line-height: 40px;
background: #666666 url(../images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 8px 0 8px;
text-decoration: none;
font-weight: 100;
font-size: 15px;
color: #aaa;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

/* indicate the current page we're on   */
.index #index_nav a,
.contact #contact_nav a,
.graphics #graphics_nav a,
.links #links_nav a, 
.resources #resources_nav a,
.sales #sales_nav a,
.services #services_nav a ,
.training #training_nav a,
.web_clients #web_clients_nav a ,
.web_hosting #web_hosting_nav a
{
   color:#eee;
   background-color:#444;
}


#content {
/* background: #666666 url(../images/content.jpg) repeat-y; */
background: #02BAD0;
padding: 10px;
}

/* rounded corners rely on a modern browser, e.g. Firefox 3
    Eventually IE will catch up. */
.left {
float: left;
width: 730px;
text-align: justify;
padding: 10px;
font-size: 14px;
background: #fff;
border-right: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
}

.left h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
text-decoration: underline;
}

.left p {
margin: 10px;
}

.left ul {
padding: 0px 0px 5px 30px;
list-style-type: square;
}



.right {
float: right;
width: 180px;
background: #fff;
padding: 10px;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
}

.right h2 {
height: 24px;
line-height: 24px;
color: #000;
font-size: 17px;
padding-left: 10px;

}
.right ul {
padding: 10px 0 15px 30px;
list-style-type: square;
}
.right ul li a {
font-weight: 100;
font-size: 12px;
}
.right ul li a:hover {

}

.right li {
font-size: 12px;
}


.right p {
font-size: 10px;
}


#bottom {
/* background: #d4ccae url(../images/bottom.jpg) no-repeat; */
background: #02BAD0;
padding: 10px 0;
}

#footer {
background: #02BAD0;
text-align: center;
font-size: 11px;
height: 40px;
}


.inset_photo_a {
float: right;	
}

.inset_photo_b {
float: left;	
}
