/* Layout & General */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:40px;
}

#outer {

}

#inner {

}


/* Header */

#header h1 {
text-indent:-10000em;
}

#header h1 a {
display:block;
width:400px;
height:94px;
background-image:url(/images/logo.gif);
background-repeat:no-repeat;
}


/* Main */

h2 {
padding:20px 0 20px 20px;
font-size:24px;
}

p {
line-height:120%;
padding-left:20px;
}

a:link,
a:visited,
a:hover,
a:active {
color:#0094EF;
}

#main {

}



/* Footer */

#footer {

}