/* 
...................................................................

	Code, design and development by A.G. / MaineCode.com
	(c) 2009 All Rights Reserved.
	
	Gradiants are made by me but can be used for private and 
	commercial purposes. Have fun!
	
	For questions or comments contact me: info@mainecode.com

...................................................................
*/

body
	{
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	text-align:justify;
	color:#999999;
	}
	
#wrapper
	{
	width:900px;
	height:100%;
	margin:0 auto;
	}
	
#header
	{
	width:900px;
	height:141px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
	
#text
	{
	float:left;
	width:350px;
	height:100%;
	padding:20px;
	}
	
#downloads
	{
	float:right;
	width:450px;
	height:100%;
	padding:50px 20px 20px 20px;
	text-align:center;
	}
	
#footer
	{
	clear:both;
	width:900px;
	height:40px;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	}
	
h1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:200%;
	}
	
h2
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:120%;
	margin-bottom:-10px;
	}
	
.gradient_img
	{
	border:none;
	margin:0 auto;
	}
	
a, a:link
	{
	text-decoration:none;
	color:#993366;
	}
	
a:hover
	{
	text-decoration:none;
	color:#999999;
	]
