/*
©2009 Jay Hollywood
www.jayhollywood.com.au

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */


body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: .75em; 
	background: #000;
	color: #fff;
}

/*-------------------------------------------------------- LINK */


a {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 1.6em;
	padding: 0 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.3em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.6em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}


/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */


#container {
	position: relative;
	width: 100%;
}

#flash {
	display: none;
}


#header {
	display: none;
}

#nav { 
	display: none;
}

#content {
	width: 700px;
	position: relative;
	z-index: 3;
	padding: 0 0 13px 0;
}

#main-content {
	width: 960px;
	background: url(../art/main-content.gif) no-repeat center bottom;
	position: relative;
	margin: 0 auto;
	min-height: 260px;
	padding: 30px 0;
}

#page-content {
	float: left;
}

#footer {
	width: 860px;
	margin: 0 auto;
	color: #555;
	font-size: .8em;
	text-align: right;
	background: url(../art/footerlogo.gif) no-repeat bottom right;
	padding: 14px 50px 0;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p {
	padding: 0 0 4px 0;
}

#footer a {
	text-decoration: none;
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}

/* TABLES -------------------------------------- TABLES */

table {
	font-size: 12px;
}

table tr td {
	padding: 0 10px 10px;
}



/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}



#leftimage {
	float: left;
	margin: 0 20px 20px -60px !important;

}

.rightimage {
	float: right;
	margin: 0 -60px 20px 20px !important;
}






