/*
Original design: Basic Businesscard (v1.0 - Jan 20, 2011) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/basic-businesscard/
*/

/* Main layout and header */
body {
    background: #fff url(img/bg.jpg) top center repeat;
    color: #555;
    font: 83% Georgia, Times New Roman, serif;
    text-align: center;
    line-height: 1.8em;
    font-family: verdana;
}

#wrap {
    width: 610px;
    margin: 40px auto 20px auto;
    background: #fff;
}

#content {
    width: 735px;
    margin: 20px auto;
    text-align: left;
}

#triples {
    width: 590px;
    margin: 0 auto 20px auto;
    text-align: left;
}

#triples h2 {
    font-size: 1.4em;
    color: #888;
    margin: 0 0 10px 0;
}

#triples p {
    font-size: 1em;
    color: #888;
    margin: 0 0 10px 0;
}

#footer {
    width: 720px;
    color: #000;
    font-size: 0.8em;
    margin: -20px auto;
    padding-right: 15px;
    text-align: right;
}

#footer a {
    color: #000;
}

h1 {
    font-size: 3em;
    padding: 25px 0 0 0;
    font-weight: 400;
    text-shadow: 2px 2px 4px #bbb;
}

h2 {
    font-size: 1.6em;
    margin: -15px 0 25px 0;
    font-weight: 400;
    text-shadow: 2px 2px 4px #bbb;
}

h2.slogan {
    ;
    color: #777;
    text-shadow: 2px 2px 4px #ccc;
}

a:hover {
    color: #872828;
}

p {
    padding: 0 0 15px;
    margin: 0px;
}

img {
    max-width: 560px;
    margin-left: 20px;
}

img.alignleft {
    display: inline;
    float: left;
    margin: 5px 15px 5px 0;
}

img.alignright {
    float: right;
    margin: 5px 0 5px 15px;
}

img.aligncenter {
    display: block;
    margin: 10px auto;
}

img.border {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 5px;
}

dl {
    margin: 0 auto;
}

dt {
    float: left;
    clear: left;
    width: 80px;
    text-align: right;
    color: #444;
    font-weight: bold;
}

dd {
    margin: 0 0 0 100px;
    padding: 0 0 5px 0;
    text-align: left;
}

.t1,
.t2,
.t3 {
    width: 30%;
    margin: 0 5% 0 0;
    float: left;
}

.t3 {
    margin: 0;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

#links {
    display: inline-block;
    margin-top: 0.5 em;
}

#links li {
    float: left;
    padding: 0px 10px 0 0;
    color: rgb(1, 158, 201);
}

#links img {
    height: 35px;
    margin-left: 0px;
    margin-right: 1.5em;
}

a,
a:visited {
    color: rgb(1, 158, 201);
    text-decoration: none;
}

.center {
    background: url("img/center.png") repeat scroll 0 0 transparent;
    width: 735px;
}

.top {
    background: url("img/top.png") repeat scroll 0 0 transparent;
    height: 9px;
    width: 735px;
}

.bottom {
    background: url("img/bottom.png") repeat scroll 0 0 transparent;
    height: 25px;
    width: 735px;
}

#fold {
    margin: 0 40px;
}