@import url('/css/header.css');
@import url('/css/menu.css');
@import url('/css/content.css');
@import url('/css/forms.css');


/***********/
/* general */
/***********/
html {
	overflow:hidden;
	}
body {
	overflow:auto;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFF0CE;
	margin : 0px;
	height: 100%;
	background-image: url(/img/back_content.gif);
	background-repeat: no-repeat;
    	background-attachment: fixed;
    	background-position: 325px 120px;
}

p,form,ul,ol,li,img,body,html,div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

h2,h3 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

h3 {
	padding-bottom: 3px;
}

p {
	font-size: 12px;
}



