/* Typography */
*{font-family: "Trebuchet MS",arial,sans-serif; margin:0px;}
h1{font-size: 200%;}
h2 {font-size: 100%;}
h3, a, label {font-size: 80%;}
h4 {font-size: 70%;}

body
	{
	background-color:#ffffff;
	}
	
.wrapper 
	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	text-align:left;
	width:750px;
	height:550px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	}
	
/* ************** */
/* Top Navigation */
/* ************** */
	
#topnav
	{
	position:absolute;
	top:-2px;
	left:0px;
	width:730px;
	height:35px;
	background-image:url(../Images/Topnav.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding-left:20px;
	line-height:35px;
	}
	
#topnav a, #topnav a:active
	{
	color: #000000;
	text-decoration: none;
	}
	
#topnav a:hover
	{
	text-decoration: none;
	border-bottom:solid 2px #993399;
	}
	
/* ****************************** */
/* Top Objects - logo, title etc. */	
/* ****************************** */

.logo
	{
	position:absolute;
	top:40px;
	left:0px;
	}

.title
	{
	color:#993399;
	font-weight:normal;
	position:absolute;
	top:52px;
	left:202px;
	z-index:2;
	}

.subtitle
	{
	color:#672760;
	font-weight:normal;
	position:absolute;
	top:100px;
	left:202px;
	width:300px;
	z-index:2;
	font-size:120%;
	}

#marketing
	{
	position:absolute;
	top:150px;
	left:202px;
	width:500px;
	z-index:2
	}

#marketing h2
	{
	color:#993399;
	font-weight:bold;
	font-size:90%;
	margin-top:20px;
	margin-bottom:10px;
	}
	
#marketing ul li
	{
	font-size:80%;
	list-style-type: disc;
	margin-left:15px;
	}

#marketing a
	{
	font-size:120%;
	color:#83aff8;
	text-decoration:none;
	font-weight:bold;
	}
	
#marketing a:hover
	{
	color:#993399;
	}
	
/* ******************* */
/* Country File Image */	
/* ******************* */
#countryfile
	{
	position:absolute;
	top:150px;
	left:0px;
	}
	
/* ******************* */
/* E-mail sign-up form */	
/* ******************* */

#signup
	{
	position:absolute;
	top:385px;
	left:560px;
	width:180px;
	color:#333333;
	border: 2px #AAAAAA solid;
	}

#signup label
	{
	font-weight:bold;
	margin-left:5px;
	}

#signup input
	{
	margin-left:5px;
	width:167px;
	border:solid 1px #993399;
	}

#signup h4
	{
	width:100%;
	text-align:center;
	}


.btn
	{
	font-size: 80%;
	font-weight:bold;
	color:#000000;
	border:solid 2px #993399;
	width:50px;
	height:25px;
	background: #EEEEEE;
	margin:5px 0px 5px 65px;
	}

