/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						Pink Sunset
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-08
Description: 				A clean pink two-column layout.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Main Cells
	$2 - Header
	$3 - Content
	$4 - Sub Menu

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

@import url("customise.css");

/* $1 - Main Cells
----------------------------------------------------------------------------*/
.content,.footer {
	padding: 0 5px;
}

.container {
	border: 1px solid #fff;
	border-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 600px;
	background-color: #fff;
	background-image: url(../images/top-2.gif);
	background-repeat: no-repeat;
}

/* $2 - Header
----------------------------------------------------------------------------*/
.top {
	height: 250px;
}
.header {
	height: 210px;
}

/* $3 - Content
----------------------------------------------------------------------------*/
.item {
	padding: 10px;
	text-align: justify;
}
.left {
	float: left;
	width: 390px;
	background-color: #333;
}

/* $4 - Sub Menu
----------------------------------------------------------------------------*/
.right .submenu_end {
	background: url(../images/bgsubmenu_end.gif) no-repeat; height: 29px;
}
.right {
	float: right;
	width: 195px;
	background: #ddd;
	padding: 0px;
}
.padding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}