/*

*/

* {
	margin: auto;
	padding: 0px;
}

body {
	margin-top: 5px;
	background-color: #D9D7CC;
	font-family: Arial, Helvetica, sans-serif;
	
}

#global {
width: auto;

}

/* top nav */

#topnav {
	width: 750px;
	height: 165px;
	text-align: left;
	padding-right: 165px;
	line-height: 1.5 em;
	padding-top: 20px;
	background-image: url(images/2012_logo_FOOTER.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#topnav a {
	color: #AD1F1F;
	text-align: center;
	text-decoration: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#topnav a:hover {
	color:#FFFFFF;
	text-decoration: none;
	
}

/* outer banner */

#outerbanner {
	width: auto;
	height: auto;
	background-color: #000000;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

/* wrapper */

#wrapper {
	
	width: 850px;
	text-align: left;
	background-color: transparent;	
}

/* inner banner */

#innerbanner {
	height: auto;
	width: 850px;
	background-color:#000000;
	text-align: right; 	
}



/* menus */

#menus {
	width: 850px;
	height: auto;
	background-position: top; background-color: #D9D7CC;
	
}

#menus a  {
	color: #AD1F1F;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}

#menus a:hover {
	color:#000000;
	text-decoration: none;
	
}

	
/* text styles */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;

}

h2 {
	margin-bottom: .8em;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

h3 {
	margin-bottom: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

tinyp {
	font-size: 9px;
	font-style: italic;
	padding-bottom: 8px;
}

p, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}




ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
	
}

a {
	text-decoration: none;
	color: #AD1F1F;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}




/* Content */

#content {
	width: 850px;
	padding-top: 10px;
	background-color: #FFFFFF;	
	
}

/* Content > Main */

#main {
	float: left;
	width: 640px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	margin-left: 10px;
	border: 1px solid #F4F4F4;
}

#main p, ul, ol {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#main a {
	text-decoration: none;
	color: #AD1F1F;
}

#main a:hover {
	text-decoration: underline;
	color: #666666;
}


#main blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background-color: #eeeeee;
	width: 500px;
	font-style: italic;
	margin-left: 50px; margin-bottom: .8em;
	padding: 10px;
	
}

/* Images */

.bigrightimage {
	width: 375px;
	margin: 3px;
	float: right;
	text-align: center;
	clear: left;
	color: #333333;
	font-size: 10px;
}

.rightimage {
	width:277px;
	margin: 3px;
	float: right;
	text-align: center;
	color: #333333;
	font-size: 10px;
}

.leftimage {
	width:277px;
	margin: 3px;
	float: left;
	text-align: center;
	color: #333333;
	font-size: 10px;
}
.midrightimage {
	width:230px;
	margin: 3px;
	float: right;
}
.smallrightimage {
	width:200px;
	margin: 3px;
	float: right;
	clear: left;
	text-align: center;
	color: #333333;
	font-size: 10px;
}
.movie {
	margin: 3px;
	clear: left;
	float: right;
	width: 323px;
}
.tinyimage {
    width:125px;
	margin: 3px;
	float: right;
	clear: left;
    text-align: left;
	color: #333333;
	font-size: 10px;
}

.shirtimage {
    width:150px;
	margin: 3px;
	float: right;
	clear: left;
    text-align: left;
	color: #333333;
	font-size: 10px;

}

.biggerrightimage {
	width:350px;
	margin: 3px;
	float: right;
	text-align: center;
	color: #333333;
	font-size: 10px;
}



/* Content > Sidebar */

#sidebar {
	float: right;
	width: 155px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	border: 1px solid #F4F4F4;		
	}
	
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}	
	
#sidebar a {
	text-decoration: none;
	color: #AD1F1F;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #999999;
}


/* Footer */

#footer {
	clear: both;
	height: 165px;
	width: 840px;
	background-image: url(images/2012_logo_FOOTER.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	padding-left: 150px; padding-top: 10px; padding-right: 10px;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

