/* 

	client: Globe
	design: Rippleffect // www.rippleffect.com
	copyright: © 2008

*/

body {
	margin:0;
	padding:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#bbbbbb;
	
	background-color:#222222;
}

a {
	text-decoration:none;
	outline:none;
}

.clear {
	clear:both;
}

img {
	margin:0px;
	padding:0px;
}

a img {
border:none;
}

.grey {
	color:#999999;
}

.orange {
	color:#ff8a00;
}

q { quotes: '"' '"' }

/* structure */

#container {
	width:978px;
	height:auto;
	margin:0 auto 30px auto;
	padding:0;
}

#header {
	height:140px;
	width:978px;
}

#logo {
	width:131px;
	height:34px;
	float:right;
	margin-top:13px;
}

#content {
	width:978px;
	height:380px;
	
	background-image:url(/assets/images/structure/content.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	background-color:#222222;
}

#content a img {
	border:none;
}

#mainhomepic {
	width:150px;
	height:150px;
	float:left;
	margin:20px 10px 0px 0px;
}

#home-pics {
	width:285px;
	height:50px;
	margin:120px 0px 0px 0px;
	padding-top:0px;
	float:left;
}

#home-pics img {
	width:50px;
	height:50px;
	margin:0px 2px 0px 0px;
}

#footer {
	width:978px;
	height:40px;
	margin:0;
	padding:0;
	background-image:url(../images/structure/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}




	

