/* ---------------------------------------------------------------------------------- */
/*  GENERAL DEFINITIONS FOR EDITOR */
/* ---------------------------------------------------------------------------------- */

body, div, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	line-height: 16px;
	color: lightgrey;
}

table {
    border-collapse: collapse;
    border-spacing: 0px 0px;
}

td, th {
    padding: 0px;
    vertical-align: bottom;
}

p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

a, a:active, a:hover, a:visited {
	color: lightgrey;
	text-decoration: none;
	font-weight: normal;
}

/* ---------------------------------------------------------------------------------- */
/*  GENERAL DEFINITIONS */
/* ---------------------------------------------------------------------------------- */

body {
	background: transparent url(../images/tile.png) top left repeat;
	height: 100%;
}

div.cleardiv {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.hidden {
	display: none;
}

/* ---------------------------------------------------------------------------------- */
/*  LAYOUT */
/* ---------------------------------------------------------------------------------- */

#main-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -330px;
    padding: 0px;
    width: 660px;
    height: 300px;
}

#main-wrap {
	margin: 0;
	padding: 0;
	width: 660px;
	height: 300px;
}

#main-wrap-left, #main-wrap-right {
	margin: 0;
	padding: 0;
	width: 50%;
}

#main-wrap-left {
	float: left;
}

#main-wrap-right {
	float: right;
	padding-top: 90px;
}