/* CSS Document */

a:link {
    text-decoration: underline;
    color: #FFFFFF;
}

a:visited {
    text-decoration: underline;
    color: #FFFFFF;
}

a:active {
    text-decoration: underline;
    color: #FFFFFF;
}

.logo {
	background: url(image/logo.jpg) no-repeat;
	height: 189px;
	margin-top: 0px;
	width: 238px;
	margin-left: auto;
    margin-right: auto; 

}

.logoflash {
	height: 151px;
	margin-top: 0px;
	width: 238px;
	margin-left: auto;
    margin-right: auto;
	display: block  

}

body {
	background: #000000 url(image/bg.jpg);
	color: #ffc;
	font: normal 13px "Lucida Sans Unicode",sans-serif;
	margin: 0;
	  text-align: center;
	min-width: 600px;
	
}
bodyhome {
	background: #000000 url(image/bg.jpg);
	color: #ffc;
	font: normal 13px "Lucida Sans Unicode",sans-serif;
	margin: 0;
	text-align: center;
	min-width: 756px;
}


/* flash intro */
.flash {
	margin-top: 0px;
}

/* navigation */
.navigation {
	padding: 1px 0 0 0;
	margin-top: 0px;
}

.navigation a {s
	color: #FFFFFF;
	font: normal 16px serif;
	line-height: 0px;
	margin: 0 40px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #FFCC00;
}

/* Content */

.container {
	background: url(image/backcontent.jpg) repeat-y center top;
	margin: 0 auto;
	width: 756px;
	text-align: left;
}

.containerhome {
	text-align: left;
	min-width: 600px;
	margin: 0 auto;
	width: 756px;
}
.border {

	background: url(image/backborder.jpg) no-repeat;
	float: left;
	text-align: center;
	width: 756px;
	height: 127px;
	
}
.border spacer {
height: 45px;
}

.content {
	background: url(image/content.jpg) repeat-y center;
	margin: 0 auto;
	width: 656px;
	padding: 0px 0 0 0;

}


.content a {
padding: 10px 10px 10px 10px;
}

.name {
	color: #FFC;
	font-size: 8px;
	padding-right: 535px;
}


.name h1 {
	font: normal 30px serif,sans-serif;
	padding: 23px 0 34px 0;
}

/* content baskets */

#contentLeft {
float: left;
width:370px;
}

#contentRight {
margin: auto;
float: right;
text-align:left;
font-size: 12px;
width:190px;
}

.contentBaskets {
	background: url(image/content.jpg) repeat-y center;
	margin: 0 auto;
	width: 570px;
	padding: 0px 0 0 0;

}
/* content item */
.item {clear: both;}

.item img {border: 1px dashed #FFC;}

.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
background: center;
color: #666;
	font-size: 10px;
	line-height: 15px; 
	margin: 0 auto;
	text-align: center;
	width: 756px;
	height: 120px;
}
.footer a {
	color: #666;
	text-decoration: none;
}

.footer p {
padding: 20px 0 0 0;
}

.footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.footerborder {
	background: url(image/footer.jpg) no-repeat;
	color: #666;
	font-size: 10px;
	line-height: 15px; 
	margin: 0 auto;
	text-align: center;
	width: 756px;
	height: 120px;
}

.footerborder a {
	color: #666;
	text-decoration: none;
}

.footerborder p {
padding: 20px 0 0 0;
}

.footerborder a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
