/* CSS Document */

body
	{
		font-family: "century gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		background-image: url(../img/body-bg.jpg);
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
	}
	
h1
	{
		font-family: "century gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 44px;
		font-weight: normal;
		padding-left: 14px;		
		padding-top: 10px;
		margin: 0px;
	}
	
p
	{
		font-family: "century gothic", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: normal;
		padding-left: 14px;		
		padding-top: 2px;
		margin: 0px;
	}
	
a
	{
		color: #FFFFFF;
		text-decoration: none;
	}

#content
	{
		margin-top: 22px;
		width: 935px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 57px;
	}
	
#content #header #top
	{
		height: 75px;
		background-image: url(../img/header-bg.gif);
		background-repeat: no-repeat;		
	}
	
#content #header #welcome
	{
		float: left;
	}
	
#content #header #nav
	{
		float: right;
		text-transform: uppercase;
		padding-right: 65px;
		padding-top: 45px;
		font-size: 15px;
		font-weight: bold;
		/*display: none;*/
	}
	
#content #header #nav ul
	{
		list-style-type: none;
		margin: 0px;
		font-weight: normal;
	}

#content #header #nav ul li
	{
		display: inline;
		background-image: url(../img/sep.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 15px;
	}

#content #header #nav ul li .first
	{
		display: inline;
		padding-left: 15px;
	}

#content #header #nav p
	{
		font-size: 15px;
	}
	
#content #header #bottom
	{
		height: 170px;
		background-image: url(../img/jet-deau.jpg);
		background-repeat: no-repeat;
	}
	
#content #main
	{
		margin-top: 37px;
		height: 225px;
		background-image: url(../img/box-bg.jpg);
		background-repeat: no-repeat;
	}
	
#content #main .boxes
	{
		margin-right: 18px;
		width: 162px;
		float: left;
		height: 162px;
	}
	
#content #main .boxes .heading
	{
		height: 25px;
	}
	
#content #main .boxes .screenshot
	{
		padding-top: 2px;
		text-align: center;
	}
	

