* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url('http://www.afm-tec.info/bg_stripe.jpg');
	background-repeat:repeat-x; 
       background-attachment:fixed;
}

#wrap {
	width: 972px;
	margin: auto;
	background-image: url('../img/bg2.jpg');
}

	#top {
		width: 100%;
		height: 60px;
		border-bottom-width: 1px;
		border-bottom-color: #D4D4D4;
		border-bottom-style: solid;
		text-align: right;
		background-color: #ffffff;
	}
		#top img.logo {
		}
	
		/* UPPER NAVIGATION */
		
		#top ul {
			position: relative;
			
			margin-left: 0px;
			padding-left: 0px;
			list-style-type: none;
		}
			#top ul li {
				float: left;
                 		background-color: #ffffff;
				border-right-width: 1px;
				border-right-color: #D4D4D4;
				border-right-style: solid;
			}
				#top ul li a {
					float: left;
					margin: 0px;
					height: 25px;
					padding: 35px 15px 0px 15px;
					
					font-family: Verdana, Arial, Sans, Helvetica;
					font-size: 11pt;
					text-decoration: none;
					font-weight: bold;
					color: #5F83A8;
				}
				#top ul li.active {
				}
				#top ul li a:link, #top ul li a:visited {
					background-color: #ffffff;
				}
				#top ul li a.active:link, #top ul li a.active:visited {
					background-color: #EAEAEA;
				}
				#top ul li a:hover {
					background-color: #EAEAEA;
				}
	
	#header {
		height: 148px;
		padding: 1px;
		border-bottom-width: 1px;
		border-bottom-color: #D4D4D4;
		border-bottom-style: solid;
	}
		#header img {
			display: block;
			margin: 1px;
		}
	
	#left {
		width: 200px;
		height: 100%;
                background-color: #EAEAEA;
		border-right-width: 1px;
		border-right-color: #D4D4D4;
		border-right-style: solid;
		float: left;
	}
	
		/* LEFT NAVIGATION */
	
		#left a:link, a:visited {
			color: #5F83A8;
                        font-weight: bold;
			text-decoration: none;
		}
		#left a:hover {
			text-decoration: underline;
		}
	
		#left ul.outer {
			font-family: Verdana, Arial, Sans, Helvetica;
			font-size: 10pt;
			list-style-type: none;
		}
			#left ul.outer li {
				padding: 0.5em 0em 0.5em 1em;
				border-bottom-width: 1px;
				border-bottom-color: #D4D4D4;
				border-bottom-style: solid;
			}
			#left ul.outer li.active {
				padding-bottom: 0px;
				font-weight: bold;
			}
				#left ul.inner {
					list-style: none;
					margin-top: 0.5em;
				}
				#left ul.inner li {
					padding: 0.5em 0em 0.5em 1em;
					background-color: #DBDBDB;
					border-top-width: 1px;
					border-top-color: #DFDFDF;
					border-top-style: solid;
					border-bottom-width: 0px;
					font-weight: normal;
				}
				#left ul.inner li.active {
					font-weight: bold;
				}
					#left ul.inner li ul.inner li {
						padding: 0.5em 0em 0.5em 1em;
					}
	
	#content {
		width: 530px;
		padding: 20px;
		font-family: Verdana, Arial, Sans, Helvetica;
		font-size: 10pt;
		float: left;
	}
		#content h1 {
			font-weight: bold;
			font-size: 12pt;
                        margin-bottom: 1.5em;
                        text-align:center;
		}
		
		#content p {
			margin-bottom: 1.5em;
		}
		
		#content ul {
			list-style-position: inside;
		}
		
		#content a:link, a:visited {
			text-decoration: none;
			font-weight: bold;
			color: #5F83A8;
		}
		#content a:hover {
			text-decoration: underline;
		}
	
	#right {
		width: 200px;
		height: 100%;
               background-color: #EAEAEA;
		border-left-width: 1px;
		border-left-color: #D4D4D4;
		border-left-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #D4D4D4;
		border-bottom-style: solid;
		float: left;
	}
		#right .caption {
			width: 188px;
			height: 25px;
			background-image: url('../img/glass.png');
			font-family: Verdana, Arial, Sans, Helvetica;
			font-size: 15px;
			padding: 10px 0px 0px 10px;
		}
		#right .content {
			margin: 10px;
			font-family: Verdana, Arial, Sans, Helvetica;
			font-size: 10px;
		}
			#right .content a:link, a:visited {
				text-decoration: none;
				font-weight: bold;
				color: #5F83A8;
			}
			#right .content a:hover {
				text-decoration: underline;
			}
	#bottom {
		width: 972px;
		height: 50px;
                font-family: Verdana, Arial, Sans, Helvetica;
	        font-size: 8pt;
		background-color: #DBDBDB;
	}
		#bottom a:link, a:visited {
			color: #5F83A8;
			text-decoration: none;
		}
		#bottom a:hover {
			text-decoration: underline;
		}
