@charset "UTF-8";
body {
		
		background-color: #FFF;
	
		
		background-image: url(../images/bg.png);

		background-repeat: repeat-y;

		background-position: top center;

		margin: 0px;

		width: 100%;

		text-align: center;

		padding-top:30px;

		padding-bottom:15px;

	}



	html {

		font: 12px verdana, helvetica, arial;

		color:#000000;

	}

	#h {
		text-align:right;
	}

	

	#header {
		
		border-bottom:1px dashed #000000;
		
		padding-top:5px;

		padding-bottom:10px;

		font-size:70px;

		font-family:helvetica neue, arial;
		color:#000000;
		font-style:italic;

	}



	#body_container {

		width:700px;

		margin:auto;

		text-align:left;

		margin-bottom:15px;

	}



	#main_container {

		width:700px;

		margin:auto;

	}

	

	#text_container {

		width:200px;

		height:auto;

		border-right:1px dashed #000000;

		padding:10px;

		float:left;

		border-bottom:1px dashed #000000;

	}

	#copyright {
		width:200px;
		height:auto;
		padding:10px;
		float:left;
	}


 
	#text_container a {

		color:#ff0000;

		text-decoration:none;

	}



	#text_container a:hover {

		text-decoration:underline;

	}
	


	#text_container a:visited {

		text-decoration:none;

	}

	#copyright a {

		color:#ff0000;

		text-decoration:none;

	}



	#copyright a:hover {

		text-decoration:underline;

	}



	#copyright a:visited {

		color:#ff0000;

	}




	#shirt_container {

		width:455px;

		float: right;

		padding:10px;

		text-align:center;
	}



	#rightshirt {

		float:right;

		width:225px;

		text-align:left;

		margin-top:20px;

		padding-left:25px;
		border-left:1px dashed #000000;
	}



	#rightshirt a {

		color:#ff0000;

		text-decoration:none;
		text-transform:uppercase;

	}

	#rightshirt a:hover {

		text-decoration:underline;

	}



	#rightshirt a:visited {

		color:#ff0000;
		text-transform:uppercase;

	}



	#leftshirt {

		float:left;

		width:150px;

		text-align:center;

		margin-top:20px;

		margin-left:25px;

		
	}



	#leftshirt a {

		color:#ff0000;

		text-decoration:none;

	}



	#leftshirt a:hover {

		text-decoration:underline;

	}



	#leftshirt a:visited {

		color:#ff0000;

	}



	#shirt {
		width:450px;

		height:230px;
		text-align:center;

		margin-top:5px;

		padding-bottom:5px;
	}

	#nav {

		width:200px;

		border-bottom:1px dashed #000000;

		padding-bottom:10px;

		padding-top:10px;
		text-align:center;
		margin:auto;
	}


	
#nav a {

		color:#ff0000;

		text-decoration:none;

	}



	#nav a:hover {

		text-decoration:underline;

	}



	#nav a:visited {

		color:#ff0000;

	}

	#desc {
		font:10px verdana, helvetica, arial;
		color:#000000;
	}
