*
{
font-family:Arial, Helvetica, sans-serif;
}

body
{
font-size:12px;
background-color:#fff;
}

img
{
border:0px;
}

#wrapper
{
width:900px;
margin:0 auto;
}

#nav
{
height:30px;
background-color:#890E8D;
}
#nav ul
{
list-style:none;
padding:0px;
margin:0px;
}

#nav ul li
{
float:left;
}

#nav ul li a
{
display:block;
color:#fcffc7;
text-decoration:none;
text-align:center;
font-size:16px;
line-height:30px;
width:225px;
height:30px;
}

#nav ul li a:hover
{
background-color:#fcffc7;
color:#890E8D;
}
/*/
#nav ul li a:hover
{
text-decoration:underline;
}
*/

#header
{
height:100px;
background-color:#fcffc7;
background-image:url(images/banner.png);
background-repeat:no-repeat;
padding:10px;
}

#header #address
{
float:right;
height:100px;
width:200px;
text-align:left;
color:#890E8D;
font-size:16px;
}

#detail
{
min-height:330px;
}

#detail #left
{
float:left;
width:400px;
}

#detail #left #tall
{
position:realtive;
padding-top:80px;
}

#detail #left img
{
padding-left:20px;
}

#detail #right
{
float:right;
width:450px;
}

#detail #right h1
{
color:#890E8D;
font-size:16px;
}

#detail #right p
{
font-size:14px;
}

#detail #right p a
{
color:#000;
text-decoration:none;
font-weight:bold;
}

#detail #right p a:hover
{
text-decoration:underline;
}

#detail #right table
{
padding:0px;
padding-top:10px;
padding-bottom:10px;
}

#detail #right table th,td
{
text-align:left;
font-size:12px;
line-height:16px;
height:25px;
}

#detail #right table td input,textarea,select
{
font-size:12px;
line-height:16px;
background-color:#fcffc7;
}

#footer
{
clear:both;
height:110px;
background-color:#fcffc7;
}

#footer #left
{
color:#890E8D;
text-align:center;
font-size:30px;
line-height:110px;
font-weight:bold;
float:left;
width:400px;
}

#footer #right
{
float:right;
width:498px;
}

#copyright
{
clear:both;
height:20px;
background-color:#9AD55D;
font-size:9px;
color:#fcffc7;
line-height:20px;
}

#copyright #left
{
float:left;
width:390px;
padding-left:10px;
}

#copyright #right
{
float:left;
width:490px;
padding-right:10px;
text-align:right;
}

#copyright #right a
{
color:#fff;
text-decoration:none;
}

#copyright #right a:hover
{
color:#fff;
text-decoration:underline;
}