/*
Release date: 2006-05-07
Description: A clean pink two-column layout.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FF6600;
	text-decoration: none;
}
body {
	color: #311;
	font: normal 12px "Trebuchet MS",Arial;
	margin: 20px 0;
	text-align: center;
	background-color: #FFF;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat;
	background-position: center;
}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 20px;
}
li span {
	font-size: 0.9em; color: #444;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}

/* structure */
.container {
	border: 5px solid #000000;
	margin: 0 auto;
	text-align: left;
	width: 695px;
	background-color: #FFF;
	background-image: url(img/mast2.jpg);
	background-repeat: no-repeat;
}

/* header */
.top {
	height: 250px;
}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 2.4em;
}

/* footer */
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}

/* content */
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	letter-spacing: 1px;
	color: #2C56AD;
	font-family: serif, Arial;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.left {
	float: left;
	width: 490px;
}

img.floatLeft {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	border: 1px dashed #2C56AD;
}
img.floatRight {
	float: right;
	margin: 5px;
	border: 1px dashed #2C56AD;
}

/* menu */
.menu {
	margin-left: 18px;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 1.2em;
}
.menu a:hover {
	color: #FFF;
	background-color: #F4872C;
}

/* submenu */
.right .submenu_end {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.right {
	float: right;
	background: #FDFCF6 url('img/boxbg.gif') repeat-x;
	width: 195px;
}
.right a:hover {
	text-decoration: underline;
}
.right H4 {
	text-decoration: underline;
	color: #2C56AD;
	padding-left: 4px;
	font-family: serif, arial;
	font-size: 10px;
}
