﻿/* CSS Document */

body {
margin:0;
padding:0;
background-color:#00467C;
text-align:center;
}

#wrapper {
margin:10px auto 0 auto;
width:825px;
text-align:center;
}

#topBlock {
width:825px;
height:11px;
background-image:url(topCorner.png);
background-repeat:no-repeat;
}

#mainBlock {
width:825px;
padding:20px 0 5px 0;
background-color:#fff;
}

#logoBlock {
width:825px;
height:99px;
background-image:url(weblakeLogoWide.gif);
background-repeat:no-repeat;
}

#sideBlock {
margin:20px auto 0 auto;
width:400px;
font:120% Georgia, "Times New Roman", Times, serif;
color:#003366;
}

#copyBlock {
margin:40px auto 0 auto;
width:600px;
font:80% Georgia, "Times New Roman", Times, serif;
line-height:150%;
color:#666;
}

#copyBlock a:link, #copyBlock a:active, #copyBlock a:visited {
font:bold 100% Georgia, "Times New Roman", Times, serif;
color:#666;
text-decoration:underline;
}

#copyBlock a:hover {
font:bold 100% Georgia, "Times New Roman", Times, serif;
color:#666;
text-decoration:none;
}

#bottomBlock {
margin:0;
width:825px;
height:11px;
background-image:url(bottomCorner.png);
background-repeat:no-repeat;
}
