* {
	margin:0px;
	padding:0px;
}

a:link {text-decoration:none;color:#4c6ab8;}
a:visited {text-decoration:none;color:#4c6ab8;}
a:active {text-decoration:none;color:#4c6ab8;}
a:hover {text-decoration:none;color:#8fc742;}


body {
	margin:0;
	color:#252525; 
	font-size:12px;
	line-height:16px;
	font-family:century-gothic,arial,sans-serif;
	text-align:left;
	text-decoration:none;
	background:#ffffff;
}
 
h1 { 
	font-size:18px; 
	font-weight:200;
	color:#818181;
	margin:15px;
}
 
h2 { 
	font-size:16px; 
	text-decoration:none;
	margin:5px;
	line-height:20px;
	padding-left:30px;
	text-align:left;
}

h3 { 
	font-size:12px; 
	color:#ffffff; 
	text-decoration:none;
	margin:4px;
	padding:4px;
	background:#e6e6e6;
	display:block;
}

h4 { 
	font-size:14px;
	color:#818181; 
	text-decoration:none;
	margin:0px;
	margin-top:15px;
	padding:4px;
}

ul {
	text-align:left;
}

li {
	text-align:left;
	list-style-type:square;
	margin-left:25px;
}

p {
	margin:5px;
}

.error { 
	font-size:10px; 
	color:#ED1C24; 
	font-weight:bold;
}

#container {
	width:880px;
	margin:125px auto 0 auto;
}

.col01 {
	width:530px;
	float:left;
	margin:0 10px 0 0;
}

.col02 {
	width:300px;
	float:right;
	margin:0 15px 0 25px;
	padding:25px 0 0 0;
}

#logo {
	float:left;
	width:500px;
	height:60px;
	border:0;
	margin:0 15px 0 15px;
}

#rankBox {
	width:530px;
	height:240px;
	color:#ffffff;
	text-align:left;
	background:url(images/get-your-rank-box.png);
	background-position: center top;
	background-repeat:no-repeat;
}

#introDiv {
	width:400px;
	height:70px;
	padding:40px 30px 30px 30px;
	color:#ffffff;
	text-align:left;
}

label {
	padding:0;
	margin:0;
	display:inline;
}

#formDiv {
	width:400px;
	height:30px;
	margin:0;
	padding:0;
	margin:35px auto 0 auto;
	text-align:center;
}

#searchInput {
	width:265px;
	height:26px;
	margin:0;
	padding:2px 0 2px 10px;
	border:0;
	font-family:arial,verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	background:url(images/search-bg.png) no-repeat;
}

#searchSubmit {
	width:125px;
	height:30px;
	margin:0;
	padding:0;
	border:0;
	background:url(images/search-submit.png) no-repeat;
	cursor:pointer;
}

#results {
	width:450px;
	margin:20px auto;
}

.webResult {
	float:right;
	text-align:left;
	line-height:18px;
	width:450px;
	margin:0 0 15px 20px;
}

.webResult span {
	font-size:18px;
	color:#4c6ab8;
	line-height:30px;
}

.webResult p {
	padding:0;
	margin:0;
	width:330px;
	float:right;
	text-align:left;
}

#webThumb {
	float:left;
	width:120px;
	margin:0 auto 15px auto;
	border:1px solid #000000;
}

.icon {
	height:30px;
	display:inline;
	float:left;
	margin:0 20px 0 0;
}

#footer {
	width:100%;
	min-height:110px;
	margin:25px 0 0 0;
	background:url(images/footer-bg.png);
	background-position: center top;
	background-repeat:repeat-x;
}

#innerFooter {
	width:780px;
	margin:0 auto;
	padding:50px;
	line-height:18px;
	text-align:left;
}

