/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						JJ Contaminated
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-07
Description: 				A trash style website template.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Standard Elements
	$2 - Base Structure
	$3 - Title
	$4 - Content
	$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%;}
	code,ul {padding-bottom: 1.1em;}

/* $2 - Base Structure
----------------------------------------------------------------------------*/
.wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	width: 780px;
	position: relative;
}

/* $3 - Title
----------------------------------------------------------------------------*/
.title {
	font: normal 3em Tahoma,sans-serif;
	text-decoration: line-through;
}

/* $4 -  Content
----------------------------------------------------------------------------*/
.content {
	float: left;
	margin: 10px 0;
	padding-top: 32px;
	width: 531px;
}

.content li {margin-left: 18px;}
