@charset "UTF-8";

a:link,a:visited {
	color:#FF3333;
	text-decoration:underline;
	outline:none;
}
a:hover,a:active {
	color:#FF3333;
	text-decoration:none;
	outline:none;
}
body {
	background-image: url(../img/squares.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#wrapper {
}
#container   {
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333333;
	min-width: 900px;
}
#navigation {
	height: 251px;
	width: 192px;
	float: right;
}
#navigation_small {
	height: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#maincontent {
	padding-top: 30px;
}
#header    {
}
#footer {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
	clear: both;
	letter-spacing: 0.5pt;

}
#footer_arrow {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 11px;
	vertical-align: bottom;
	background-image: url(../img/footer_arrow.gif);
} 
#footer_arrow_main {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 11px;
	vertical-align: bottom;
	background-image: url(../img/footer_arrow_main.gif);
} 
#main_bottom {
	vertical-align: bottom;
}
#top	{
	height: 78px;
}
#left {
	padding-left: 40px;
	margin-right: 300px;
}
#right {
	font-size: 12px;
	width: 283px;
	float: right;
	color: #333333;
}
#left_about {
	padding-left: 40px;
	margin-right: 300px;
}
#right_about {
	font-size: 12px;
	width: 192px;
	float: right;
	color: #333333;
	clear: both;
}
#work_left {
	padding-left: 50px;
	width: 460px;
}
#print_left {
	padding-left: 35px;
	width: 650px;
}
#left_table {
	padding-left: 40px;
	margin-right: 100px;
}
#left_col {
	width: 270px;
	padding-left: 40px;
	font-size: 12px;
	color: #333333;
}
#right_col {
	font-size: 12px;
	width: 300px;
	float: right;
	color: #333333;
	margin-right: 250px;
}
#left_col_work {
	width: 400px;
	margin-left: 40px;
}
#right_col_work {
	font-size: 12px;
	width: 500px;
	float: right;
	color: #333333;
	margin-right: 50px;
}
h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
h2 {
	font-size: 23px;
	font-weight: normal;
	color:#FF3333;
	line-height: 30px;
}
p {
	font-size: 12px;
	line-height: 17px;
}
ul {
	font-size: 12px;
	line-height: 17px;
}
img	{
	border: none;
}
#imgslide {
	margin-left: 0px;
}
.line {
	background-image: url(../img/pixel_line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#navigation_lg {
	height: 251px;
	width: 282px;
	float: right;
	text-align: right;
	clear: both;
}
#navigation_about {
	height: 180px;
	width: 192px;
	float: right;
}
#left_work {
	padding-left: 40px;
	margin-right: 250px;
}
#leftHand {
	padding-left: 290px;
	margin-right: 300px;
	background-image: url(../img/hand.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#left_newwork {
	padding-left: 40px;
	margin-right: 240px;
}

