html,body {
	margin:0px;
	height:100%;
	background-color:#000;
	overflow:auto;
	text-align:center;
	}
	
html, body, p, td {
	font-family:arial; font-size:10px;
	color:#000;
	}
	
a:link, a:visited {color:#f00;}
a:hover {text-decoration:none;}
	
div#header {
	position:relative;
	height:60px; width:100%;
	border-bottom:1px solid #f00;
	background-color:#000;
	overflow:hidden;
	text-align:center;
	}
	
	div#header p {
	width:745px; height:60px;
	margin-left:auto; margin-right:auto;
	line-height:60px;
	color:#fff; text-align:right;
	font-size:11px;
	}
				
	div#header a:link, div#header a:visited {
		text-decoration:none; color:#dee8ee;
		padding-right:16px; padding-top:5px;
		background-image:url(img/triangle.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		}
	div#header a:hover {
		color:#fff;
		background-image:url(img/triangle2.gif);
		background-positon:bottom right;
		background-repeat:no-repeat;
		}
	
	a.link:link, a.link:visited {margin-right:35px;}
			
div#middle {
	position:relative;
	width:100%; height:500px;
	background-image:url(img/bgstripe.gif);
	text-align:center;
	overflow:auto;
	}
	
	div#main {
		width:754px; height:500px;
		overflow:visible;
		margin-left:auto; margin-right:auto;
		}
		
	div#left {
		float:left;
		width:250px; height:100%; 
		overflow: hidden;
		background-color:#222;
		text-align:center;
		}


	div#content {
		float:left;
		width:500px; height:100%;
		overflow:visible;
		background-color:#f5f5f5;
		}
		
div#footer {
	position:relative;
	width:100%;
	border-top:1px solid #f00;
	background-color:#000;
	text-align:center;
	}
	div#footer p{
		width:750px; height:30px;
		margin-left:auto; margin-right:auto;
		margin-top:0px; margin-bottom:0px;
		text-align:right;
		line-height:30px;
		font-size:10px; color:#bbb;
		}

p#pleft {
	padding-top:20px;
	padding-right:20px;
	text-align:right;
	font-size:10px;
	color:#ccc;
	}

p#intro {
	width:420px; height:250px;
	margin-left:auto; margin-right:auto; margin-bottom:0px; margin-top:0px;
	text-align:left;
	font-size:12px; line-height:18px;
	color:#444;
	}
		
			/* NAVIGATION */		
			.menu {
						height: 250px;
						width: 500px;
						background-color:#dee8ee;
						margin:0px;
						overflow:hidden;
			}
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						white-space: nowrap;
						background-repeat:no-repeat;
						display: inline;
						width: 165px;
						height: 248px;
						float: left; 
						margin-left:1px;margin-top:1px;
			}
				#nav1 {background-image:url(img/button_office.jpg); margin-left:2px;}
				#nav2 {background-image:url(img/button_custom.jpg);}
				#nav3 {background-image:url(img/button_production.jpg);}
				
			.cssnav a, .cssnav a:link, .cssnav a:visited {
						display: block;
						color: #000;
						font-weight:bold;
						font-size: 11px;
						width: 165px;
						height: 248px;
						display: block;
						float: left;
						text-decoration: none;
			}
			.cssnav a:hover {
						color: #fff;
			}
			

			.cssnav img {width: 165px; height: 248px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: relative;
						float: left; 
						left: 30px;
						top: -29px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */


.subtitle {
	font-size:15pt;
	font-style:italic;
	font-weight:bold;
	color:#dee8ee;
	}
	
.footer {
	padding-right:20px;
	}