body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
}
a {
	font-size: 11px;
	color: #00a5ea;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00a5ea;
}
a:hover {
	text-decoration: underline;
	color: #00a5ea;
}
a:active {
	text-decoration: none;
	color: #00a5ea;
}
:focus
{
-moz-outline-style: none; /* REMOVES DOTTED LINE AROUND LINKS */
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h1 {
	font-size: 28px;
	color: #00a5ea;
	letter-spacing: -2px;
}
h2 {
	font-size: 18px;
	color: #CCCCCC;
}

/* main wrapper that holds the content area */

#wrapper {
width:795px;
height: 656px;
float: left;
padding: 0;
}

/* main divs */

#sidebar {
width:13px;
height: 780px;
background-image: url(../images/side-bar.gif);
background-repeat: repeat;
float: left;
}

#header {
width:782px;
height: 140px;
float: left;
}

#left-column {
width:283px;
height: 427px;
float: left;
}

#main-content{
width:498px;
height: 428px;
text-align: justify;
float: left;
}

#footer {
width:283px;
height: 180px;
padding: 20px 0 0 0;
text-align:center;
float: left;
}

#footer a {
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;
}

#footer a:hover {
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

#sub-content {
width:498px;
height: 200px;
float: left;
}

/* child divs */

#home {
width:284px;
height: 26px;
float: left;
}

#what-we-do {
width:284px;
height: 28px;
float: left;
}

#portfolio {
width:284px;
height: 26px;
float: left;
}

#printing {
width:284px;
height: 27px;
float: left;
}

#contact {
width:284px;
height: 32px;
float: left;
}

#listings {
width:226px;
height: 236px;
padding: 34px 26px 19px 30px;
background-image: url(../images/client-list.gif);
background-repeat: no-repeat;
float: left;
}

/* Rollovers - Vertical */

.homerollover {
display: block;
width: 284px;
height: 26px;
background-image: url(../images/home-main.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}
a.homerollover:link, a.homerollover:visited, a.homerollover:active {
background: url(../images/home-main.gif) no-repeat;
}
a.homerollover:hover  {
background-position:-284px 0;
}

.whatwedorollover {
display: block;
width: 284px;
height: 28px;
background-image: url(../images/what-we-do-main.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}
a.whatwedorollover:link, a.whatwedorollover:visited, a.whatwedorollover:active {
background: url(../images/what-we-do-main.gif) no-repeat;
}
a.whatwedorollover:hover  {
background-position:-284px 0;
}

.portfoliorollover {
display: block;
width: 283px;
height: 26px;
background-image: url(../images/portfolio-main.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}
a.portfoliorollover:link, a.portfoliorollover:visited, a.portfoliorollover:active {
background: url(../images/portfolio-main.gif) no-repeat;
}
a.portfoliorollover:hover  {
background-position:-283px 0;
}

.printingrollover {
display: block;
width: 284px;
height: 27px;
background-image: url(../images/printing-main.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}
a.printingrollover:link, a.printingrollover:visited, a.printingrollover:active {
background: url(../images/printing-main.gif) no-repeat;
}
a.printingrollover:hover  {
background-position:-284px 0;
}

.contactrollover {
display: block;
width: 283px;
height: 32px;
background-image: url(../images/contact-main.gif);
background-repeat: no-repeat;
text-indent: -9999px;
}
a.contactrollover:link, a.contactrollover:visited, a.contactrollover:active {
background: url(../images/contact-main.gif) no-repeat;
}
a.contactrollover:hover  {
background-position:-283px 0;
}