/*****************************************************************************
	RESET
******************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, strong, b, i, em, span, img {
    padding: 0;
    margin: 0;
    line-height: 1.2;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content:' " ';
}
b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/*****************************************************************************
	TYPOGRAPHY
******************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c8c8c !important;
	line-height: 1.6 !important;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold !important;
	color: #3073bb;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold !important;
	color: #faca27;
	line-height: 1;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold !important;
	color: #6d6e71;
	line-height: 1;
	margin-bottom: 50px;
}

#page h3 {
	text-align: center;
}
#contact-data p {
	font-size: 13px;
	padding-bottom: 5px;
}

/*****************************************************************************
	LAYOUT
******************************************************************************/
#page {
	margin-top: 100px;
	width: 990px;
	background-color: #ffffff;
	padding: 50px;
}
#contact-data {
	
}


/*****************************************************************************
	ELEMENTS
******************************************************************************/
body {
	background-color: #cccccc;
}

p {	padding-bottom: 10px; }
.clear2 { clear: both; }
.left2 { float: left; }
.right2 { float: right; }
.empty2 { clear:both !important; height: 1px !important; width: 1px !important; }
.empty2 img { padding: 0px !important; border: none !important; margin: 0px !important; }
.margin-auto { margin: auto; }

a, a:link, a:visited, a:hover {
	color: #faca27;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

#contact-data a {
	font-weight: bold;
}

