@charset "UTF-8";
#right #contact {
	font-family: Century Gothic, Avant Garde, arial, sans-serif;
	float: left;
	width: 300px;
	background: white;
        text-align: right;
}

#contact #contact2{
    text-align: left;
    font-weight: bold;
    color: #cccccc;
text-align: right;
}
#contact #telephone{
    width: 100%;
	margin-top: .5em;
        font-weight: bold;
	color: #cccccc;
        text-align: right;
}
#contact #swremail {
    width: 100%;
	margin-top: .5em;
	color: #cccccc;
        text-align: right;
}

#contact #skype{
    width: 100%;
    text-align:right;
    margin-top: 1em;
}
#contact #description {
    width: 100%;
    margin-left: 1em;
    margin-top: 1em;
    text-align: left;
}
#description ul {
     margin-top: .5em;
}
#description li {
     margin-top: .2em;
}
#contact #description a {
    color: #990000;
}
#contact #description a:hover {
    color: #800000;
}
#right #form {
	float: left;
	width: 455px;
	padding-left: 15px;
        padding-bottom: 0em;
	background-color:white;
	font-family: arial, sans-serif;
}
