@media screen,print
{
    div.header
	{
		font-weight: bold;
		font-family: "Arial", "helvetica", sans-serif;
		font-size: 2.8em;
        position: absolute;
        top: 160px;
        left: 0;
        width: 100%;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	div.address
	{
        position: absolute;
        top: 238px;
        left: 0;
        width: 100%;
	 	margin-left: auto;
	 	margin-right: auto;
	 	margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		font-family: "Arial", "helvetica", sans-serif;
		font-size: 1em;
		color: black;
		text-align: center;
		height: 126px;
	}
	
	div.footer
	{
        position: absolute;
        top: 440px;
        left: 0px;
        width: 100%;
		padding-top: 0px;
	}
	
    img.email
    {
    	width: 68px;
    	height: 48px;
    	text-decoration: none;
    }

    div.email
    {
    	text-align: center;
    }

    span.email-text
    {
    	font-size: 18pt;
    	font-weight: normal;
    	vertical-align: 75%;
    }

    a
    {
    	text-decoration: none;
    	color: #007;
    }

    a:hover
    {
    	color: #700;
    }

    a img
    {
    	border: none
    }

	div.address
	{
		font-family: "Arial", "helvetica", sans-serif;
		font-size: 1.1em;
        position: absolute;
        top: 240px;
        left: 50%;
        width: 400px;
		margin-left: -200px;
		margin-right: auto;
		padding-top: 0px;
	}

	div.address_title
	{
		font-weight: bold;
        position: absolute;
        left: 0;
        width: 200px;
		text-align: right;
		padding-right: 10px;
    }

	div.address_body
	{
		font-weight: normal;
        margin-left: 50%;
		text-align: left;
		padding-left: 10px;
    }

	div.tel
	{
        position: absolute;
        top: 135px;
        left: 50%;
        width: 400px;
		margin-left: -200px;
		margin-right: auto;
	}

	div.mobile
	{
        position: absolute;
        top: 160px;
        left: 50%;
        width: 400px;
		margin-left: -200px;
		margin-right: auto;
	}
}

