* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height:normal;
}

html {
	height:100%;
	background-color:#ffffff;
	background-image: url(../../layout/images/backmarge.gif);
	background-repeat:repeat-y;
}

body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	font-size:14px;
	background-image: url(../../layout/images/marge.gif);
	background-repeat:no-repeat;
	
}



a { 
	color:#80a8a8;
	/*text-decoration:none;*/
	outline:none;
}

a:hover {
	color:#80a8a8;
}
a:visited {
	color:#80a8a8;
}

.colortext {
	font-size:12px;
	color:#80a8a8 ;
	font-weight:normal;
}

.colortextbold {
	font-size:12px;
	color:#80a8a8 ;
	font-weight:bold;
}

h1 {
	font-size:15px;
	color:#80a8a8 ;
	margin-bottom:10px;
	margin-top:20px;
}
h3 {
	font-size:14px;
	color:#80a8a8 ;
	margin-bottom:20px;
	margin-top:20px;
}

h4 {
	font-size:14px;
	color:#a08460 ;
	margin-bottom:20px;
	margin-top:20px;
}

ul {
	margin:0px;
	padding:20px;
	margin-left:20px;
}

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




#page {
	font-family: verdana, Times, serif;
	font-size: 14px;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px;
	min-height:100%;
	height: 100%; 
	
}

#page #home {
	background-image: url(../../layout/images/home.gif);
	background-repeat: no-repeat;
	width:52px;
	height:17px;
	position: absolute;
	top:35px;
	left:800px;
	z.index:1;
}

#page #header {
	background-image: url(../../layout/images/top-n.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 900px;
	/*position: relative;*/
}




#page #menu {
	margin: 10px;
	width: 800px;
	height:40px;
	margin-left:122px;
	/*position: absolute;
	visibility: inherit;
	left: 122px;
	top: 70px;*/
}
#page #content {
	margin: 10px;
	width: 500px;
	height:auto !important;
	height:300px;
	min-height:300px;
	margin-left:122px;
	/*position: absolute;
	visibility: inherit;
	left: 120px;
	top: 140px;*/
	padding-left:280px;
	padding-bottom:40px;
}

#page #content2 {
	margin: 10px;
	width: 700px;
	height:auto !important;
	height:300px;
	min-height:300px; 
	margin-left:180px;
/*	display:none; */
}

#page #content p {
	font-size:12px;
	padding-bottom:15px;
}

#page #content #img-section {
	position: absolute;
	left:130px;
	width:200px;
	height:200px;

}

#page #img-left {
	background-image: url(../../layout/images/default.jpg);
	background-repeat: no-repeat;
	width: 85px;
	/*height:500px;*/
	height:300px;
	position:absolute;
	left: 47px;
	top: 82px;
}

 #footer {
	border-top:1px solid #CCC;
	padding:20px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}

