--- a
+++ b/docs_style.css
@@ -0,0 +1,145 @@
+body{
+	min-width:900px;
+  background: url('bg-page.png');
+  background-position: left top;
+  background-repeat: repeat-x;
+  background-color: #f0f0f0;
+  font-size: 13px;
+  line-height: 18px;
+  font-family:Arial, Helvetica, sans-serif;
+  text-align: justify;
+}
+
+#site-header {
+	margin: 0 auto;
+	overflow: hidden;
+	*zoom: 1;
+	width:100%;
+	position: relative;
+	z-index: 2;
+	height:47px;
+}
+
+#site-header .wrapper {
+  margin:0 auto;
+  position:relative;
+  width:965px;
+  padding-left:9px;
+}
+
+#site-header .wrapper img {
+margin-top: 7px;
+}
+
+h1, h2, h3 {
+    margin: 0 auto;
+    right:0px;
+    left:0px;
+    color:#0b58ad;
+    font-family: 'Sintony', sans-serif;
+    font-weight: normal;
+    padding-bottom: 5px;
+    padding-top: 20px;
+}
+
+h1 {
+  font-size: 40px;
+  line-height: 50px;
+}
+
+h2 {
+  font-size: 30px;
+  line-height: 30px;
+}
+
+h3 {
+  font-size: 24px;
+  line-height: 30px;
+}
+
+#content_base {
+	background: #FFF;
+  overflow: hidden;
+  *zoom: 1;
+  padding:80px 30px 0px 30px;
+  width: 920px;
+  margin: 0 auto;
+  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
+  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
+  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
+  border-radius: 2px;
+  -moz-border-radius: 2px;
+  -webkit-border-radius: 2px;
+  margin-bottom: 3px;
+}
+
+a#header-logo{
+	margin:0 auto;
+	height:70px;
+	float:left;
+}
+
+a#header-logo img{
+	height:35px;
+	width:183px;
+}
+
+.col1 {
+  max-width:420px;
+  float:left;
+  padding-top: 10px;
+  padding-bottom: 10px;
+}
+.col2 {
+  max-width:420px;
+  float:right;
+  padding-top: 10px;
+  padding-bottom: 10px;
+}
+
+.col2 img {
+}
+
+.nocol{
+    clear: both;
+}
+
+#content_base img {
+  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
+  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
+  box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
+  border-radius: 2px;
+  -moz-border-radius: 2px;
+  -webkit-border-radius: 2px;
+  padding:10px;
+  text-align: center;
+  margin: 0 auto;
+  max-width: 800px;
+  margin-top: 10px;
+}
+
+#content_base img.narrow {
+  max-width: 500px;
+
+}
+
+.footer{
+  width:900px;
+  margin:0 auto;
+  width: 960px;
+  margin: 0 auto;
+  text-align: center;
+  min-height: 30px;
+  padding: 15px 0px 40px 0px;
+}
+.footer a{
+  color: #494848;
+  font-weight: 600;
+  font-size: 11px;
+  text-decoration: none;
+  margin: 10px;
+}
+
+.footer a:hover{
+  text-decoration: underline;
+}