@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-image:url('../images/repeatableBackground.jpg');
	background-repeat:repeat-x;
	background-color:#0e2947;
	margin:0;
	padding:0;
}

a:active {
	color:#829EC3;
	text-decoration:underline;
}

a:link {
	color:#829EC3;
	text-decoration:underline;
}

a:visited {
	color:#829EC3;
	text-decoration:underline;
}

a:hover {
	color:#CF9C29;
	text-decoration:none;
}

.container {
	width:954px;
	margin:37px auto 0;
	padding:0;
}
.leftBorder{
	background-image:url('../images/rightRepeatable.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}

.rightBorder {
	background-image:url('../images/rightRepeatable.jpg');
	background-repeat:repeat-y;
	background-position:right top;
}

.bottomNav {
	width:173px;
	float:right;
	margin:0;
	padding:0;
}

.content {
	width:850px;
	margin:0 auto;
	background-image:url('../images/containerBckgd.png');
	background-repeat:no-repeat;
	background-color:#1c2334;
	color:#ffffff;
}

.contentRight {
	width:451px;
	float:right;
	margin:10px 0 20px 0;
	padding:0;
}

.shirts {
	float:right;
	width:370px;
	border:#fff solid 1px;
	margin: 40px 23px 20px 0;
}

.shirtsTable {
	margin:10px auto;
	padding:0;
	border:none;
}

.shirtsHeading {
	font-size:18px;
	font-weight:bold;
}

.shirtsDescription {
	font-size:11px;
}

.contentLeftHome {
	width:370px;
	margin:100px 0 0 25px;
	padding:0;
}

.contentHeader {
	font-weight:bold;
	text-decoration:underline;
}

.footerBackground {
	background-image:url('../images/footerBackground.jpg');
	background-repeat:repeat-x;
	height:151px;
}

.footer {
	width:850px;
	margin:0 auto;
	padding:25px 0 0 0;
	text-align:center;
	font-size:10px;
	line-height:15px;
	color:#829EC3;
}

.footer img {
	margin:15px 0 0 0;
	padding:0;
	border:none;
}

.contentLeft {
	margin:150px 25px 0;
	padding:0;
}
