body {
background: #f9ccdd;
overflow-x: hidden;
}

body, td, tr {
font-size: 11px;
font-family: verdana;
color: #eaa4c5;
}

a {color: #fe92bc; font-family: verdana; font-size: 11px; text-decoration: none;}
a:hover {color: #feb3d0;}

#layout {
position: absolute;
top: 0px;
left: 0px;
width: 655px;
min-height: 920px;
box-shadow: 0 0 8px rgba(164,111,132, .3);
}

#content {
top: 350px;
left: 0px;
width: 651px;
min-height: 620px;
padding: 2px;
margin: 0px;
background: #fdf8fb;
z-index: 1;
}

#content > h1 {
display: inline-block;
width: 100%;
color: #d4799c;
font-family: verdana;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
border-bottom: 1px dotted #d4799c;
}

#content > h2 {
display: inline-block;
width: 100%;
color: #e1a1ba;
font-family: verdana;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
border-bottom: 1px dotted #e1a1ba;
}

#header {
top: 0px;
left: 0px;
width: 655px;
height: 350px;
background: #fdf8fb url('Header1.png');
z-index: 1;
}

#menu {
position: absolute;
top: 50px;
left: 690px;
width: 180px;
padding: 2px;
margin: 0px;
background: #fdf8fb;
z-index: 1;
box-shadow: 0 0 8px rgba(164,111,132, .3);
text-align: center;
}

#menu > h1 {
display: inline-block;
width: 100%;
color: #d4799c;
font-family: verdana;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 1px dotted #d4799c;
}

#menu > a {
display: inline-block;
width: 100%;
color: #fe92bc;
font-family: verdana;
font-size: 10px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 1px solid transparent;
}

#menu > a:hover {
color: #feb3d0;
border-bottom: 1px dotted #feb3d0;
}