@charset "UTF-8";
/* CSS Document */

@import url("glowtabs.css"); /* main nav styles */


/* Global Styles */


body {
	margin: 0;
	padding: 0;
	font: 12px/170% verdana, helvetica, 'sans serif';
	color: #666;
	background: #000 url(../images/Background_Lg.jpg) center center no-repeat fixed;
	}

h2	{
	font: x-large "Bodoni MT", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #c01c17;
	margin-bottom: 7px;
}


h3, h4, h5, h6	{
	color: #e1e1e1;
	margin-bottom: 0;
}

p	{
	margin-top: 0;
}


li 	{
	margin-bottom: 1px;
}


a	{
	text-decoration: none;
}

a:hover	{
		color: #ebebeb;
}

p a	{
	text-decoration: underline;
	color: #ccc;
}

p a:hover	{
	text-decoration: none;
	color: #ccc;
}

div#outside-wrapper	{
			width: 989px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 50px;
			background: black url(../images/Container_Bkgd.gif) bottom left repeat-x;
			border-left: 1px solid #111;
			border-right: 1px solid #111;
			overflow:hidden;
			}

div#header	{
		overflow:hidden;
}


div#header img	{
		float: left;
		border: 0;
		}		
		
		
#ornament	{
		display: block;
    	margin-left: auto;
    	margin-right: auto;
		}

#inner-container	{
	width: 100%;
	float: left;
	padding-bottom: 30px;
}


div#center-content	{
			float: left;
			width: 530px;
			padding: 0 50px 0 40px;
			}

#right-content	{
	width: 310px;
	min-height: 200px;
	background: url(../images/R_Col_Divider.gif) left no-repeat;
	padding: 30px 30px 0 25px;
	float: right;
}

#right-content a	{
	background: url(../images/Arrow.gif) center right no-repeat;
	padding-right: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	color: inherit;
	text-decoration:none;
}


#right-content a:hover	{
	color: #ccc;
}

#right-content .download	{
	background: url(../images/DownloadIcon.gif) center right no-repeat;
	padding-right: 23px;
}

/* Footer styles */

div#footer	{
		height:40px;
		width: 100%;
		float: left;
		background: url(../images/Footer_bkgd.gif) left repeat-x;
		padding: 0 10px;
		}
		

div#footer img	{
		float: left;
		}
		
		
div#footer p	{
			font-size: 11px;
			float: left;
			display: inline;
			margin: 8px 0px 0px 5px;
			padding: 0;
			}	
			
	
div#footer img#footer-right	{
		float: right;
		}
		
		
	
