/*----------------------------------------------------------------------------
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 {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0 10px 10px;
	

}

/* $3 - Header


----------------------------------------------------------------------------*/


.logo {
    background-image:url(../images/logo6.png);
    background-repeat:no-repeat;
    background-position:right;

    margin:0px auto;
    margin-top:10px;
    height:130px;
    width:540px;
}



/* $4 - Title
----------------------------------------------------------------------------*/


/* $5 - Main
----------------------------------------------------------------------------*/
.main2 {

    background-color:#FAFAFA;
    background-image:url(../images/main_08.jpg);
    background-repeat:repeat-x;
    width:85%;
    text-align:left;
    margin:0px auto;
    border: 10px solid #FFF;
}

/* $6 - Content
----------------------------------------------------------------------------*/
.content {
	float: left;
	padding: 0 15px;
	width: 65%;
	border-right:1px solid #f4f4f4;
	text-align:left;
}

#pathway{
    color:#CCCCCC;
    font-size:10px;
    width: 100%;
    overflow:hidden;
    float:left;

}
.bottom{
    width: 90%;
    height:auto;
    overflow:hidden;
    background:#f2f2f2;
    border:1px solid #ccc;
    padding:10px;
    float:left;
    margin-top:20px;
    margin-bottom:5px;
}
