* { margin: 0; padding: 0; }

body {
font-size: 62.5%;
font-family: 'Verdana', 'Arial', Sans-Serif;
color: #000;
background: #f1f1f1 url("../../img/bg-wrap.png") repeat-y;
background-position: 50% 0;
text-align: center;
}

#wrap {
width: 870px;
margin: 0 auto;
text-align: left;
}

#content {
display: inline;
float: left;
width: 540px;
padding: 20px 0 30px 50px;
}

#content h1 {
margin-bottom: 2px;
padding-top: 21px;
padding-bottom: 5px;
display: block;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
font-weight: bold;
font-size: 3.6em;
letter-spacing: -1px;
line-height: 1.0em;
color: #c63;
border-bottom: 4px solid #ebebeb;
text-shadow: 1px 1px 2px #ccc;
}

#content h1 i {
color: #6c3;
}

#content h2, h3, h4 {
padding: 10px 0 0 0;
font-size: 1.5em;
line-height: 1.3em;
}

#content h5, h6 {
padding: 10px 0 0 0;
font-size: 1.2em;
line-height: 1.2em;
}

#content p {
margin: 6px 0 0 0;
font-size: 1.2em;
line-height: 1.6em;
}

#content p#banner {
color: #999;
font-weight: normal;
font-size: 1.1em;
line-height: 0.9em;
letter-spacing: 3px;
}

#content p.caption {
margin-bottom: 10px;
padding: 5px 6px;
border: 1px solid #ddd;
text-align: center;
font-size: 1.1em;
line-height: 1.4em;
background-color: #f8f8f8;
}

#content p img {
margin: 6px 0 0 0;
max-width: 100%;
}

p#footer {
clear: both;
display: block;
margin-top: 10px;
padding: 6px 0 0 0;
font-size: 1.1em;
color: gray;
border-top: 4px solid #ebebeb;
}

#content p#footer a {
color: gray;
}

#content ul {
clear: left;
margin-left: 25px;
padding: 5px 0 0 0;
list-style-type: square;
list-style-position: outside;
font-size: 1.2em;
line-height: 1.6em;
}

#content li {
padding: 1px 0 0 0;
}

#content div.box {
display: block;
clear: left;
margin: 15px 0 15px 0;
padding: 8px 18px 16px 18px;
background: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: inset 0 0 30px 5px #f9f9f9;
-moz-box-shadow: inset 0 0 30px 5px #f9f9f9;
box-shadow: inset 0 0 30px 5px #f9f9f9;
}

.response p {
color: #c63;
}

#menu {
margin-left: 620px;
width: 200px;
padding: 98px 0 0 0;
background: #fff url("../../img/logo.jpg") no-repeat;
background-position: 8px 18px;
}

#menu ul {
padding-top: 2px;
list-style-type: none;
font-size: 1.2em;
text-transform: capitalize;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background: #fff;
}

#menu li {
margin-bottom: 2px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}

#menu a, #menu strong {
display: block;
width: 186px;
padding: 6px 7px 7px 7px;
background-color: #fff;
}

#menu a:hover {
color: #000;
background-color: #f1f1f1;
text-decoration: none;
}

img {
vertical-align: bottom;
}

a img {
border: none;
}

a {
color: #03f;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

span {
color: #c63;
}

hr {
margin: 10px auto 0 auto;
padding-bottom: 1px;
height: 0;
width: 100%;
background: #fff;
border: none;
border-top: 4px solid #ebebeb;
}

pre {
margin: 8px 0 2px 0;
font-size: 12px;
line-height: 1.4em;
color: #609;
}

pre b {
font-weight: normal;
color: #c63;
}

pre em {
font-style: normal;
color: #066;
}

#content table.normal {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
#content table.normal th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
#content table.normal td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}