* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:0 3px 3px 3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {margin-top: 1px;
	
	height: 327px;
	border: 0px solid #FFFFFF;
	position: relative;
}
#header A{
	background-image:url(images/header2.jpg);
	height:327px;
	width:100%;
	display:block;
	text-indent:-9999px;
	}

img {border: 0;}

#header #language{display: block; height: 47px; width: 100px; position:absolute; bottom: 15px; right: 30px; z-index:3;}
#header #language a{display: inline ; background: none transparent;}

#wrapper {
	margin-top: 7px;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#left {
	float: left;
	width: 155px;
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #282828;
	padding:20px 5px;
}

#right {
	background-color: #282828;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:20px 5px;

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #282828;
	padding: 20px;
	border: 0px solid #FFFFFF;
	min-height: 1175px;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	margin: 3px 0 0 0;
	border: 0px solid #FFFFFF;
	background-image: url(images/bar_bg.gif);
	text-align: center;
	font-size:11px;
}
#footer a{
color: rgb(158, 106, 158);
text-decoration:none;}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
}

.imageright{
	float: right;
	margin-left: 10px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
}

h1,h2, .side-title{
	padding: 5px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #c138c1;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c138c1;}
	
h1{font-weight: bold;}


.list {
	margin-left: 5px;
	list-style: none;
	margin-top: 30px;
	padding: 0;
	}
	
.list li{display: inline-block; background: url(images/list_bullet.png) left center no-repeat; padding: 2px 0 3px 17px; width: 133px;}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: #FF00FF;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/

#navcontainer
{height: 60px; overflow: hidden;}

#navlist
{
	height: 41px!important;
	height: 41px;
	margin-top: 7px;
	padding: 0em 0em .3em .7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist li
{
padding: 0 0 0 16px;
margin: 5px 3px;
display: inline-block; 
height: 41px;
line-height: 41px; 
float: left;
background: url(images/menubt.png) left center no-repeat;
}

#navlist a, #navlist a:link, #navlist a:visited
{
display: block;
padding: 0 16px 0 0;
height: 41px;
line-height: 41px; 
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
background: url(images/menubt.png) right center no-repeat;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	text-decoration: none;
	color: #FFFFFF;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 
ul {
padding-left:20px;
}


