/* - Default stuff - */
body {
    border:0;
    padding:0;
    margin:0;
}
img {
    border:0;
    padding:0;
    margin:0;
}
div {
    padding:0;
    margin:0;
}

/* - Template settings - */
body {
    background-color:#FFFFFF;
    
    font-size:10px;
    font-family:Verdana, sans-serif;
    color:#333333;
}
/* Remove scrollbar */
html>body, html>body #site {
	height: auto;
}
body, #site {
	min-height: 100%;
	width: 100%;
	height:100%;
}
#site {
    position:absolute;
    left:50%;
    width:555px;
    margin-left:-277px;
    min-height:100%;
    
    background-color:#FFFFFF;
    
    background-repeat:no-repeat;
    border:1px solid #999999;
    border-top:0;
    border-bottom:0;
}
#text {
    margin-top:150px;
    padding:0 15px 0 15px;
}
#menu {
    position:absolute;
    left:50%;
    margin-left:-420px;
    top:300px;
}
#menu ul {
    list-style:none;
}
#menu ul li {
    text-align:right;
}
#menu a {
    color:#333333;
}
#menu a:hover {
    text-decoration:none;
}

.createdbydeviation {
    background-image:url("Images/createdbydeviation.png");
    background-repeat:no-repeat;
    padding-bottom:28px;
    padding-left:175px;

    position:absolute;
    left:50%;
    margin-left:80px;
    bottom:10px;
}
blockquote {
    margin:0;
    padding:0;
}
.style1 {
    font-family:monospace;
    font-size:11px;
}


