/* 
Layout by Kibumie
http://aminuet.com
All Rights Reserved!
*/

body {
background: #F9EAEA;
font-family: georgia, arial;
font-size: 11px;
margin: 0px;
text-align: justify;
color: #D28181;
}

.headermain {
background: #FFFFF5;
height: 326px;
}

.header {
background: url('img/header.jpg') no-repeat;
margin: 0 auto;
height: 326px;
width: 700px;
}

.nav {
width: 300px;
position: absolute;
margin-left: 380px;
top: 80px;
color: #D0D0D0;
}

.nav h1 {
font-size: 13px;
text-align: right;
padding-right: 20px;
font-style: italic;
margin: 0px;
}

.nav a {
background: url('img/nav.png') no-repeat;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 10px;
font-size: 15px;
color: #C1C1C0;
line-height: 190%;
}

.nav a:hover {
background: url('img/navhover.png') no-repeat;
color: #E7C6B0;
}

p.nav {
padding-top: 10px;
margin-left: 140px;
}

/* Content */

.contentmain {
background: #F9EAEA url('img/bodybg.png') repeat-x;
}

.content {
background: url('img/cutebg.png') no-repeat;
margin: 0 auto;
width: 560px;
padding-top: 10px;
line-height: 200%;
letter-spacing: 2px;
padding-bottom: 20px;
}

p.in {
text-indent: 40px;
}

p.link {
font-family: "century gothic", arial;
font-size: 10px;
text-transform: uppercase;
margin-left: 100px;
}

p.link a {
background: #F6BFBF;
color: #FBF6E4;
font-family: georgia, arial;
padding: 5px;
line-height: 100%;
letter-spacing: 3px;
}

p.link a:hover {
background: #FBF1E3;
color: #BCCDB2;
}

img {border: 0px;}

a img {
background: #ffffff;
border: 1px solid #FDEBEB;
padding: 5px;
}

a:hover img {
background: #B0E492;
border: 1px solid #FDEBEB;
padding: 5px;
}

.icon {
background: #ffffff;
border: 1px solid #FDEBEB;
padding: 5px;
float: left;
margin-right: 10px;
}

.box {
border-right: 3px solid #ffffff;
border-bottom: 5px solid #ffffff;
     -moz-border-radius-bottomright: 20px;
     -webkit-border-bottom-right-radius: 20px;
margin: 0 auto;
width: 400px;
}

.border {
background: url('img/border.png') no-repeat;
width: 102px;
height: 37px;
margin: 0 auto;
}

a {color: #DE6969; text-decoration: none;}
a:hover {color: #B23838;}

/* Footer */

.footermain {
background: #ffffff;
height: 80px;
}

.footer {
padding-top: 5px;
font-size: 10px;
color: #CACACA;
width: 600px;
margin: 0 auto;
letter-spacing: 1px;
line-height: 180%;
}

.footer a {
color: #CACACA;
}

.footer a:hover {
color: #B0E492;
}

/* written */

textarea, select, input, output {
background: #FAF6E2;
color: #98C57E;
border: 1px dotted #ffffff;
letter-spacing: 0px;
line-height: 140%;
font-family: georgia, "times new roman";
}

/* aminuet link */

.aminuet a {
display: block;
background: #F5C5C5;
color: #ffffff;
width: 300px;
text-align: center;
margin: 0 auto;
padding: 5px;
}

.aminuet a:hover {
background: #ffffff;
color: #F5C5C5;
}

