/* INITIAL */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    list-style:none;
	margin:  0;
	padding: 0;
}

li, dd, blockquote {
	margin:  0;
	padding: 0;
list-style:none;
	margin-left: 0;
}




/* STYLE */

body{
background:#f1ffb7;
margin:30px;
font-family: Verdana;
color: #9e8500;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.7em;
font-size: 1em;
}
h1{
font-family: Impact;
color: #003356;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 9px;
line-height: 1.3em;
font-size: 3em;
}

#title span{
display:none;
}
#title{
background:url(images/title.gif);
height:55px;
width:640px;
}

div{
width:600px;
background:#e5e69c;
padding:20px;
}
img{float:right;}


.clearfix:after,.itemclearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
p{margin-bottom:20px;}

form{font-size: 1.7em;}

/* clearfix */

.clearfix,.itemclearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix,* html .itemclearfix {height: 1%;}
.clearfix, .itemclearfix{display: block;}
/* End hide from IE-mac */