@import url("reset.css");

/* Begin Typography & Colors */

body {
	margin: 0;
	padding: 0;
	color: black;
	background: #2996db url(images/back.jpg) repeat-x;
	font: 10px verdana;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#leftcolumn {
	width: 505px;
	float: left;
}

#rightcolumn {
	float: right;
	width: 455px;
}

#video {
	padding-left: 25px;
}

/* Header */

#header {
	width: 1018px;
	height: 149px;
	background-image: url(images/header.jpg);
	}

h1 {
	text-align: center;
	padding-top: 20px;
	color: white;
	font-size: 14px;
	padding-bottom: 20px;
}

#testimonial {
	padding: 20px;
	background-color: orange;
	margin-bottom: 20px;
	width: 500px;
	border: 2px solid white;
	text-shadow: white 2px 2px 2px;
}
