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


/*****************************************************

* Layout

*****************************************************/

div#container {
margin-top: 2em;
}

div#leftcolumn {
width: 490px;
float: left;
text-align: left;
}

div#rightcolumn {
width: 370px;
float: right;
}

form {
text-align: center;
}


/*****************************************************

* Typography

*****************************************************/

strong {
color: #CCCCCC;
font-size: 130%;
letter-spacing: .5em;
}

div#container p {
line-height: 1.4em;
}