/* CSS Document */
.navigation{
	
	}
.navigation ul{
	list-style-type: none;
	padding-top: 140px;
	text-align: right;
	padding-right: 22px;
	
	}
.navigation ul li{
	display: inline;
	padding-right: 22px;
	
	}
.navigation a{
	text-decoration: none;
	font-weight: bold;
	color: #333333;

	
	}
.navigation :hover{
	color: #7E7C7D;

	
	}
.content{
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
}

.shirts{
	text-align: center;
}

.shirts a{
	text-decoration: none;
	color: #383637;
}

.shirts a:hover{
	color: #AAAAAA;
	text-decoration: none;
}

h1{
	color: #383435;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 22px;
}

h2{
	font-size: 16px;
	color: #444444;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.devider{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 12px;
	margin-bottom: 12px;
	clear: both;
}

.select{
	width: 55px;
}
