
.xbutton
{
    color: white;
    border: 1px solid #D0D0D0;
    text-decoration: none;
    background: #E10078;
	padding: 5px 5px 3px 5px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background-color: #000000 ;
	font: normal small Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3, h4 {
	margin-bottom: 0.3em;
	/* text-transform: uppercase; */
	color: #E10078;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }
h4 { font-size: 100%; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	cmargin-right: 3em;
	line-height: 1.1em;
	margin-left: -3em;
}

a {
	color: #E10078;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.inactmenu {
	color: #E10078;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	padding: 4px 0 0 1px;
	background: url(img07.gif) repeat-x;
	background-color: #5A5A5A;
	display: block;
	
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}


/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: url(img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 980px;
	height: 180px;
	margin: 0 auto;
	background: #000000 url(logoheader.jpg) no-repeat;
	border: 0px solid yellow
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: right;
	width: 720px;
	height:500px;
	padding: 5px;
	border: 0px solid yellow;
	background: url(img03.jpg) no-repeat;
	overflow: hide;
}

#welcome {
	padding-bottom: 20px;
	height:470px;
	border: 0px solid yellow;
	overflow: auto;
}

#olist {
	clear: left;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 230px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
	background: url(img04.jpg) no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a, {
	display: block;
	width: 165px;
	padding: 2px 10px 2px 25px;
	ctext-transform: uppercase;
	cbackground: url(img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	cfont-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #0F0F0F;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #666666;
}

#footer a {
	color: #E10078;
}










