@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

body {
background:url(../img/bg2.gif) repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

img {
border:none;
}

#wrap {
background:url(../img/bg.gif) repeat-y;
width:700px;
margin:0 auto;
}

#logo {
margin:0 0 0 23px;
}

#navi {
background:url(../img/bg.navi.gif) no-repeat;
height:37px;
margin:0 0 0 23px;
}

#navi ul {
list-style-type:none;
padding:8px 0 0 100px;
}

#navi li {
display:inline;
margin:0 100px 0 0;
}

#navi a {
text-decoration:none;
color:#fff;
}

#content {
width:653px;
background:#fcc8ec;
margin:0 0 0 23px;
padding:20px 0;
}

#box {
background:url(../img/bg.box.gif) no-repeat;
width:644px;
height:860px;
margin:0 0 0 4px;
padding:15px 20px 0px;
}

h3 {
font-size:14px;
color:#08368e;
font-weight:bold;
padding-bottom: 10px;
}

#description {
float:left;
margin:10px 35px 0 0;
}

.description {
font-weight:bold;
}

#download {
float:right;
margin:10px 45px 0 0;
}

.info {
text-align:center;
color:#08368e;
font-weight:bold;
}

#footer {
width:653px;
text-align:center;
}

#footer ul li {
list-style-type:none;
display:inline;
}

a {
text-decoration:none;
color:#2369fc;
font-weight:bold;
}

.pics{
	width:600px;
	float:left;
}
.pics img{
	float:left;
	padding:0px 3px 3px 0px;
}	


.but{
	display:block;
	color:#fff;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
	height:15px;
	font-size:15px;
	padding:5px;
	background-color:#000;
	text-align:center;
	border:1px solid #fff;
	margin-top:5px;
	width:200px;
}

.but:hover {
	display:block;
	color:#000;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
	height:15px;
	font-size:15px;
	padding:5px;
	background-color:#fff;
	text-align:center;
	border:1px solid #000;
	margin-top:5px;
	width:200px;
}


.but2{
	display:block;
	color:#fff;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
	height:15px;
	font-size:15px;
	padding:5px;
	background-color:#000;
	text-align:center;
	border:1px solid #fff;
	width:300px;
}

.but2:hover {
	display:block;
	color:#000;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
	height:15px;
	font-size:15px;
	padding:5px;
	background-color:#fff;
	text-align:center;
	border:1px solid #000;
	width:300px;
}

.innerwhite{
	width:620px;
	float:left;
	margin-bottom:15px;
	padding:15px
}