@charset "utf-8";
/* CSS Document */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, dl, dt, dd,  pre, form, label, fieldset, input,  blockquote, th, td { margin:0; padding:0 }

fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

body{
font-family:Arial, Helvetica, sans-serif;
background-color:#f9ede9;
}

#wrapper{
border:3px #da698b solid;
width:940px;
margin:auto;
background-color:#f7e0da;
}

#clr
{
clear:both;
}

#header{
height:242px;
background: url(img/header.jpg);
}

#header ul{
list-style:none;
}

#header li{
display:inline;
padding-right:10px;
}

#header a{
font-weight: bold;
text-decoration:none;
color:white;
}

#header a:hover{

color:#D8698A;
}

#header .nav{


}

#header .navleft{
float:left;
margin-left:20px;
margin-top:211px
}

#header .navright{
float:right;
margin-right:20px;
margin-top:211px
}

#content{
color:#383838;
padding:20px 20px 10px 20px;
text-align:justify;
font-weight:lighter;
line-height:25px;
}

#content ol{
margin-left:30px;
}

.pad{
padding:12px;
}
#content a{
color:#db6d8f;
}

#content .button{
margin:75px 0px 20px 0px;

}

#content img{
padding-right:25px;
}

#content .button img{
margin-right:50px;

}

#content .button a{

}

#content li{
margin-left:20px;
}

#footer{
color:white;
font-size:12px;
background-color:#db6d8f;
height:35px;
}

#footer a{
color:white;
}
#footer .footerleft{
float:left;
padding:10px;

}


#footer .footerright{
float:right;
padding:5px;
padding:10px;
}