body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F094F1;
	background: #972ABB;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #E900EC;
}
p { margin: 0; padding:0 0 10px 0;}
h1 {
	margin: 15px 0px 10px 0px;
	font: bold normal 18px Georgia, "Times New Roman", Times, serif;
	color: #E900EC;
	text-transform: uppercase;
}
h2 {margin: 5px 0px 10px 0px; font: bold normal 16px Georgia, "Times New Roman", Times, serif; color: #E900EC;}
a {
	color:#E900EC;
	font-weight:bold;
}


a:hover{color:#FFFFFF;}
a img{border:none;}
#holder {
	width: 765px;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden; 
}
#containerleft {
	background: #4F0058;
	width: 254px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float: left;
}                    
#logo {
	height: 147px;
	width: 254px;
	background: url(../../media/template/banner_01.jpg) no-repeat;
}
#content2 {
	width: 224px;
	margin: 10px 10px 10px 20px;
}
#leftblock {
	width: 224px;
	margin: 10px 10px 10px 20px;
}
#containerright {
	background: #401044;
	width: 511px;
	float: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/*
#nav_main {
	background: url(../../media/template/bg.jpg) repeat-x;
	height: 36px;
                width: 511px;
}
*/
#banner {
	height: 147px;
	width: 511px;
                background: url(../../media/template/terras02.jpg);
}
#picture {
	height: 253px;
	width: 254px;
	background: url(../../media/template/banner_04.jpg) no-repeat;
}
#bc {
	background: #401044;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	color: #F094F1;
	text-align: left;
}
#content {
	width: 481px;
                padding: 15px;
}
#bottomcontainer {
	margin: 0 auto 0 auto;
	width: 765px;
	background: #4F0058;
}
#footer {
	height: 36px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(../../media/template/bg_footer_07.jpg) repeat-x;
	padding-top: 10px;
	
}
#footer a{color:#F094F1; font-weight:bold;}
#footer a:hover{color:#FFFFFF;
}
#footer2 {
	height: 39px;
	text-align: center;
	padding: 15px 15px 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#navContainer {
                width: auto;
                background: url(../../media/template/bg.jpg) repeat-x;
                height: 36px;
                display:block;
                clear:both;
                                }


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	
	border-top: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 11px; padding-bottom: 8px; padding-top: 8px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #444444;  color: #f094f1; background: url(../../media/template/bg_footer_07.jpg) repeat-x;}
#nav li a:active, #nav ul li a.active {background: #444444;  color: #f094f1;background: url(../../media/template/bg_footer_07.jpg) repeat-x;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #401044; color: #fff; }
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none;  border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */


