/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper2 {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 425px;
	height: 120px;
	background-image: url(../images/images/images/homepage01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** SEARCH */

#search {
	float: left;
	background-image: url(../images/images/images/homepage02.jpg);
}

/** CONTENT */

#content {
	float: left;
}

/** 3-COLUMN LAYOUT */

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
}

/** SIDEBAR */

#sidebar {
	float: left;
	height: 200px;
	background-repeat: no-repeat;
}

/** FOOTER */

#footer {
	width: 863px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	height: 100px;
	text-decoration: none;
}

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

#inbox {
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	height: 190px;
}

#inboxin {
	float: left;
	height: 140px;
	width: 250px;
	padding: 0px;
	border: thin solid #CCCCCC;
	margin-top: -5px;
}


#upbox
{
	height: 30px;
	width: 220px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#agb {
text-decoration: none;
text-align: right;

}

