body {
margin:0 auto;
padding:0;
background:#D4CCD2 url(images/bgx.jpg) repeat-x top center;
font-size:90%;
}
#header {
height:261px;
background:url(images/header.jpg) no-repeat center;
}
#content {
float:left;
width:60%;
margin-top:-20px;
padding:0 2% 2% 5%;
font:1em "arial", verdana, tahoma, sans-serif;
color:#453E5A;

line-height:1.5em;
}
#content a {
font-weight:bold;
text-decoration:underline;
color:#A8769A;
}
#footer a {
color:#D4CCD2;
font-weight:bold;
}
#content a:hover, #footer a:hover {
text-decoration:none;
color:#D4CCD2;
}
#navigation {
float:right;
width:22%;
margin-top:-20px;
padding:0 5% 2% 2%;
color:#5A546D;
font:1em "verdana", arial, tahoma, sans-serif;
line-height:1.5em;
}
#navigation ul {
list-style-image:url(images/bullet.gif);
padding:15px;
}
#navigation a {
text-decoration:underline;
color:#5A546D;
}
#navigation a:hover {
text-decoration:none;
color:#A8769A;
}
#footer {
height:75px;
text-align:center;
color:#D4CCD2;
background:url(images/footerx.jpg) repeat-x bottom;
font:1em "arial", verdana, tahoma, sans-serif;
color:#D4CCD2;
clear:both;
}
img {
border:solid 1px;
}
input, textarea, select {
width:80%;
background:transparent;
border:solid 1px;
color:#453E5A;


}
input [type=sumbit] {
border:dashed 1px;
color:#453E5A;

width:20%;
}