
/** BASIC STYLES */

.container {
	width: 940px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 120px;
	padding: 40px 0 0 0;
}

/** LOGO */

.logo {
}

/** SEARCH */

#search {
	float: right;
	width: 210px;
	padding: 60px 0px 0px 0px;
}

/** LOGOTYPE */


.logotype1 a, .logotype2 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #F5F5F5;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 150%;
}
.logotype2 a {
	font-size: 22px;
}
.tagline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	text-transform: none;
	color: #F5F5F5;
}



/** TOPMENU */

#topmenu {
	height: 20px;
}

/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

/** Icon Links */

#footer {
}



/** Generic List */

.list ul li {
	list-style-type: square;
	margin-left: -25px;
	padding-bottom: 5px;
}