* {
	margin: 0;
	padding: 0;
}

body{
	text-align:	center;
	font-family: Tahoma, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 62.5%;
}
#wrapper{
	width: 700px;
	margin:	0 auto;
}

#header{
	float: center;
	width: 700px;
	margin: 0 0;
}

#menu {
	width: 700px;
	height: 24px;
	padding: 2px 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	background-color: #ffffff;
}

#menu ul li img {
	border: none;
}

#main{
	text-align: left;
	width: 700px;
	height: 100%;
	min-height: 450px;
	background: #dcdcdc;
}

#leftpage {
	width: 180px;
	padding: 50px 5px 70px 40px;
	font-size: 1.4em;
	float: left;
}

#whatsnew {
	text-align: center;
	padding: 5px 0;
}

#info ul li{
	list-style: none;
	margin-left: 5px;
	padding: 8px 0 8px 20px;
	background: url(../img/icon1.gif) no-repeat 0 9px;

}

#rightpage{
	width: 425px;
	float: right;
	font-size: 1.4em;
	padding: 50px 40px 50px 10px;
}

.title {
	font-size: 1em;
	padding: 10px 0 5px 0;
	border-bottom: 1px #222222 solid;
}

.text {
	padding: 5px 0 20px 15px;
	letter-spacing: 1px;
}

#footer {
	clear: both;
	text-align: center;
	width: 700px;
	height: 26px;
	font-size: 0.8em;
	line-height: 20px;
	background: url(../img/footer.gif) no-repeat center bottom;
	color: #ffffff;
}

a {
	text-decoration: none;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:ative{
	color: #006699;
}

a:hover{
	background-color: #006699;
	color: #FFFFFF;
}
