/* 
    Document   : karaluiz.contact
    Created on : Feb 24, 2009, 3:46:48 AM
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/
.contact {
	padding-right:160px;
	text-align:center;
}

.contact h2 {
    display:block;
    width:473px;
    height:82px;
    background:url('../img/contact-header.png') no-repeat;
    text-indent:-5000px;
    margin:0 auto;
}
.contact table {
    clear:none;
    border:none;
    margin-top:0px;
}
.contact tr {
    border:none;
    margin:0;
    padding:0;
}
.contact td {
    border:none;
    font-weight:bold;
    font-size:180%;
    width:460px;
    text-align:left;
    margin:0;
    padding:10px;
    border-left:2px solid black;
}
.contact td.left {
    border:none;
    width:340px;
    text-align:right;
}
.contact td span {
    display:block;
}