/*----------------------------------------------------------------------------- */
/* 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:black;
	background:white;
}

ol, ul {
	list-style:none;
}

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

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

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

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

abbr, acronym {
	cursor:help;
}

.div {
	border:solid red 1px;
}

h1 { 
	float:left;
	margin:0;
	font-size:1.3em;
	display:block; 
	width:362px; 
	height:71px; 
	text-indent:-9999px;
	background:url(../images/logo-tarski-net-big.gif) no-repeat 40px 10px;
}

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

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

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

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

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

#tarski {
	text-align:center;
	font-family:Verdana, Arial, "Trebuchet MS";
	font-weight:normal;
	font-size:0.7em;
	color:#FFFFFF; 
	background-color:#98ac47;
}

#container {
	height:100%;
	min-height:100%;
	height:auto;
	position:relative;
    text-align: left;
    margin: 0 auto;
    width:850px;
}

* html #container {
	height:100%;
	width:850px; /* box model hack for ie5.+*/
	w\idth:850px;
}

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

#header {
	margin:0 auto;
	padding:0;
	width:848px;
	height:363px;
    background:url(../images/deco-main-flowers-big.jpg) no-repeat 0 50px;
}

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

#content {
	margin:0 auto;
	padding:10px 0 0 0;
	width:848px;
}

.deco {
	float:left;
	width:848px;
	height:73px;
    background:url(../images/deco-tree-border.gif) no-repeat;
}

#sites {
	width:848px;
}

.box-site {
	float:left;
	width:400px;
	padding:0 0 15px 16px;
}

.box-info-top {
	width:100%;
	height:24px;
	background:url(../images/box-info-top.gif) no-repeat;
}

.box-info-main {
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
	background:#869731 url(../images/box-info-main.gif) repeat-y;
}

.box-info-bottom {
	width:100%;
	height:14px;
	background:url(../images/box-info-bottom.gif) no-repeat;
}

.box-info-logo {
	float:left;
	padding:3px 7px 0 5px;
}

.box-info-text {
	float:left;
	width:320px;
	padding:3px 0 0 0;
}

.box-info-text h2 {
	font-weight:bold;
	font-size:1.1em;
	padding:0 0 2px 0;
}

#error-msg {
	font-size:1.1em;
	text-align:center;
	padding:20px 0 0 0;
	width:846px;
}

/*----------------------------------------------------------------------------- */
/* FOOTER                                                                       */
/*----------------------------------------------------------------------------- */


#footer {
	text-align:center;
	padding:20px 0 0 0;
	margin:0 auto;
	height:40px;
	width:663px;
	background:url(../images/box-footer.gif) no-repeat center 12px;
}

