@charset "utf-8";
/* Global styles  */

body
	{
		background: #000;
		font-size: 62.5%;
		color: #b2b2b2;
		font-family: Arial, Helvetica, sans-serif;
	}

img
	{
		border: 0;
	}

a 
	{
		color: #ff8001;
		text-decoration: none;
	}
a:hover
	{
		color: #df7000;
		text-decoration: underline;
	}

.wrapper
	{
		margin: 0 auto;
		width: 980px;
	}

.header
	{
		width: 600px;
		margin: 10px 0 5px 379px;
		height: 60px;
		clear: both;
	}
	
.clear
	{
		clear: both;
	}
	
.footer
	{
		text-align: right;
		padding: 0 20px 25px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 133%;
		width: 980px;
		margin: 0 auto;
	}

.flash
	{
		padding-bottom: 80px;
		height: 250px;
		width: 982px;
	}

.content
	{
		width: 980px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 133%;
		padding: 10px 0 0 0;
		background: #1d1d1d url(../images/adwords-top.gif) top no-repeat;
	}
	.content .adwords
		{
			width: 948px;
			margin: 0 auto;
			background: #1d1d1d url(../images/adwords-middle.gif) top repeat-y;
		}
		.content .adwords h2
			{
				color: #fff;
				font-size: 24px;
				font-weight: normal;
				padding: 0 0 15px;
				letter-spacing: -1px;
			}
			.content .adwords h2 span
				{
					color: #A1A5A9;
				}			
		.content .adwords strong 
			{
				color: #e5e5e5;	
			}
		
		.content .adwords .left, .content .adwords .middle, .content .adwords .right
			{
				width: 280px;
				vertical-align: text-top;
			}
		.content .adwords .stripe
			{
				padding: 6px;	
				float: left;
				vertical-align: bottom;
			}
		.content .adwords .left
			{ 
				margin: 0 10px 0 15px;
				float: left;				
			}
		.content .adwords .middle
			{ 
				float: left;
				margin: 0 10px 0 15px;
			}
		.content .adwords .right
			{ 
				float: right;
				margin: 0 10px 0 15px;
			}
		
	.content .bottom
		{
			background: url(../images/adwords-bottom.gif) bottom no-repeat;
			height: 7px;
			width: 980px;
		}
/* End Home page styles */
			
