@charset "iso-8859-1";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#top_header {
	position : absolute;
	width : 948px;
	height : 171px;
	top : 0px;
	left : 0px;
	background: url(../images/nav/top_header.gif);
	background-repeat: repeat-y;
}

ul#nav_main {
	list-style-type : none; 
	position : absolute; 
	top : 171px; 
	left : 0px;
	width : 948px; 
	height : 40px; 
	margin : 0; 
	padding : 0;
}

li#nm_1 {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 107px;
	height : 40px;
	background : url(../images/nav/home_btn.gif) no-repeat 0 0;
	text-indent : -9999px;
}

li#nm_2 {
	position : absolute; 
	top : 0px; 
	left : 107px;
	width : 87px; 
	height : 40px; 
	background : url(../images/nav/about_btn.gif) no-repeat 0 0;
	text-indent : -9999px;
}

li#nm_3 {
	position : absolute; 
	top : 0px; 
	left : 194px;
	width : 99px; 
	height : 40px; 
	background : url(../images/nav/portfolio_btn.gif) no-repeat 0 0;
	text-indent : -9999px;
}

li#nm_4 {
	position : absolute; 
	top : 0px; 
	left : 293px;
	width : 143px; 
	height : 40px; 
	background : url(../images/nav/design_btnr.gif) no-repeat 0 0;
	text-indent : -9999px;
}

li#nm_5 {
	position : absolute; 
	top : 0px; 
	left : 436px;
	width : 208px; 
	height : 40px; 
	background : url(../images/nav/webdesign_btn.gif) no-repeat 0 0;
	text-indent : -9999px;
}

li#nm_6 {
	position : absolute; 
	top : 0px; 
	left : 644px;
	width : 171px; 
	height : 40px; 
	background : url(../images/nav/printing_btn.gif) no-repeat 0 0;
	text-indent : -9999px;
}

li#nm_7 {
	position : absolute; 
	top : 0px; 
	left : 815px;
	width : 133px; 
	height : 40px; 
	background : url(../images/nav/contact_btn.gif) no-repeat 0 0;
	text-indent : -9999px;
}

ul#nav_main a {
	display : block; 
	width : 100%; 
	height : 40px;
	text-indent : -9999px; 
	text-decoration : none; 
}

li#nm_1 a:hover { background : url(../images/nav/home_btnr.gif) no-repeat 0px 0px; }
li#nm_2 a:hover { background : url(../images/nav/about_btnr.gif) no-repeat 0px 0px; }
li#nm_3 a:hover { background : url(../images/nav/portfolio_btnr.gif) no-repeat 0px 0px; }
li#nm_4 a:hover { background : url(../images/nav/design_btnr.gif) no-repeat 0px 0px; }
li#nm_5 a:hover { background : url(../images/nav/webdesign_btnr.gif) no-repeat 0px 0px; }
li#nm_6 a:hover { background : url(../images/nav/printing_btnr.gif) no-repeat 0px 0px; }
li#nm_7 a:hover { background : url(../images/nav/contact_btnr.gif) no-repeat 0px 0px; }

div#container_top {
	position: relative;
	top : 211px;
	width: 948px;
	height: 17px;
	left: 0px;
	background: url(../images/main_content/top_table.gif) no-repeat 0 0;
}

div#container {
	position : relative;
	top : 208px;
	left : 0px;
	width : 948px;
	background-image: url(../images/main_content/bkg.gif);
	background-repeat: repeat-y;
	float: left;
}

div#container_main {
	position : relative;
	float : right;
	width : 665px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#footer {
	position: relative;
	width: 948px;
	height: 65px;
	left: 0px;
	background: url(../images/main_content/bottom_table.gif) no-repeat 0 0;
	float: left;
}
