body
{
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-family: georgia, times, "times new roman", serif;
	color: rgb(255,255,255);
	background-color: rgb(16,48,76);
}

#page
{
	margin: 1em auto;
	padding: 0;
	width: 700px;
	background-color: transparent;
	background-image: url(res/bgimg.gif);
	background-repeat: repeat-y;
	border: 1px solid rgb(212,117,32);
}

#sub_page
{
	margin: 1em auto;
	padding: 0;
	background-color: transparent;
	text-align: center;
}

#leftpane
{
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	height: 500px;
	background-color: transparent;
}

#logo_img
{
	float: left;
	margin: 9px 0 0 9px;
}

#logo
{
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
	background-color: transparent;
}

#menu
{
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 180px;
	background-color: transparent;
	font-size: 1px;
}

#rightpane
{
	margin: 0 0 0 192px;
	padding: 0;
	background-color: transparent;
}

#footer
{
	clear: both;
	font-size: 1px;
	background-color: transparent;
	color: rgb(16,48,76);
	text-align: right;
}

#banner
{
	margin: 0;
	padding: 1em;
}

#banner img
{
	margin: 0;
	padding: 0;
}

#content
{
	margin: 0;
	padding: 0em 3em 3em 3em;
	width: 382px;
}

.textlink a:link
{
	color: orange;
}

.textlink a:visited
{
	color: yellow;
}

.textlink a:hover
{
	color: limegreen;
}

.textlink a:active
{
	color: cyan;
}

.content_link
{
	padding: 0 0 0 2em;
}

.dsli
{
	line-height: 2em;
}

.notop
{
	margin-top: 0px;
}

.nobottom
{
	margin-bottom: 0px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#menu ul li
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	display: block;
}

#menu ul li ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#menu ul li ul li
{
	margin: 0 0 0 -10px;
	padding: 0;
	list-style-type: none;
	display: block;
}

#page img
{
	border: 0;
}

#about_a
{
	display: block;
	height: 32px;
	width: 144;
	background-image: url("res/about.gif");
	background-repeat: no-repeat;
}

#services_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/services.gif");
	background-repeat: no-repeat;
}

#special_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/special.gif");
	background-repeat: no-repeat;
}

#industries_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/industries.gif");
	background-repeat: no-repeat;
}

#portfolio_a
{
	display: block;
	height: 32px;
	width: 144;
	background-image: url("res/portfolio.gif");
	background-repeat: no-repeat;
}

#print_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/print.gif");
	background-repeat: no-repeat;
}

#logos_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/logos.gif");
	background-repeat: no-repeat;
}

#photoi_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/photoi.gif");
	background-repeat: no-repeat;
}

#web_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/web.gif");
	background-repeat: no-repeat;
}

#photor_a
{
	display: block;
	height: 12px;
	width: 144;
	background-image: url("res/photor.gif");
	background-repeat: no-repeat;
}

#contact_a
{
	display: block;
	height: 32px;
	width: 144;
	background-image: url("res/contact.gif");
	background-repeat: no-repeat;
}

#home_a
{
	display: block;
	height: 32px;
	width: 144;
	background-image: url("res/home.gif");
	background-repeat: no-repeat;
}

input, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.forcewidth
{
    width: 100%;

}

#sub_page a
{
	color: rgb(212,117,32);
}

#content img.orangeborder
{
	border: 1px solid rgb(212,117,32);
	margin: 2em 1em 0 0;
}

#content hr
{
	color: rgb(212,117,32);
	background-color: rgb(212,117,32);
	height: 1px;
	border: 0;
	margin-top: 30px;
}

#content table
{
	padding-left: 0;
}

.thumblinkcaption
{
	color: rgb(212,117,32);
	text-decoration: none;
}

.smallwhite
{
	color: white;
	background-color: white;
	font-size: 1px;
	text-decoration: none;
}

.smallblue
{
	color: rgb(16,48,76);
	background-color: rgb(16,48,76);
	font-size: 1px;
	text-decoration: none;
}
