@charset "UTF-8";
/* CSS Document */

/* General Styles */
#header {
	height: 120px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header.png);
}

#headerLinks {
	width: 260px;
	height: 25px;
	margin-top: 55px;
	margin-right: 40px;
	float: right;
}

#headerLinks a {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

#headerLinks a:visited {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

#headerLinks .contact {
	font-weight: bold;
	background-color: #FF6;
	color: #000;
}

#container {
	height: 500px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_repeat.png);
	background-repeat: repeat-y;
}

#footer {
	height: 100px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#mainContent {
	height: 500px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#showcase {
	height: 250px;
	width: 880px;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00AEEF;
	border-bottom-color: #00AEEF;
	background-color: #000;
}

body p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666;
}

/* Text Styles */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	color: #333;
	font-weight: normal;
	margin-top: 0px;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #999;
	font-weight: normal;
	margin-top: 0px;
}

h2 a{
	color: #999;
}


.red_text {
	color: #B30202;
}
