
body {
color: #494848;
text-align: left;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
margin: 0;
}

#column { width: 620px; 
margin-left: auto;
margin-right: auto;
margin-top: 0px; 
padding-bottom: 15px; 
text-align: left; 
background-color: #FFFFFF; 
}

#top { width: 100%; background-color: #0e0d0d; padding: 14px 0px 13px 25px;}
 
#headerframe { width: 620px; height: 100px; background-color: #2c94dc; }

#contentframe { max-width: 620px; min-height: 300px; overflow: auto; padding: 0px 40px;}

#content {font-size: 12px; min-height: 400px; overflow: hidden;}


#header-title {
background-image: url('../config/header-title-bg.png');
background-position: left top;
background-repeat: no-repeat;
margin-top: 0px;
width: 620px;
height: 100px;
position: relative;
}

#header-title .header-title-text {
position: absolute;
left: 0px;
bottom: 15px;
}

#header-title .header-title-icon {
position: absolute;
right: 10px;
top: 11px;
background-image: url('../config/exclamation.png');
background-position: left top;
background-repeat: no-repeat;
width: 81px;
height: 81px;
}

p {
margin: 12px 0px;
}

h1 {
margin-top: 25px;
margin-bottom: 35px;
}

div.MainHeader {
font-size: 36px;
line-height: 36px;
color: #2c94dc;
text-transform: uppercase;
}

 div.MainHeader-Small {
font-size: 18px;
color: #9B9B9B;
padding-left:4px;
padding-bottom:8px;
}

div.whole{
height: 30px;
width: 100%;
float: left;
padding: 0;
}

div.left{
width: 150px;
float: left;
padding: 0;
}

div.right {
width: 300px;
float: left;
padding: 0;
}


.clear {
clear: both;
}    
