/* @override 
	http://extranet.imagebox.com/ambage/main.css
	http://ambage.com/main.css
	http://www.ambage.com/main.css
*/

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

Title : AMBAGE
Author : Anthony Bruno
Company: Imagebox Productions Inc


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

* {
	padding: 0;
	margin: 0;

}

html {
	font-size: 100%;
}

body {
	background: url(images/background.png) #330033 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 100px 0 0;
	
}

/* Container */

#wrapper {
	margin: 0 auto;
	width: 954px;
}

/* Layout Elements */

#rightcolumn {
	float: right;
	text-align: right;
	width: 197px;
	margin-bottom: 20px;
}

#content {
	background: #110011;
	color: #fff;
	display: inline;
	float: left;
	width: 721px;
	margin-bottom: 20px;
}

#subpage_content {
	background: #110011;
	color: #fff;
	display: inline;
	float: left;
	width: 681px;
	margin-bottom: 20px;
	padding: 0 20px 20px;
}

#footer {
	clear: both;
	color: #333;
	width: 937px;
	border-top: 1px solid #664066;
	
}

#footleft {
	float: left;
	width: 410px;
	margin-bottom: 20px;
}

#footright {
	float: right;
	width: 410px;
	margin-bottom: 20px;
}

/* Links */

a:link, a:visited {
	color: #C3BFC3;
	text-decoration: underline;
}

a:hover, a:active {
	color: #C3BFC3;
	text-decoration: none;
}

#navigation a {
	text-decoration: none;
}

a:visited, a:active {
	color: #C3BFC3;
}

#footer a, #footer a:visited {
	color: #998099;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

/* Text */

p {
	color: #C3BFC3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
}

#subpage_content p {
	float: left;
	width: 333px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#footer p {
	color: #998099;
	font: 1.2em "Times New Roman", Georgia, Times, serif;
	padding-top: 5px;
	margin-bottom: 20px;
	height: 20px;
}

#footright p {
	float: right;
}

hr {
	float: left;
	width: 333px;
	margin-bottom: 14px;
	height: 1px;
	border: none;
	background-color: #999;
	margin-top: 5px;
}

/* Lists */

ul#navigation {
	list-style-type: none;
	float: left;
	text-align: left;
	padding: 55px 0 0 8px;
}

#subpage_content ul {
	float: left;
	padding-left: 25px;
	padding-bottom: 10px;
	width: 333px;
	list-style-type: disc;
}


#subpage_content li {
	line-height: 15px;
	font-size: 1.4em;
	color: #C3BFC3;
	width: 333px;
	list-style-type: disc;
}

#navigation a:link, #navigation a:visited {
	color: #998099;
	height: 25px;
	font: italic 1.6em/25px "Times New Roman", Georgia, Times, serif;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
}

/* Headings */

h1 {
	font: italic 2.4em "Times New Roman", Georgia, Times, serif;
	border-bottom: 1px solid #888088;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

h2 {
float: left;
width: 390px;
padding-bottom: 5px;
font: italic normal 1.8em "Times New Roman", Georgia, Times, serif;
padding-right: 10px;
}

/* Images */

#subpage_content img {
	float: right;
}

#sub-image {
	float: right;
	width: 274px;
}

#content_left {
	float: left;
	width: 390px;
}

/* Slideshow */

#slideshow {
	width: 721px;
	height: 368px;
	overflow: hidden;
}

#controls {
	text-align: right;
	padding-right: 5px;
	color: #666;
	font: 1.5em/18px Georgia, "Times New Roman", Times, serif;
}

#prev, #next {
	cursor: pointer;
}