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

    body 
    { 
        width:100%; 
        height:100%; 
        padding:0; 
        margin:0; 
        overflow:auto; 
		background:#85aec2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;

    } 
	table tr td {
		vertical-align:top;
		font-size:12px;
		}
	img {
		border:0;
		}
	a {
		color:#00abff;
		text-decoration:none;
		font-weight:bold;
		}
	a:hover {
		text-decoration:underline;
		}
    div.container 
    { 
        background:#fff; 
        display:block; 
        position:absolute; 
        width:1000px; 
        _height:100%; 
        min-height:100%; 
        overflow:visible; 
        left:50%; 
        margin-left:-500px; 
    } 
    div.header {
	text-align:center;
	margin:30px 0 50px 0;

		}
    div.breadcrumbs {
	margin-left:70px;

		}
	    div.content {
	margin:5px 70px 0 70px;

		}
		div.footer {
			background:url(../img/footer.gif) repeat-x;
			height:31px;}

