/* CSS */

/* general stuff */

body{
margin:0;
padding:0;
text-align: left;
font-family: Arial;
color:#191919;
font-size:11px;
background: #FFF; 
}

p {
font-size:11px;
color: #191919;
text-align: justify;
}

h1 {
font-size: 18px;
font-weight:100;
color:#191919;
}

a {
color:#191919;
font-weight:bold;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#top {
margin: 200px 0 0 30%;
width: 640px;
min-height:106px;
}

#top p {
width: 380px;
}

#bottom {
float:left;
clear:both;
min-height:100px;
width:100%;
background-color:#CCC;
border-bottom:1px solid #484848;
border-top:1px solid #484848;
}

#text {
float: left;
margin: 0 0 0 30%;
padding: 20px 0 20px 0;
}

#text p {
float: left;
min-width: 100px;
border-right: 3px solid #484848; 
margin:0px; 
padding:0 10px 0 0;
}


