@charset "utf-8";
/* CSS Document */

/* GENERAL */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	background-color: #FFE9BB;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p, form {
	padding: 0px;
	margin: 0px;
}

img {
	display: block; 
}

input, textarea {
	border: 1px #006666 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:link { color: #0000FF; text-decoration: underline; }
a:visited { color: #0000FF; text-decoration: underline; }
a:hover { color: #0099CC; text-decoration: underline; }
/***/

/* CONTAINER */
div.container {
	width: 800px;
	margin: auto;
}
/***/

/* HEAD */
div.head {
	height: 194px;
}
/***/

/* MENU */
div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.menu ul li {
	display: inline;
	float: left;
	height: 42px;
}
/***/

/* MAIN */
div.main {
	clear: both;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #D7DBC4;
	width: 758px;
	overflow: auto;
}
/***/

/* CONTENT */
div.content {
	float: left;
	width: 496px;
}

div.content_top {
	height: 35px;
	background-image: url(../images/fade1.jpg);
}

div.content_down {
	height: 35px;
	background-image: url(../images/fade2.jpg);
}

div.content_main {
	background-color: #BFC59E;
	padding: 20px;
	text-align: center;
}

div.content_main  img{
	border: 1px solid #000000;
}

div.content_main p {
	text-align: justify;
	line-height: 18px;
}
/***/

/* RIGHT PART */
div.right {
	float: right;
	width: 241px;
}
/***/

/* CREATEDBY */
div.createdby p {
	padding: 5px;
	text-align: right;
}

div.createdby img {
	border: 0px;
	display: inline;
}

div.createdby a:link { color: #000000; text-decoration: none; }
div.createdby a:visited { color: #000000; text-decoration: none; }
div.createdby a:hover { color: #000000; text-decoration: none; }
/***/