@charset "UTF-8";
/*CSS INITIAL SETTINGS*/
html {font-size: 100.01%;}
body {font-size: 1em; line-height: 1.4;}
body, div, ul, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockqoute, table, th, td {padding: 0; margin: 0;}
/*END INITIAL SETTINGS*/
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #c8cddf;
	background-color: #191d23;
	padding-top: 20px;
}
#container {
width: 1020px;
min-height: 680px;
position: relative;
margin: 0 auto;
}
#content {
font-size: 0.76em;
width: 335px;
max-height: 555px;
margin: 52px 20px 0 0;
padding: 20px;
float: right;
overflow: auto;
}

#menu {
font-size: 1.29em;
color: #c8cddf;
letter-spacing: 2px;
text-align: center;
line-height: 2.77em;
width: 125px;
height: 400px;
list-style-type: none;
margin: 140px 0 0 22px;
position: relative;
float: left;
}
ul li {
display: block;
}
a {
text-decoration: none;
display: block;
font-weight: 100;
color: #c8cddf;
}
a:hover, a.active {
color: #1b212b;
}
input, textarea {
background-color: #40454f;
color: #c1c1c1;
margin-top: 5px;
padding: 5px;
border:1px solid #131313;
}
input:focus, textarea:focus {
border-left-width: 2px;
border-top-width: 2px;
}
fieldset {
margin-top: 5px;
padding: 10px;
color: #131313;
border:1px solid #131313;
}
small {font-style: italic;
font-weight: bold;
letter-spacing: 1px
}
p.warning {
background-color: #1b212b;
padding: 5px
}
h1 {display:none}
.pic {width:110px; height:80px; float:left; padding:5px 6px 5px 6px; border:0}
.pic:hover {opacity:0.50}
.center {margin-left:45px}