/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						JJ Beautiful Day
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-07
Description: 				A soft and bright two-column template.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Standard Elements
	$2 - Structural Stylings
	$3 - Header
	$4 - Title
	$5 - Main
	$6 - Content

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 - Standard Elements
----------------------------------------------------------------------------*/
html {min-height: 100%;}

p,code,ul {padding-bottom: 1.2em;}

/* $2 - Structural Stylings
----------------------------------------------------------------------------*/
.container {
	background: #FFFFFF;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px;
	width: 800px;
}

/* $3 - Header
----------------------------------------------------------------------------*/
.top {
	
}

/* $4 - Title
----------------------------------------------------------------------------*/
.header {
	
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 95px;
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	background-color:#FFFFFF;

	
}

.header .left, .header .right {

}

.header .left {

}

.header .right {
	background-image: url(../images/nothingcomesclose.gif);
	background-repeat: no-repeat; 
	background-position: right top;
	margin-top: 50px;
	margin-right: 40px;

	height: 22px;
	width: 223px;


}

.header .right .moduletable{

}

/* $5 - Main
----------------------------------------------------------------------------*/
.main {
	border-top: 0px solid #FFFFFF;
}

/* $6 - Content
----------------------------------------------------------------------------*/
.content {
	float: center;
	margin-left: 48px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 47px;

}