/*#############################################################
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #000000;}
a:hover {color: #FC05B9;}
body {
	background: #000000 url(img/bgxx.jpg);
	color: #333;
	font: normal 80% Verdana,Century Gothic,Arial;
}
input {
	color: #555;
	font: normal 1.1em "Arial",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 2.0em;}
blockquote {
	background: #000000;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: #FFFFFF url(img/bgcontainer.gif) repeat-y center top; 
	margin: 0 auto;
	width: 902px;
}

/* top */
.top {
	background: #000000;
	height: 80px;
	margin: 0 auto;
	width: 902px;
}



/* topleft */
.topleft {
	background: #000000;
	height: 80px;
	margin: 0 auto;
	width: 732px;
	float: left;
}

/* topright */
.topright {
	background: #000000;
	height: 80px;
	margin: 0 auto;
	width: 170px;
	float: right;
}


/* header */
.header {
	height: 250px;
	margin: 0 auto;
	width: 902px;
}

/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 701px;
	background: #feb6eb;
}
.item h1 {
	background: #000000;
	color: #fc05b9;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 200px;
}
.navigation h1 {
	background: #000000;
	color: #fc05b9;
	font-size: 2.0em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {
	margin: 0; 
	padding: 0;
	
}
.navigation ul ul{
	margin: 0 0 0 20px; 
	padding: 0;

}
.navigation ul li u1 li{
	font: normal "Arial",sans-serif;
}

.navigation li {
	border-bottom: 1px solid #FFFFFF;
	list-style: none;
}
.navigation li a {
	background: #000000;	
	color: #fc05b9;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #fc05b9;
	color: #000000;
}

.menu {
	font: normal "Arial",sans-serif;
}

.menu u1 li{
	font: normal "Arial",sans-serif;
}


.menu-expand{
	font: normal "Arial",sans-serif;
}
.menu-current{
	font: normal "Arial",sans-serif;
}
.menu-parent li{
	font: normal "Arial",sans-serif;
}
. menu-child menu-first u1 li{
	font: normal "Times New Roman",sans-serif;
}


/* footer */
.footer {
	background: #000000 repeat-x;
	color: #FFFFFF;
	font-size: 1.2em;
	fONT-variant: small-caps;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 902px;
}


/* copyright */
.copyright {
	font-color: #FFFFFF;
	background: #000000 repeat-x;
	font-size: 75%;
	fONT-variant: small-caps;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 902px;
}

.footer a {color: #FF0000;}
.footer a:hover {color: #FAFCB0;}


