/** BASIC */

body {
	font: normal .9em Arial;

background: url(images/222.jpg) repeat left top;

}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #4B0082;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 950px;
	height: 100px;
	margin: 0px auto;
	background: #000000 url(images/xeno7.jpg) no-repeat left top;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 35px 0px 0px 10px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(images/img02.gif) no-repeat right top;
}

/** MENU */

#menu {
	width: 950px;
	height: 32px;
	margin: 0px auto;
	background: url(images/img03b.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #cccccc;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 950px;
	margin: 0px auto;
	background: url(images/img04a.gif) repeat-y left top;
}

#columnA {
	float: left;
	width: 620px;
	padding: 30px 30px;
}

#columnB {
	float: left;
	width: 250px;

	padding: 30px 0px 0px 0px;
}

#columnB h2 {
	font-size: large;
}

/** FOOTER */

#footer {
	width: 950px;
	margin: 0px auto;
	background: #000000 url(images/img05.gif) no-repeat left bottom;
        height: 50px;

}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(images/img06.gif) no-repeat right bottom;


}