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

body {
background-color:#e8e7e6;
font-family:"century gothic", Arial, sans serif;
font-size:10.5px;
color:#fff;
}

#wrapper {
margin:auto auto;
width:560px;
height:440px;
background:url(images/bg.png);
background-repeat:repeat-x;
}

#topwrapper {
margin:auto auto;
margin-top:180px;
width:500px;
height:70px;
}

#logo {
background:url(images/logo.jpg);
width:230px;
height:70px;
}

#navwrapper {
width:530px;
height:37px;
}

#nav {
font-size:12px;
float:right;
}

#nav li {
display:inline;
list-style:none;
}

#nav a:link {
color:#fff;
text-decoration:none;
padding-right:27px;
}

#nav a:hover {
color:#d1638c;
text-decoration:none;
}


#maincontent {
margin-left:16px;
margin-right:10px;
margin-top:5px;
}

#maincontent p {
text-align:justify;
width:500px;
}

.title {
font-size:17px;
margin-top:16px;
margin-left:15px;
}

#work {
text-align:center;
margin-top:13px;
}

#contact {
text-align:center;
margin-top:28px;
}

#contact a:link {
color:#fff;
text-decoration:none;
}

#contact a:hover {
color:#d1638c;
text-decoration:none;
}

#copyright {
float:right;
font-size:9.5px;
color:#90244b;
margin-top:6px;
margin-right:20px;
}
