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

html, body {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #565050;
height:100%;
background: url(images/bg.gif) top left repeat-x;
background-color: #dfdfdf;
max-height: 100%; 
}


.header{
height: 360px;
}

.main{
width: 760px;
margin: 0 auto; 
}

a:link{ 
font-size: 12px;
color: #064286; 
text-decoration:underline;
}

a:visited{ 
font-size: 12px;
color: #064286; 
text-decoration:underline;
}

a:hover{ 
font-size: 12px;	
color: #000000; 
text-decoration:none;
}

a:active{ 
font-size: 12px;	
color: #064286; 
text-decoration:underline;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

