/*#############################################################
Name: Pink Sunset
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
* {margin: 0; padding: 0;}
body {
	font: normal 13px "Trebuchet MS",Arial;
	margin: 20px 0;
	background: #26062b;
	color: #311;
}
p {padding:0 0 10px 0 ; text-align:left;}
img.l {margin:0 10px 0 0;}
img.r {margin:0 0 0 10px;}

a {text-decoration: none; /*color: #e88f2f;*/ color:#c95e2a;}
a:hover {color:#6b19a5;}

.date {
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:17px;
	color: #a40000;
	text-align:left;
}

h1 {
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:27px;
	line-height:26px;
	color: #a40000;
	text-align:left;
}

h2 {
	font: normal 1.9em "Times New Roman", Times, serif;
	font-style:italic;
	color: #662c91;
	text-align:left;
	margin-left:5px;
}

ul { 	padding: 0; }
li { 	margin: 4px 0 4px 30px; font-size:13px; text-align:left;}

li span {
	font-size: 0.9em; color: #444;
}
.container {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: #FFF url(../img/top_new.jpg) no-repeat;
	border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
}
.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}
.footer a:hover {color:#ddd;}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 2.4em;
}
.item {
	padding: 10px;
}

.item h3 {
	font: bold 1.4em "Times New Roman", Times, serif;
	font-style: italic;
	color:#662c91;}
.item p span {font-weight:bold; color:#512374;} 
.left {
	float: left;
	width: 590px;
	background: #F2EEF2;
}
.menu {
	margin-left: 18px;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 1.1em;
}
.menu a:hover {
	background: #C489EE;
	color: #FFF;
}
.right .submenu_end {
	background: url(../img/bgsubmenu_end.gif) no-repeat; height: 29px;
}
.right {
	float: right;
	width: 195px;
	position:relative;
}
.right_inner {	background: #DDD;}
.right a:hover {
	text-decoration: underline;
}
.right ul {list-style:none; padding:10px 0 ; }
.right ul li {margin: 4px 0 4px 20px; font-size:12px;}
.right .address { position:relative; top:50px;  color:#512374; font-style:italic; border-top:1px dotted #999; border-bottom:1px dotted #999; padding:20px 0; width:80%; margin:0 auto;}
.right .address p {text-align:right; font-size:1.2em; padding:0 5px; margin:0 auto; line-height:1.1em;}
.right .address p span {font-weight:bold; }
.right .address p span.sm {font-size:.7em;}

.top { 	height: 250px;}
