/*----------------------------------------------------------------------------- */
/* CSS RESET                                                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                 */
/*----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	background:transparent;
}

:focus {
	outline:0;
}

body {
	color:#000000;
	background:#FFFFFF;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.cursorDefault, .cursorDefault a {
	cursor:auto;
}

.cursorProgress, .cursorProgress a {
	cursor:progress;
}

/*----------------------------------------------------------------------------- */
/* DEBUG                                                                        */
/*----------------------------------------------------------------------------- */

.div {
	border:solid red 1px;
}

/*----------------------------------------------------------------------------- */
/* HTML ELEMENTS                                                                */
/*----------------------------------------------------------------------------- */

/* commented backslash hack \*/ 
html, body {
	height:100%;
} 
/* end hack */

html {
	overflow:-moz-scrollbars-vertical;
}

abbr, acronym {
	cursor:help;
}

h1 {
	float:left;
	margin:0;
	padding:15px 0 0 35px;
	font-size:1.3em;
}

a:link {
	color:#333333; 
	text-decoration:none;
}

a:visited {
	color:#333333; 
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:underline; 
}

a:active {
	color:#333333; 
	text-decoration:underline;
}

textarea, input, select, button {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}


/*----------------------------------------------------------------------------- */
/* MAIN ELEMENTS                                                                */
/*----------------------------------------------------------------------------- */

#tarski {
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:1em;
	color:#000000; 
}

#container {
	height:auto;
	position:relative;
    text-align: center;
    margin: 0 auto;
    width:100%;
	padding-bottom: 2em;
}

#content {
	margin: 0 auto;
	max-width: 650px;
}

.contact-card {
	text-align:left;
	max-width:620px;
	border: 6px solid #000000;
	padding:1em;
	margin:1em 1em 0 1em;
	display:inline-block;
}

.contact-card img {
	float:left;
}

.contact-info {
	float:left;
	padding:1em;
	color: #000000;
	width: 210px;
}

.contact-info li {
	font-style: normal;
}

.contact-info li.small {
	font-size:1em;
	line-height:10px;
	font-style: italic;
}

/*----------------------------------------------------------------------------- */
/* HEADER                                                                       */
/*----------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------- */
/* MAIN                                                                         */
/*----------------------------------------------------------------------------- */
