* {
    padding: 0;
    margin: 0;
} 

body {
background: #cbcbcb;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
color: #222;;
}

p {padding:0; margin-bottom: 12px;}

img { border: none; }
a { color: #222;  }
a:hover { text-decoration: none; color : #222; }

#wrap {
margin: 20px auto 0 auto;
width: 800px;
}

#header { 
padding-bottom:10px;
}
#header h1 {
font-size: 22px;
color: #264D01;
padding: 12px 0 5px 10px;
}

#header h2 {
color: #333;
font-size: 13px;
font-weight: normal;
padding: 0 0 0 11px;
line-height: 12px;
}

#menu {
height: 30px;
line-height: 30px;
background: #3E92EA url(images/menu.jpg) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #555 url(images/content.jpg) repeat-y;
padding: 10px 20px;
}

.left {
width: 758px;
float: left;
text-align: left;background:url(images/bg.gif) center bottom no-repeat;
}
.left h2 {
color: #333;
font-size: 16px;
padding: 0; margin:10px 0 10px 0;
}

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #222;
font-size: 11px;
padding: 0 0 10px 0;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* form elements */
form {
	margin-top:10px; margin-bottom:10px; padding: 0 5px;
	border: 1px solid #ddd; 
	background-color: #f4f4f4; 
}
label {
	display:block;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #ddd;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	border:1px solid #ddd;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 11px Georgia, "Times New Roman", Times, serif;
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #777;
}

.special {
display:none;
}

strong {color: #F06D00;}