* {
	margin: 0;
	padding: 0;
}

body, html {
	margin: 0;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	color: #5f6d85;
	padding: 5px 0;
}

a {
	color: #25aae1;
	text-decoration: none;
}

	a:hover {
		color: #5f6d85;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 5px 0;
	color: #5f6d85;
}	
	
body {
	background-color: #01adef;
}

.clear {
	clear: both;
}

#top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	height: 263px;
	width: 100%;
}

	#top p {
		color: #5f6d85;
		text-align: center;
		margin-top: 5px;
		margin-left: 200px;
		letter-spacing: 1px;
	}

#wrapper {
	background-color: #fff;
	min-height: 500px;
	width: 100%;
}

	#content {
		margin: 0 auto;
		padding: 75px 0;
		width: 640px;
	}
	
		.main-title {
			border-bottom: solid 1px #000;
			margin: 30px 0;
		}
		
		.item {
			float: left;
			width: 186px;
		}
		
			.right40 {
				margin-right: 40px;
			}
		
			.title {
				color: #5f6d85;
				font-size: 12px;
				padding: 5px 0;
			}
			
			.item img {
				border: solid 3px #25aae1;
			}
			
			.item a p {
				border-bottom: double #000;
				color: #5f6d85;
				font-size: 13px;
				padding-bottom: 8px;
				margin-bottom: 5px;
				text-align: center;
			}
			
				.item a:hover p {
					color: #25aae1;
				}
				
			.info {
				color: #5f6d85;
				padding: 7px 0;
			}
			
			.info strong {
				color: #3d5784;
			}
			
			#other-sites {
				line-height: 1.8;
			}
			
				#other-sites span {
					color: #5f6d85;
				}
			
			#resume {
				line-height: 1.8;
				padding-left: 20px;
			}
			
				#resume strong {
					color: #3d5784;
				}
				
				#resume span {
					color: #5f6d85;
				}

#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	height: 289px;
	width: 100%;
}

	#bottom p {
		text-align: center;
	}

#logo {
	display: block; 
	margin: 0 auto 0 auto;
	padding-top: 225px;
}

h1 {
	color: #ccc;
	font-family: Futura, Arial, "MS Trebuchet", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 75px 10px 10px 10px;
}

p {
	color: #aaa;
	
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}

.okay {
	background-color: #82ca9c;
}

	.okay a, .notokay a, .okay span, .notokay span {
		color: #000;
	}
	
		.okay a:hover, .notokay a:hover {
			color: #666;
		}

.notokay {
	background-color: #f36c4f;
}

.okay, .notokay {
	color: #fff;
	padding: 5px;
	margin: 10px 0;
	/*CSS3 Border Radius*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

	.okay strong, .notokay strong {
		color: #464646;
	}

