a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}
.logo img {
	background: #F5F5F5; display: block; height: 240px; border-width:0px;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.stripMenu {
	list-style-type: none;
	padding: 0;
	margin: 0px  auto 10px auto;
	width: 281px;
}
.stripMenu li {
	float:left;
	margin: 5px;
}
.stripMenu a {
	background: #eee;
	color: #888;
	height: 20px;
	width: 80px;
	display: block;
	border: 1px solid #dcdce9;
	text-align: center;
	text-decoration: none;
    font: bold 1.5em sans-serif,Arial;
}
.stripMenu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	height: 36px;
	text-align: center;
}
.menu a span {
	padding-left: 6px;
	font: bold 1.5em sans-serif,Arial;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h2 {
	margin: 0 0 5px 0;
	font: bold 2.1em sans-serif,Arial;
	color: #666;
	text-align: center;
}
.content h3 {
	margin: 0 0 5px 0;
	color: #666;
}
h3#about {
	margin: 20px 0px 10px;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.item img {
	margin: 10px auto;
	max-width: 580px;
	display: block;
}
.swordBox {
	width:500px; 
	margin: 20px auto 4px auto;
}
.swordBox .textBox {
	text-align: center;
	width:380px; 
	margin:0px auto 0px auto;
}

/* sword box */
/*ie*/
.bl {background: url(img/bl.gif) 0 100% no-repeat}
.br {background: url(img/br.gif) 100% 100% no-repeat}
.tl {background: url(img/tl.gif) 0 0 no-repeat}
.tr {background: url(img/tr.gif) 100% 0 no-repeat; padding:10px} 

/*mozilla*/
.bl[class] {background: url(img/bl.png) 0 100% no-repeat}
.br[class] {background: url(img/br.png) 100% 100% no-repeat}
.tl[class] {background: url(img/tl.png) 0 0 no-repeat}
.tr[class] {background: url(img/tr.png) 100% 0 no-repeat; padding:10px} 


