﻿
/** BASIC */

html, body {
	height: auto;
}

/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: right;
	width: 639px;
	height: 195px;
	text-align: right;
	vertical-align: middle;
	background-image: url('../layoutimages/logo-02.jpg');
	background-repeat: no-repeat;
}

#logo h1, #logo h2 {
	margin: 0px;
	text-indent: 10px;
	color: #000000;
	text-align: justify;
}

/** MENU */

#menu {
	float: left;
}

/** PAGE */

#page {
	background: ;
	margin: 0px auto 0px auto;
	height: auto;
}

/** CONTENT */

#content {
	float: right;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	float: left;
}

.two-columns .column2 {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: left;
}

}
