body{
	margin:0px;
	padding:0px;
	color:#333;
	font-family: 'arial', sans-serif;
	font-size:14px;
	background:#FFF;
	text-align:center;
}

* { margin: 0; padding:0; }

@font-face {
	font-family: 'Century Gothic';
	src: url('font/GOTHIC.TTF');
}

a { color:#d66700; text-decoration:none; font-weight:normal; }
a:hover { text-decoration:underline; }

a.link { color:#333; }

html{ 
	height: 100%;
}

#global_wrap{
    width: 980px;    
    margin: auto;
}

h1 {
	font-family: 'Playball', cursive;
	font-size:40px;
	line-height:80px;
	font-weight:bold;
	color:#FFF;
	width:100%;
	height:80px;
	/*background: #e6780a; 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2NzgwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjliNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #de903c 0%, #fff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de903c), color-stop(100%,#fff));
background: -webkit-linear-gradient(top,  #de903c 0%,#fff 100%);
background: -o-linear-gradient(top,  #de903c 0%,#fff 100%);
background: -ms-linear-gradient(top,  #de903c 0%,#fff 100%);
background: linear-gradient(to bottom,  #de903c 0%,#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de903c', endColorstr='#efff',GradientType=0 );*/
	
	background:url(images/bg.png) repeat-x;
}

h2 {
	font-family: 'Playball', cursive;
	font-size:40px;
	font-weight:bold;
	color:#a93e7a;
	padding:0 0 10px 0;
}

h3 {
	font-family: 'Playball', cursive;
	font-size:24px;
	font-weight:bold;
	color:#333;
	padding:0 0 10px 0;
}

h4 {
	font-family: 'Playball', cursive;
	font-size:24px;
	font-weight:bold;
	color:#a93e7a;
	padding:0 0 10px 0;
}

h5 {
	font-family: 'Playball', cursive;
	font-size:24px;
	font-weight:bold;
	color:#cb4142;
	padding:0 0 10px 0;
}

ul {
	margin:0 auto;
	padding:0 0 0 300px;
}

ul li {
	list-style:url(images/bullet.png);
	font-family:'arial', sans-serif;
	text-align:left;
	padding:0 0 5px 0;	
}

.list {
	padding:10px 0 0 50px;
}

.list li {
	list-style:circle;
	font-family:'arial', sans-serif;
	text-align:left;
	padding:0 0 5px 0;
}

p {
	padding:0 0 15px 0;
}
	
.clear{
	clear: both;
}

.circle, .circle2 {
	background: url(images/circle.png);
	width:30px;
	height:30px;
}

.circle span {
	color:#FFF;
	font-size:16px;
	padding:0 0 0 0;
	line-height:30px;
}

.circle2 span {
	color:#FFF;
	font-size:16px;
	padding:0 0 0 0;
	line-height:30px;
}

#level-1
{
	width:100%;
	/*background: #d6d5d5;*/
	float:left;
}

#level-2
{
	width:100%;
	background: #f2a043;
	float:left;
}

.global_wrap{
	width:980px;
	position:relative;
	margin:0 auto;
	height:100%;
}

#component{
    text-align: center;
	width:980px;
	float:left;
	margin:20px 0 20px 0;
	color: #707070;
}

#footer{
    text-align: center;
	width:980px;
	float:left;
	margin:10px 0 10px 0;
}

.bottom-img {
	background: url(images/building-images.png) center 0 no-repeat transparent;
	width: 100%;
	height:300px;
	float:left;
}
