* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}

br.clear {
	clear: both;
}

a {
	color: #f40;
}

a:hover {
	color: #000;
}

img.middle {
	vertical-align: middle;
}


/* wrapper */

#outer_wrapper {
	float: left;
	width: 100%;
	background: url('/_grafix/bg_outer_wrapper.png') top center no-repeat;
}

#wrapper {
	margin: auto;
	width: 860px;
}

/* container */

#container {
	float: left;
	width: 860px;
}


/* logo */

#logo {
	float: left;
	width: 265px;
	height: 220px;
}


/* general navigation */

#general_navigation {
	float: left;
	width: 595px;
	height: 140px;
	background: url('/_grafix/bg_general_navigation.png') top left no-repeat;
}

#general_navigation ul {
	list-style-type: none;
	float: right;
	padding-top: 77px;
	padding-right: 25px;
}

#general_navigation ul li {
	float: left;
	font-size: 12px;
	margin-right: 12px;
	padding-right: 10px;
	color: #4c4c4c;
	background: url('/_grafix/bg_general_navigation_item.gif') center right no-repeat;
}

#general_navigation ul li.last {
	margin: 0;
	padding: 0;
	background: none;
}

#general_navigation ul li a {
	color: #fff;
	text-decoration: underline;
}

#general_navigation ul li a:hover {
	color: #4c4c4c;
}


/* sidebar */

#sidebar_home {
	float: right;
	width: 260px;
	height: 300px;
}

#sidebar {
	float: right;
	width: 230px;
}

#sidebar_home .gutter_home {
	float: left;
	width: 250px;
	padding: 10px 0 0 10px;
}

#sidebar .gutter {
	float: left;
	width: 200px;
	padding: 100px 0 0 30px;
}

#sidebar img.img {
	margin-bottom: 25px;
}


/* main */

#main {
	float: left;
	width: 600px;
}


/* navigation */

#navigation {
	float: left;
	width: 200px;
}

#navigation ul {
	list-style-type: none;
	float: left;
	width: 200px;
	padding-top: 15px;
	margin-bottom: 15px;
}

#navigation ul li {
	float: left;
	font-size: 10px;
	width: 200px;
	height: 40px;
	margin-bottom: 2px;
}

#navigation ul li a {
	float: left;
	display: block;
	width: 200px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url('/_grafix/bg_main_navigation_item.png') top left no-repeat;
	cursor: pointer;
}

#navigation ul li a:hover, 
#navigation ul li a.selected, 
#navigation ul li a.selected:hover {
	background: url('/_grafix/bg_main_navigation_item.png') top left no-repeat;
	background-position: 0 -40px;
}

#navigation ul li a span {
	float: left;
	padding: 9px 0 0 18px;
}


/* content */

#content {
	float: left;
	width: 400px;
}

#content .gutter_home {
	float: left;
	width: 360px;
	padding: 15px 20px 15px 20px;
}

#content .gutter {
	float: left;
	width: 410px;
	padding: 15px 0 15px 20px;
}

#content h1 {
	padding-top: 5px;
	padding-left: 32px;
	margin-bottom: 8px;
	background: url('/_grafix/bg_title.png') center left no-repeat;
}

#content h2 {
	margin-bottom: 8px;
}

#content p {
	margin-bottom: 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
}

#content li {
	margin-left: 15px;
	margin-bottom: 3px;
}

#content table {
	width: 100%;
}

#content td {
	vertical-align: top;
	padding: 4px;
}

#content td p {
	margin: 0;
}


/* anchor list */

ul#anchor_list {
	width: 380px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#anchor_list li {
	margin: 0 0 3px 0;
}

/* item list */

ul#list {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 410px;
	margin-bottom: 20px;
}

ul#list li.list_item {
	float: left;
	width: 380px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #f40;
}

ul#list li.list_item_no_border {
	float: left;
	width: 380px;
	margin: 0;
}

strong.title {
	font-size: 14px;
}

span.small {
	display: block;
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
}


/* news home list */

ul#news_home_list {
	float: left;
	width: 250px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#news_home_list li {
	cursor: pointer;
	margin: 0 0 15px 0;
	font-size: 11px;
}


/* calendar */

#calendar td {
	font-size: 11px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

#calendar td.header {
	font-weight: bold;
	font-size: 12px;
}

#calendar td.header a {
	text-decoration: none;
}

#calendar td.link {
	font-weight: bold;
	background: #fff;
}

#calendar td.weekend {
	background: #ccc;
}

#calendar td.normal {
	background: #fff;
}

#calendar td.empty {
}


/* bottom wrapper */

#bottom_wrapper {
	float: left;
	width: 100%;
	height: 75px;
	background: url('/_grafix/bg_bottom_wrapper.png') top center no-repeat;
}


/* footer */

#footer {
	float: left;
	width: 100%;
	padding-top: 45px;
	color: #999;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #666;
}


/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

/* ikon */

#ikon {
	width: 19px;
	height: 15px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 3px;
}
