* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	text-decoration: none;
}

body {
	background-image: url('images/background.png');
	font-family: Helvetica;
}

h1 {
	font-size: 13pt;
	font-weight: normal;
}

h2 {
	color: #686868;
	font-size: 11pt;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-style: italic;
	font-weight: normal;
}

h3 {
	color: #686868;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 16pt;
	font-weight: normal;
	padding-top: 10px;
}

#cardContainer {
	width: 550px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#header {
	height: 100px;
	width: 550px;
	position: relative;
}

#navigation {
	background-image: url('images/navbar.png');
	padding: 0px 30px 0px 30px;
	height: 30px;
	width: 550px;
	background-repeat: no-repeat;
	font-size: 10pt;
	color: #7B7B7B;
	text-shadow: 1px 1px 0px #DDDDDD;
	font-weight: bold;
}

#navigation a {
	color: #7B7B7B;
}

#navigation ul {
	padding-top: 7px;
	width: 490px;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 15px;
}

#container {
	width: 550px;
	height: auto;
	background-image: url('images/contentrepeat.png');
	background-repeat: repeat-y;
}

#content {
	padding: 0px 25px 0px 25px;
	font-size: 11pt;
	color: #4D4D4D;
	text-shadow: 1px 1px 0px #FFFFFF;
}

#content a {
	color: #353535;
	font-weight: bold;
}

#content a:hover { 
	text-shadow: 0px 0px 1px #7B7B7B;
}

#footer {
	width: 550px;
	height: 30px;
	padding: 7px 30px 0px 30px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	color: #7B7B7B;
	text-shadow: 1px 1px 0px #DDDDDD;
}

#footer p {
	width: 500px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}

#about {
	padding: 10px;
	text-shadow: 1px 1px 0px #CCCCCC;
}

#about ul li {
	padding-left: 20px;
	margin: 4px 0px 4px 0px;
}

.socialbar {
	float: left;
	width: 249px;
	height: 64px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('images/socialbackground.png');
	background-repeat: repeat-x;
}

.socialbarcontent {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.socialbar img {
	float: left;
	padding-right: 10px;
}

#contact {
	padding: 10px;
}

.contactcolumn {
	float: left;
	width: 225px;
	padding-left: 15px;
}

#infocontent {
	padding: 10px;
}