body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 color: #f1f1f1;
 background-color: #222222;
 top: 0px;
 left: 0px;
 bottom: 0px;
 margin:  0px;
 padding: 0px;
 background-image: url(../images/background.png);
 background-repeat: no-repeat;
 background-position: top center;
}

#page {
 width: 948px;
 margin-left:  auto;
 margin-right: auto;
}

#header {
 width: 100%;
 height: 170px;
}

a.menu {
 text-decoration: none;
 color: white;
 font-size: 14px;
 font-weight: bold;
}

a.menu:hover {
 text-decoration: none;
 color: #19ff00;	
 font-size: 14px;
 font-weight: bold;
}

#contents {
 width: 100%;
 clear: both;
 float: left;
}

#content {
 width: 620px;
 float: left;
}

#content_content {
 width: 574px;
 padding-left: 23px;
 padding-right: 23px;
 background-image: url(../images/contents_middle.png);
 background-repeat: repeat-y;
 background-position: top left;
}

#rightbox {
 width: 276px;
 margin-left: 40px;
 float: left;
}

#rightbox_content {
 width: 230px;
 padding-left: 23px;
 padding-right: 23px;
 background-image: url(../images/rightbox_middle.png);
 background-repeat: repeat-y;
 background-position: top left;
}

h1 {
 padding: 0px;
 margin: 0px;
 margin-bottom: 20px;
 font-size: 18px;
 font-weight: bold;
}

h2 {
 padding: 0px;
 margin: 0px;
 margin-bottom: 15px;
 font-size: 16px;
 font-weight: bold;
 color: white;
}

h3 {
 padding: 0px;
 margin: 0px;
 margin-bottom: 15px;
 font-size: 16px;
 font-weight: bold;
 color: #24ff00;
}

h4 {
 font-size: 16px;
 font-weight: normal;
}

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

a {
 text-decoration: none;
 color: #f1f1f1;
}


a:hover {
 text-decoration: none;
 color: #19ff00;	
}

ul {
 margin: 0px;
 padding: 0px;
 list-style: none outside none;
}

li {
 color: #d1d1d1;
 padding: 7px 20px 7px 35px;
 background: url(../images/li.png) no-repeat 16px 50%;
 font-weight: bold;
}



#footer {
 clear: both;
 width: 100%;
 padding-top: 21px;
 padding-bottom: 30px;
 text-align: center;
}
