

body{
    color: #aaa;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
}
#container{
    text-align: center;
    float: left;
    width: 100%;
}
.wrap{
    text-align: left;
    margin: 0 auto;
    width: 940px;
    padding: 0 10px;
    min-width: 940px;
    clear: both;
}
#head, #body, #infopanel, #foot{
    float: left;
    width: 100%;
    clear: both;
    min-width: 960px;
}

/*
    Body
*/

#body{
    margin-bottom: 8em;
    padding-top: 4em;
}
#content-main{
    float: left;
    width: 660px;
}
#content-sub{
    float: right;
    width: 220px;
}


/*------------------------------------------
	Typography
------------------------------------------*/

a{
    color: #CCCCCC;
    text-decoration: none
}
a:hover{
    color: #FFFF00;
}
h2{
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
}
h3{
    font-size: 18px;
	font-weight: normal;
	color: #b4e4ff;
	margin-bottom: 1.38em;
	line-height: 1.38em;
}
p{
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
#content-main p{
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 1.5em;
    color: #bbb;
}