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

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
font-family:"Times New Roman", Times, serif;
}

#topsection{
background: white;
border-bottom: 1px #000000 solid;
height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#lefttop {
width: 640px;
left: 0px; 
}
#righttop{
width: 200px;
left: 640px;

}

#menu{
background: white;
height: 50px;
}

#contentwrapper{
float: left;
width: 100%;
height: 500px;
font-size:1em;
}
#contentwrapperabout{
float: left;
width: 100%;
height: auto;
}
#contentcolumn{
margin-right: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 370px; /*Width of left column in pixel*/
margin-left: -370px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
background: white;
}

#rightcolumn{
float: left;
width: 0px; /*Width of right column in pixels*/
margin-left: 0px; /*Set margin to -RightColumnWidth*/
background: #FDE95E;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#card {
border: 1px;
border-color:#000000;
border-style: solid;
padding: 2px;
width: 300px;
height: auto;
}
#place{
position:absolute;
top:20px;
left:50px;
}

#picture{
 border: 4px #666666 double;
 }

#footer{
clear: left;
margin: 0 auto;
width: 640px;
text-align: center;
padding: 4px 0;
color: #FFFFFF;
background-color:#333333;
-moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
}

#footer a{
text-decoration:none;
color: #FFFFFF;
}
#footer a:hover{
color: #F8E6C0;
text-decoration:underline;
}

#type {
font-size: 1.5em;

}
#attic {
border: 2px #990033 solid;
padding: 10px;
margin: 5px;
width: 160px;
}

#center {
position: relative;
left: 150px;
top: auto;
}