
/*main Body Elements*/
html
{
		padding:0;
		margin:0;
}

body
{
		padding:0;
		margin:0;
		font-size:0.8em;
		line-height:1.2em;
		height:100%;
		width:100%;
		font-family:"Arial Black", Gadget, sans-serif;
}

a
{
		text-decoration:none;
		color:#0C0;
}

a:hover
{
		color:#666;
}

h2
{
		font-size:1.4em;
		font-weight:bold;
		margin-top:0;
}

p
{
		font-size:0.7em;
		width:383px;
}

/*text elements*/
#welcome
{
		font-size:0.55em;
		font-weight:bold;
}

.grey
{
		color:#444;
}

/*container*/
.container
{
		margin-left:auto;
		margin-right:auto;
		width:1000px;
	
}

/*header*/
.headerFont
{
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	color: #343434;
	
	
}
.header
{
		float:left;
	
}

/*body*/
.bodyContainer
{
		width:100%;
	
}

.leftContent
{
		width:500px;
		float:left;
		margin-left:20px;
		font-size:1.2em;
}

.rightContent
{
		width:400px;
		float:right;
	
		margin-right:50px;
		font-size:1.2em;
		margin-top:40px;
}



#rightimage
{
		float:right;
}

.bottomBody
{
		width:100%;
		height:80px;
		float:left;
		font-size: 24px;
}

.mailRight
{
		float:right;
}

.bottomLeft
{
		float:left;
}

.footer
{
		width:100%;
		text-align:center;
}

.footer p
{
		width:100%;
}

.leftContent p
{
		font-family:Arial, Helvetica, sans-serif;
}

.growth
{
		font-size:1.2em;
		font-family:"Arial Black", Gadget, sans-serif;
}

.bottomLeft img
{
		margin-right:20px;
}

.light img
{
		
}
