  /* CSS layout */
  body {
	padding: 0px;
	margin: 2px 0px 0px 0px;
	font-family: verdana;
	background-color: #12190E;
	font-size: 10pt;
	color: #000000;
}
#head {
	background-image: url("../img/logo1.jpg");
	background-repeat: no-repeat;
	width: 900px;
	height: 182px;
}
	
#kader {
	height: 30px;
	background-color: #7F031E;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#kader p {
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
}

#container {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	height: auto;
}

#left_col {
	background-position: center bottom;
	width: 200px;
	float: left;
	background-color: #F9F9FB;
	background-image: url("../img/pebbles3.jpg");
	background-repeat: no-repeat;
}
#page_content {
	padding: 10px 30px 5px 20px;
	margin-left: 200px;
	background-color: #FFFFFF;
}
#page_content p{
	line-height: 130%;
	text-align: justify;
}

#footer {
	clear: both;
	height: 30px;
	background-color: #7F031E;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#footer p {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#menu {
	padding: 5px;
	height: auto;
	width: 150px;
	margin-top: 20px;
	margin-left: 10px;
}

#menu ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #12190E;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 175px;
}
#menu a:hover {
	color: #7F031E;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #7F031E;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu #current {
	color: #7F031E;
}

#footer p {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#footer a:hover {
	color: #B3BE94;
}
	
.imgPad		{
	padding:0 5px 0 0;
	}
.floatRight	{
	float: right;
	padding: 10px 0 10px 10px;
}
.floatLeft	{
	padding: 0 0px 0px 20px;
	float: left;
	text-decoration: none;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #7F031E;
}
h2 {
	font-size: large;
	color: #800000;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: small;
	color: #000000;
}

/* Links */
a {
	color: #7F031E;
	text-decoration: none;
}
a:hover {
	color: #7F031E;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.shadow {
	background: url(images/shadow.png) repeat-x left bottom;
	padding-bottom: 7px;
	margin-top: 20px;
}
.imgLeft {
	background: left bottom;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.imgRight { background: url(images/shadow.png) repeat-x left bottom; padding-bottom: 7px; float: right; margin: 5px 0 0 10px; }

.imgcenter {
	background: url(images/shadow.png) repeat-x left bottom;
	padding-bottom: 7px;
	float: none;
	display: block;
	clear: right;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.clean {
	margin-top: 50px;
	margin-bottom: 300px;
}
